Public bug reported:

Binary package hint: wine1.2

Please update wine1.2 packages to latest stable version - 1.2.2
(released on 2010-12)

What's new in 1.2.2 release: 
  - Support for animated cursors.
  - Translation updates.
  - Lots of various bug fixes.

The source is available from the following locations:
  http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2.2.tar.bz2
  http://prdownloads.sourceforge.net/wine/wine-1.2.2.tar.bz2

Look at http://www.winehq.org/announce/1.2.2 for more info.

Bugs fixed in 1.2.2:

  16281  Support for animated cursors is not implemented
  17436  mRemote does not work
  17875  GetTempFileName with unique != 0 broken
  18958  Adobe Reader 9 has a divide by zero error during install
  21096  utorrent drops error 12157 when using a https tracker
  23285  Animated mouse pointer invisible in 3D mode in Ice Cream Tycoon
  23355  Ring-Protech CD/DVD Protection fails
  24470  winegcc: 32-bit libs are not found with -m32 on 64-bit host
  24606  Office 2007 crashes at open/save file dialogs because of Fortify (not 
a Wine bug)
  24627  ProPresenter 4.0.0.1 for Windows doesn't startup
  24673  iexplore: Error when using SSL
  24714  ProteoWizard: Unhandled marshal type 7
  24773  It is possible to click behind certain modal dialogs in Worms 
Armageddon, leading to loss of focus and crashes
  24871  Floppy diskette label and serial number not reported
  24952  dlls/user32/button.c handles incorrectly unknown button types
  25057  Magic Workstation: mwsplay.exe crashes when launching it
  25238  Wine is missing manpages for some built-in applications
  25339  make install-dev target broken for empty directory structures

Changes since 1.2.1:

Akihiro Sagawa (3):
      crypt32: Add Japanese translation. cryptui: Update Japanese translation.

Aleksey Bragin (1):
      msi: Fix freed memory access and fix freeing of invalid pointer.

Alexandre Julliard (16):
      user32: Fix a DC leak in DrawIconEx.
      mshtml: Try installing Gecko from the global data dir too.
      wininet: Load X509_STORE_CTX_get_ex_data from libcrypto not libssl.
      winhlp32: Use a standard About dialog, with the proper icon.
      wine.inf: Add a few more common functions to be excluded from relay 
traces.
      kernel32: Use RtlDosPathNameToNtPathName_U to validate the path in 
GetVolumeInformationW.
      configure: Disable Fortify if it's enabled by default, it's too broken.
      configure: More aggressive disabling of Fortify.
      kernel32: Fix a FAT format sanity check for floppies.
      winegcc: Detect the appropriate lib directory for 32/64 cross-builds.
      winegcc: Fix the lib dir detection.
      winedbg: Don't start another instance of the debugger when it crashes.
      ntdll: Don't call vectored exception handlers under the critical section.
      winapi: Add support for more spec entry flags.
      shell32: Store the raw AUTHORS file in resources instead of trying to 
convert to a C array.
      Updated the authors list.

Amine Khaldi (4):
      mpr, shlwapi, xcopy, comdlg32: Fix translations.

Anders Jonsson (10):
      cryptui: Fix typos in English resources.
      winmm: Fix typo in English, Slovak resources.
      winmm, cryptdlg, crypt32, net, progman, kernel32: Add Swedish translation.
      cryptui, taskmgr: Update Swedish translation.

Andrew Eikum (1):
      hlink: Implement HLINKGETREF flags handling.

André Hentschel (5):
      krnl386: Mention DOSBox.
      user32: Don't paint new button styles instead of crashing.
      widl: Fix for typelib generation when unaligned access to memory is not 
allowed.
      crypt32, cryptui: Fix German translation.

Austin English (13):
      msiexec, notepad, regsvr32, winemine, winefile, winecfg, wineboot, 
wineconsole, regedit, winepath: Add a manpage.
      winegcc: Symlink winegcc manpage to winecpp.
      tools: Fix install-dev target.
      appwiz.cpl: Fix Italian translation.

Cheer Xiao (8):
      comdlg32, oleview, taskmgr, winebot, wineconsole, winhlp32, wordpad, 
notepad: Update Simplified Chinese translation.

Damjan Jovanovic (1):
      comdlg32: Fix a stack overflow.

Dan Kegel (1):
      ws2_32: Null select() should fail with WSAEINVAL.

Davide Pizzetti (1):
      net: Italian translation update.

Detlef Riekenberg (1):
      shell32: We have a Unicode parameter when launching a CPL.

