summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2017-02-10 23:18:52 +0000
committerJames Cowgill <james410@cowgill.org.uk>2017-02-10 23:18:52 +0000
commita9af6aec6689a8329515251af0279f8e5d75af47 (patch)
tree45f032ccb7fda6fc997ee4b73236c7da8d461cce /changelog.txt
parentc54950197a1b44f9855a58bbcf7d3abd95eaa543 (diff)
parent31394fcd65a10f2d2c51c3d27afff5367bded901 (diff)
Merge tag 'upstream/2.4.2+dfsg'
Upstream version 2.4.2+dfsg # gpg: Signature made Fri 10 Feb 2017 23:18:47 GMT # gpg: using RSA key F88C6DE43699E8F3B3B54C10C7F1676DEA2D01EF # gpg: issuer "james410@cowgill.org.uk" # gpg: Good signature from "James Cowgill <james410@cowgill.org.uk>" [ultimate] # gpg: aka "James Cowgill (Imagination Technologies) <James.Cowgill@imgtec.com>" [ultimate] # gpg: aka "James Cowgill <jcowgill@debian.org>" [ultimate]
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