mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Increased SFML's version number and updated the changelogs.
This commit is contained in:
parent
113152673a
commit
e4ae4f9cc3
@ -45,7 +45,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
|
|||||||
# setup version numbers
|
# setup version numbers
|
||||||
set(VERSION_MAJOR 2)
|
set(VERSION_MAJOR 2)
|
||||||
set(VERSION_MINOR 4)
|
set(VERSION_MINOR 4)
|
||||||
set(VERSION_PATCH 1)
|
set(VERSION_PATCH 2)
|
||||||
|
|
||||||
# add the SFML header path
|
# add the SFML header path
|
||||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
|
||||||
|
@ -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
|
SFML 2.4.1
|
||||||
==========
|
==========
|
||||||
|
|
||||||
@ -7,7 +40,7 @@ General
|
|||||||
=======
|
=======
|
||||||
|
|
||||||
* [kFreeBSD] Define SFML_OS_FREEBSD when compiling for kFreeBSD (#1129)
|
* [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
|
Window
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
#define SFML_VERSION_MAJOR 2
|
#define SFML_VERSION_MAJOR 2
|
||||||
#define SFML_VERSION_MINOR 4
|
#define SFML_VERSION_MINOR 4
|
||||||
#define SFML_VERSION_PATCH 1
|
#define SFML_VERSION_PATCH 2
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user