Increased version to 2.3.2 and add changes to changelog.

This commit is contained in:
Lukas Dürrenberger 2015-08-24 18:01:06 +02:00
parent 0f1dc5a754
commit 01d72438de
3 changed files with 37 additions and 2 deletions

View File

@ -40,7 +40,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
# setup version numbers
set(VERSION_MAJOR 2)
set(VERSION_MINOR 3)
set(VERSION_PATCH 1)
set(VERSION_PATCH 2)
# add the SFML header path
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)

View File

@ -1,3 +1,38 @@
SFML 2.3.2
==========
Also available on the website: http://www.sfml-dev.org/changelog.php#sfml-2.3.2
General
=======
* Fixed an issue where FindSFML.cmake couldn't find older versions of SFML (#903)
* Robust alCheck and glCheck macros (#917)
* Fixed FindSFML.cmake to use the uppercase FLAC name (#923)
* Added a CONTRIBUTING file so GitHub shows a message when creating a new issue (#932)
Window
======
Bugfixes
--------
* [Linux] Fixed an issue where the keypad's key weren't being detected (#910)
* [Linux] Revert to Xlib event handling (#934)
* [Linux] Fixed XK_* inconsistency in InpuImpl.cpp (#947)
* [Linux] Fix _NET_WM_PING messages not being replied to properly (#947)
Graphics
========
Bugfixes
--------
* Fixed clear bug on RenderTextures (#915)
* Fixed image file extension detection (#929, #930, #931)
* Secure function against random data return (#935, #942)
SFML 2.3.1
==========

View File

@ -31,7 +31,7 @@
////////////////////////////////////////////////////////////
#define SFML_VERSION_MAJOR 2
#define SFML_VERSION_MINOR 3
#define SFML_VERSION_PATCH 1
#define SFML_VERSION_PATCH 2
////////////////////////////////////////////////////////////