summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2017-02-10 23:18:44 +0000
committerJames Cowgill <james410@cowgill.org.uk>2017-02-10 23:18:44 +0000
commit31394fcd65a10f2d2c51c3d27afff5367bded901 (patch)
treed73e64e355cd1bf6ef7ff3c1e6597293ef9f2491 /changelog.txt
parent729f4aa9c3df3237fe322f475de9c0831d554c06 (diff)
New upstream version 2.4.2+dfsg
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt35
1 files changed, 34 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt
index 666e254..7b08dad 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,36 @@
+SFML 2.4.2
+==========
+
+Also available on the website: http://www.sfml-dev.org/changelog.php#sfml-2.4.2
+
+System
+======
+
+Bugfixes
+--------
+* [Windows] Removed thread affinity changes in sf::Clock (#1107)
+
+
+Window
+======
+
+Bugfixes
+--------
+* Fixed bug where TransientContextLock would hang (#1165, #1172)
+* [Linux] Fixed GLX extensions being loaded too late (#1183)
+* [Linux] Fix wrong types passed to XChangeProperty (#1168 #1171)
+* [Windows] Make context disabling via wglMakeCurrent more tolerant of broken drivers (#1186)
+
+
+Graphics
+========
+
+Bugfixes
+--------
+* Optimized sf::Image::create and made it more exception safe (#1166)
+
+
+
SFML 2.4.1
==========
@@ -7,7 +40,7 @@ General
=======
* [kFreeBSD] Define SFML_OS_FREEBSD when compiling for kFreeBSD (#1129)
-* [Window] Added some simple messaging when trying to build under Cygwin (#1153)
+* [Windows] Added some simple messaging when trying to build under Cygwin (#1153)
Window