File tree 3 files changed +37
-2
lines changed
3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
40
40
# setup version numbers
41
41
set (VERSION_MAJOR 2)
42
42
set (VERSION_MINOR 3)
43
- set (VERSION_PATCH 1 )
43
+ set (VERSION_PATCH 2 )
44
44
45
45
# add the SFML header path
46
46
include_directories (${CMAKE_CURRENT_SOURCE_DIR} /include )
Original file line number Diff line number Diff line change
1
+ SFML 2.3.2
2
+ ==========
3
+
4
+ Also available on the website: http://www.sfml-dev.org/changelog.php#sfml-2.3.2
5
+
6
+ General
7
+ =======
8
+
9
+ * Fixed an issue where FindSFML.cmake couldn't find older versions of SFML (#903)
10
+ * Robust alCheck and glCheck macros (#917)
11
+ * Fixed FindSFML.cmake to use the uppercase FLAC name (#923)
12
+ * Added a CONTRIBUTING file so GitHub shows a message when creating a new issue (#932)
13
+
14
+
15
+ Window
16
+ ======
17
+
18
+ Bugfixes
19
+ --------
20
+ * [Linux] Fixed an issue where the keypad's key weren't being detected (#910)
21
+ * [Linux] Revert to Xlib event handling (#934)
22
+ * [Linux] Fixed XK_* inconsistency in InpuImpl.cpp (#947)
23
+ * [Linux] Fix _NET_WM_PING messages not being replied to properly (#947)
24
+
25
+
26
+ Graphics
27
+ ========
28
+
29
+ Bugfixes
30
+ --------
31
+ * Fixed clear bug on RenderTextures (#915)
32
+ * Fixed image file extension detection (#929, #930, #931)
33
+ * Secure function against random data return (#935, #942)
34
+
35
+
1
36
SFML 2.3.1
2
37
==========
3
38
Original file line number Diff line number Diff line change 31
31
// //////////////////////////////////////////////////////////
32
32
#define SFML_VERSION_MAJOR 2
33
33
#define SFML_VERSION_MINOR 3
34
- #define SFML_VERSION_PATCH 1
34
+ #define SFML_VERSION_PATCH 2
35
35
36
36
37
37
// //////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments