summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2015-09-12 23:54:56 +0100
committerJames Cowgill <james410@cowgill.org.uk>2015-09-12 23:54:56 +0100
commit301fd78b3ac87cf1fbce9d2c955db89094a304a5 (patch)
treeca19b5d935af18b7e5da4beaa2f4b150a1192833 /changelog.txt
parent232f6c9906817eee494907d7bbe8ddf2dacf8fbf (diff)
Imported Upstream version 2.3.2+dfsg
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index c6bd661..80ded9c 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -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
==========