SFML 1.6 is available
SYSTEM : Fixed the initial seed of sf::Randomizer which is always the same on some configurations
WINDOW : Fixed inconsistencies with the state of the left/right shift keys on Windows
WINDOW : Increased the number of supported joysticks to 4
WINDOW : Fixed joystick axes being sometimes ignored
WINDOW : Fixed Event::TextEntered ignoring the key repeat state
WINDOW : Fixed KeyEvent.Alt/Control/Shift members not working, in SFML.Net
WINDOW : Fixed a crash happening when closing an imported window, on Mac OS X
WINDOW : Fixed a bad behaviour when switching to fullscreen mode, on Mac OS X
WINDOW : Fixed bips produced when pressing function or escape keys, on Mac OS X
WINDOW : Added return to the desktop resolution when the SFML fullscreen application is not active, on Mac OS X
WINDOW : Added support for importing Cocoa widgets (in addition to Cocoa windows), on Mac OS X
WINDOW : Fixed a conflict between SFML and Cocoa that may create memory leaks, on Mac OS X
WINDOW : Fixed possible conflict between the SFML objective-C classes and the user's ones (using a private prefix in SFML), on Mac OS X
WINDOW : Fixed wrong mouse coordinates when importing a Cocoa widget, on Mac OS X
GRAPHICS : Disabled implicit conversion from sf::Image to sf::Sprite
GRAPHICS : Fixed crash with the default font at global exit on Windows
GRAPHICS : Made image loading thread-safe
GRAPHICS : Improved accuracy of rendering
GRAPHICS : Fixed current OpenGL matrix mode not properly saved when PreserveOpenGLStates is activated
GRAPHICS : Fixed a bug preventing image creation if no window was created, on Mac OS X
AUDIO : Copied Attenuation and MinDistance members in sf::Sound's copy constructor
AUDIO : Fixed crash when destroying a SoundBuffer used by a Sound
AUDIO : Fixed tiny musics ignoring the "loop" flag
AUDIO : Fixed musics sometimes being stuck after looping twice
NETWORK : Fixed crashes in Ftp::Download and Ftp::Upload with empty files
NETWORK : Fixed SocketTCP::Connect with timeout returning success when connection failed
NETWORK : Http::Response::GetField is now case insensitive
NETWORK : Added "Connection: close" by default for HTTP 1.1 requests
NETWORK : Fixed POST requests not working with sf::Http
GENERAL : SFML libraries are now be compiled with gcc 4.4.0 on Windows (MinGW)
GENERAL : Updated the Qt sample
GENERAL : Added a Cocoa sample
GENERAL : Added support for 64 bits on Mac OS X 10.5 and greater