File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
4545# setup version numbers
4646set (VERSION_MAJOR 2)
4747set (VERSION_MINOR 4)
48- set (VERSION_PATCH 1 )
48+ set (VERSION_PATCH 2 )
4949
5050# add the SFML header path
5151include_directories (${CMAKE_CURRENT_SOURCE_DIR} /include )
Original file line number Diff line number Diff line change 1+ SFML 2.4.2
2+ ==========
3+
4+ Also available on the website: http://www.sfml-dev.org/changelog.php#sfml-2.4.2
5+
6+ System
7+ ======
8+
9+ Bugfixes
10+ --------
11+ * [Windows] Removed thread affinity changes in sf::Clock (#1107)
12+
13+
14+ Window
15+ ======
16+
17+ Bugfixes
18+ --------
19+ * Fixed bug where TransientContextLock would hang (#1165, #1172)
20+ * [Linux] Fixed GLX extensions being loaded too late (#1183)
21+ * [Linux] Fix wrong types passed to XChangeProperty (#1168 #1171)
22+ * [Windows] Make context disabling via wglMakeCurrent more tolerant of broken drivers (#1186)
23+
24+
25+ Graphics
26+ ========
27+
28+ Bugfixes
29+ --------
30+ * Optimized sf::Image::create and made it more exception safe (#1166)
31+
32+
33+
134SFML 2.4.1
235==========
336
740=======
841
942* [kFreeBSD] Define SFML_OS_FREEBSD when compiling for kFreeBSD (#1129)
10- * [Window ] Added some simple messaging when trying to build under Cygwin (#1153)
43+ * [Windows ] Added some simple messaging when trying to build under Cygwin (#1153)
1144
1245
1346Window
Original file line number Diff line number Diff line change 3131// //////////////////////////////////////////////////////////
3232#define SFML_VERSION_MAJOR 2
3333#define SFML_VERSION_MINOR 4
34- #define SFML_VERSION_PATCH 1
34+ #define SFML_VERSION_PATCH 2
3535
3636
3737// //////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments