- Updated to 1.5.15 development snapshot

- Full support for layered windows.
  - New version of the Gecko engine based on Firefox 16.
  - Support for broadcast sockets used by networked games.
  - Downloaded add-ons installers are now cached.
  - Support for persistent Internet cookies.
  - String optimizations in JavaScript.
  - Various bug fixes.

- Updated to 1.5.14 development snapshot
  - Much better behavior of the URL cache.
  - Improved GIF image support.
  - More parser features in the shader compiler.
  - Optimizations in JavaScript.
  - Various bug fixes.
- updated winetricks to 20120912

- Updated to 1.5.13 development snapshot
  - Client-side window rendering using the DIB engine.
  - Raw input support for keyboard and mouse.
  - Support for transparent window areas using color keying.
  - Proper C++ RTTI support on 64-bit.
  - Implementation of logical processor information.
  - Support for fonts with localized names.
  - Various bug fixes.

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=161
This commit is contained in:
2012-10-13 09:22:15 +00:00
committed by Git OBS Bridge
parent 3763171567
commit dcf2a33d4e
5 changed files with 186 additions and 168 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Fri Oct 12 18:48:04 UTC 2012 - meissner@suse.com
- Updated to 1.5.15 development snapshot
- Full support for layered windows.
- New version of the Gecko engine based on Firefox 16.
- Support for broadcast sockets used by networked games.
- Downloaded add-ons installers are now cached.
- Support for persistent Internet cookies.
- String optimizations in JavaScript.
- Various bug fixes.
-------------------------------------------------------------------
Fri Sep 28 21:25:04 UTC 2012 - meissner@suse.com
- Updated to 1.5.14 development snapshot
- Much better behavior of the URL cache.
- Improved GIF image support.
- More parser features in the shader compiler.
- Optimizations in JavaScript.
- Various bug fixes.
- updated winetricks to 20120912
-------------------------------------------------------------------
Fri Sep 14 22:29:43 UTC 2012 - meissner@suse.com
- Updated to 1.5.13 development snapshot
- Client-side window rendering using the DIB engine.
- Raw input support for keyboard and mouse.
- Support for transparent window areas using color keying.
- Proper C++ RTTI support on 64-bit.
- Implementation of logical processor information.
- Support for fonts with localized names.
- Various bug fixes.
-------------------------------------------------------------------
Fri Aug 31 18:59:58 UTC 2012 - meissner@suse.com