Dmitry Timoshkov (3):
      oleaut32: Handle VT_DATE in serialize_param()/deserialize_param().
      kernel32: Truncate the reported by GlobalMemoryStatus() memory limits for 
Win9x versions too.
      user32: FindWindow() should treat an empty title same way as NULL.

Erich Hoover (3):
      user32: Prepare for multi-frame storing of icons and cursors.
      user32: Add support for multiple frames in cursor format.
      winex11: Add support for animated cursors in X11 driver.

Eryk Wieliczko (1):
      comdlg32: GetSaveFileName: Don't append .* extension.

Francois Gouget (1):
      configure: Load wine lower in memory on FreeBSD to leave more space for 
mmap() and malloc().

Gerald Pfeifer (1):
      user32: Fix error handling in BITMAP_Load.

Hans Leidekker (3):
      advapi32: Fix handling of zero account and domain size parameters in 
LookupAccountSid.
      advapi32: Fix a buffer size query in LsaLookupSids.
      ntdll: Add a stub implementation of FSCTL_GET_RETRIEVAL_POINTERS.

Henri Verbeet (1):
      krnl386.exe: Return the default value if the section wasn't found in 
GetPrivateProfileString16().

Hwang YunSong (5):
      winmm, shlwapi, kernel32, taskmgr, winhlp32: Update Korean resource.

Igor Paliychuk (1):
      README: Added Ukrainian version.

Jacek Caban (1):
      mshtml: Try installing Gecko from hardcoded '/usr/share/wine/gecko/' 
location.

Juan Lang (7):
      wininet: Don't make use of OpenSSL's security checks, as crypt32 also 
verifies certificate chain.
      wininet: Store WININET_NETCONNECTION * in SSL context.
      wininet: Store security flags in WININET_NETCONNECTION.
      wininet: Don't retrieve a certificate that isn't used.
      wininet: Don't call SSL_connect until initialization is complete.
      wininet: Honor security flags when verifying certificates.
      wininet: More completely implement querying 
INTERNET_OPTION_SECURITY_FLAGS.

Jörg Höhle (1):
      kernel32/tests: GetVolumeInformationA X: succeeds iff drive's default dir 
is root.

Lauri Kenttä (1):
      shlwapi: Update Finnish translation.

Louis Lenders (3):
      kernel32: Fix GetTempFileName with invalid path.
      ws2_32: Return SOCKET_ERROR in stubbed WSALookupServiceNext, to prevent 
apps from looping forever.
      rpcrt4: Add stub for NdrMesTypeEncode2.

Luca Bennati (7):
      cryptui, cryptui, shlwapi, winmm, mpr: Update Italian translation.
      xcopy, cmd: Fix Italian translation.

Marcus Meissner (4):
      winspool.drv: Check return value of EnumPrintersA.
      ntdll: Check and fix PE header protections.
      ntdll: Fixed file view mapping in regards to no-exec.
      winex11.drv: Do not include XFORM.eDx and eDy into font hashing/caching.

Michael Stefaniuc (1):
      user32: Simplify the error handling in BITMAP_Load().

Paul Vriens (40):
      clock, notepad, uninstaller, wineboot, avifil32, browseui, comdlg32, 
winspool.drv, write, wldap32, credui,oleacc, hhctrl.ocx, cryptdlg, devenum, 
gphoto2.ds, shdoclc, wininet, oledlg, localspl, xcopy, iccvid, localui, 
setupapi, winedbg, mapi32, mpr, msacm32, msrle32, serialui, sane.ds, oleaut32, 
msvidc32, msvfw32, shlwapi: Add the Serbian (Latin and Cyrillic) translation.
      msi, user32, appwiz.cpl, comctl32: Update Serbian (Latin and Cyrillic) 
translations.

Trygve Vea (9):
      crypt32, cryptdlg, user32, wineboot, wineps.drv, msi, wineconsole, 
oledlg, oleaut32: Updated Norwegian translation.

Vijay Kiran Kamuju (1):
      tools: Add trailing semicolon to MimeType in wine.desktop.

Vladimir Panteleev (1):
      user32: Update last active popup for all parents.

Wolfram Sang (1):
      user32: Check for valid pointer in CreateIconFromResource.

Yaron Shahrabani (1):
      kernel32: heb.nls: Made some corrections.

** Affects: wine1.2 (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: baltix
     Importance: Undecided
         Status: New

** Also affects: baltix
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685474

Title:
  Please update wine1.2 packages to latest stable version 1.2.2 (released on 
2010-12)

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to