The Wine development release 1.5.6 is now available. What's new in this release (see below for details): - Automatic installation of the Mono add-on package. - Control panel applet for joysticks. - Device bitmap rendering now done through the DIB engine. - Support for video rendering through DirectX (VMR-9). - First steps towards a D3D shader compiler. - Build fixes for DragonFly BSD. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.5.6.tar.bz2 http://mirrors.ibiblio.org/wine/source/1.5/wine-1.5.6.tar.bz2 Binary packages for various distributions will be available from: http://www.winehq.org/download You will find documentation on http://www.winehq.org/documentation You can also get the current source directly from the git repository. Check http://www.winehq.org/git for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.5.6: 11482 Airline Tycoon Demo fails to start 11895 GeoControl installer hangs 13186 Warcraft III TFT fails to start with prefixes never used by implementation. msvcp90: Fix streamoff and streampos definition. msvcp90: Rename sentry_char_{create,destroy} functions. msvcp90: Call correct setstate function in basic_ostream class. msvcp90: Added partial basic_istream implementation. msvcp90: Added codecvt_base class implementation. msvcp90: Added codecvt implementation. Rico Schüller (1): d3dx9: Crop the input in ID3DXBaseEffect::SetBool(). Roderick Colenbrander (1): winex11.drv: Limit formats to nMaxFormats in wglChoosePixelFormatARB. Stefan Leichter (2): kernel32: Fix OutputDebugStringA called with NULL pointer. setupapi: Add stub for SetupAddToSourceListA. Vincent Povirk (11): propsys: Add test for saving/loading an empty property store. mscoree: Install Wine Mono on prefix update. wine.inf: Do not install .NET registry keys and fake dlls. windowscodecs: Add tests for IWICMetadataBlockReader on handler classes. Revert "windowscodecs: Add a stubbed out IWICMetadataBlockReader interface.". wine.inf: Add .NET keys to the 64-bit registry. windowscodecs: Add test for IWICMetadataBlockReader interface. windowscodecs: Add stub IWICMetadataBlockReader to PNG decoder. include: Add declarations for metadata handler info interfaces. windowscodecs: Add test for IWICMetadataReaderInfo. windowscodecs: Add metadata reader information to the registry. -- Alexandre Julliard julliard@winehq.org