SHA256
1
0
forked from pool/wine

- Updated to 1.5.5 development snapshot

- Support for installing Mono as a Wine add-on package.
  - Dithering of pattern brushes in the DIB engine.
  - Support for installing the .NET 4.0 runtime.
  - DDS files supported in D3DX9.
  - Various bug fixes.

- Updated to 1.5.4 development snapshot
  - A new DirectSound resampler.
  - A Negotiate authentication provider.
  - OpenGL support in the DIB engine.
  - Beginnings of support for .NET mixed assemblies.
  - Support routines for Internationalized Domain Names.
  - Various bug fixes.

- Updated to 1.5.3 development snapshot
  - Support for graphics bounds tracking.
  - A number of fixes to the builtin Internet Explorer.
  - Support for displaying ARM code in the Wine debugger.
  - Various DirectMusic improvements.
  - Better namespace support in MSXML.
  - Various bug fixes.

- Updated to 1.5.2 development snapshot
  - Improved naming scheme for audio devices.
  - Better support for finding system fonts on Mac OS X.
  - Beginnings of support for JPEG encoding.
  - Several printing fixes.
  - Improvements to the URL cache.
  - Various bug fixes.

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=150
This commit is contained in:
2012-05-25 21:50:26 +00:00
committed by Git OBS Bridge
parent a25eb08f50
commit 92595585bc
5 changed files with 343 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri May 25 21:12:31 UTC 2012 - meissner@suse.com
- Updated to 1.5.5 development snapshot
- Support for installing Mono as a Wine add-on package.
- Dithering of pattern brushes in the DIB engine.
- Support for installing the .NET 4.0 runtime.
- DDS files supported in D3DX9.
- Various bug fixes.
-------------------------------------------------------------------
Mon May 21 11:41:00 UTC 2012 - badshah400@gmail.com
@@ -9,6 +19,39 @@ Wed May 16 14:54:37 CEST 2012 - meissner@suse.de
- Use .*def as regexp instead of glob *.def
-------------------------------------------------------------------
Sat May 12 13:02:37 CEST 2012 - meissner@suse.de
- Updated to 1.5.4 development snapshot
- A new DirectSound resampler.
- A Negotiate authentication provider.
- OpenGL support in the DIB engine.
- Beginnings of support for .NET mixed assemblies.
- Support routines for Internationalized Domain Names.
- Various bug fixes.
-------------------------------------------------------------------
Fri Apr 27 22:44:03 CEST 2012 - meissner@suse.de
- Updated to 1.5.3 development snapshot
- Support for graphics bounds tracking.
- A number of fixes to the builtin Internet Explorer.
- Support for displaying ARM code in the Wine debugger.
- Various DirectMusic improvements.
- Better namespace support in MSXML.
- Various bug fixes.
-------------------------------------------------------------------
Fri Apr 13 20:57:25 CEST 2012 - meissner@suse.de
- Updated to 1.5.2 development snapshot
- Improved naming scheme for audio devices.
- Better support for finding system fonts on Mac OS X.
- Beginnings of support for JPEG encoding.
- Several printing fixes.
- Improvements to the URL cache.
- Various bug fixes.
-------------------------------------------------------------------
Thu Apr 5 13:08:08 UTC 2012 - reddwarf@opensuse.org