- Updated to 1.7.2 development snapshot

- Right-to-left text layout improvements.
  - NTLM and Negotiate authentication for RPC over HTTP.
  - More glyphs in the built-in Wingdings font.
  - Better system tray support in the Mac driver.
  - Activation context improvements.
  - Various bug fixes.

- Updated to 1.7.1 development snapshot
  - Support for keyed event objects.
  - Support for the "init once" synchronization mechanism.
  - Activation context support for DLLs, typelibs, and COM classes.
  - Support for loading 32-bit typelibs on 64-bit.
  - Various Mac driver fixes.
  - Some fixes for serial port devices.
  - Various bug fixes.

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=193
This commit is contained in:
2013-09-20 08:38:19 +00:00
committed by Git OBS Bridge
parent a5a96d4632
commit 963fc685a6
5 changed files with 33 additions and 10 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Sep 18 21:42:31 UTC 2013 - meissner@suse.com
- Updated to 1.7.2 development snapshot
- Right-to-left text layout improvements.
- NTLM and Negotiate authentication for RPC over HTTP.
- More glyphs in the built-in Wingdings font.
- Better system tray support in the Mac driver.
- Activation context improvements.
- Various bug fixes.
-------------------------------------------------------------------
Sat Aug 31 08:43:28 UTC 2013 - meissner@suse.com
- Updated to 1.7.1 development snapshot
- Support for keyed event objects.
- Support for the "init once" synchronization mechanism.
- Activation context support for DLLs, typelibs, and COM classes.
- Support for loading 32-bit typelibs on 64-bit.
- Various Mac driver fixes.
- Some fixes for serial port devices.
- Various bug fixes.
-------------------------------------------------------------------
Tue Aug 6 15:44:29 UTC 2013 - meissner@suse.com