diff --git a/CMakeLists.txt b/CMakeLists.txt index b035b984..840808dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0...3.20 FATAL_ERROR) -project(GLFW VERSION 3.3.9 LANGUAGES C) +project(GLFW VERSION 3.3.10 LANGUAGES C) if (POLICY CMP0054) cmake_policy(SET CMP0054 NEW) diff --git a/README.md b/README.md index 486679b1..7c59dea9 100644 --- a/README.md +++ b/README.md @@ -123,33 +123,7 @@ information on what to include when reporting a bug. ## Changelog - - Bugfix: `glfwGetKeyScancode` returned `0` on error when initialized instead of `-1` - - Bugfix: Failure to make a newly created context current could cause segfault (#2327) - - [Win32] Fix pkg-config for dynamic library on Windows (#2386, #2420) - - [Win32] Bugfix: `glfwWaitEventsTimeout` did not return for some sent messages (#2408) - - [Win32] Bugfix: XInput could reportedly provide invalid DPad bit masks (#2291) - - [Cocoa] Bugfix: Compilation failed on OS X 10.8 due to unconditional use of 10.9+ - symbols (#2161) - - [Cocoa] Bugfix: Full screen windows were resizable by the user (#2377,#2405) - - [Cocoa] Bugfix: Full screen windows were miniaturized when clicked on macOS - 10.15 (#2377,#2405) - - [Cocoa] Bugfix: Querying joystick elements could reportedly segfault on macOS - 13 Ventura (#2320) - - [Cocoa] Bugfix: Print Screen key was not correctly reported (#1786,#2169) - - [Wayland] Added improved fallback window decorations via libdecor (#1639,#1693) - - [Wayland] Bugfix: Connecting a mouse after `glfwInit` would segfault (#1450) - - [Wayland] Disabled alpha channel for opaque windows on systems lacking - `EGL_EXT_present_opaque` (#1895) - - [Wayland] Bugfix: Buffer would overrun when storing received drag offer (#2225) - - [Wayland] Bugfix: Joysticks connected after `glfwInit` were not detected (#2198) - - [Wayland] Bugfix: Fallback decorations emitted `GLFW_CURSOR_UNAVAILABLE` errors - - [Wayland] Bugfix: Some events could fail to end wait for new events (#2397) - - [Linux] Bugfix: Joysticks without buttons were ignored (#2042,#2043) - - [Linux] Bugfix: A small amount of memory could leak if initialization failed (#2229) - - [EGL] Added loading of glvnd `libOpenGL.so.0` where available for OpenGL - - [EGL] Bugfix: `EGL_EXT_present_opaque` caused issues on X11 with Nvidia blob (#2365) - - [EGL] Bugfix: Setting `GLFW_CONTEXT_DEBUG` caused creation to fail (#2348) - - [GLX] Added loading of glvnd `libGLX.so.0` where available +There is nothing here yet. ## Contact diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index c92b768c..8427be1d 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -298,7 +298,7 @@ extern "C" { * release is made that does not contain any API changes. * @ingroup init */ -#define GLFW_VERSION_REVISION 9 +#define GLFW_VERSION_REVISION 10 /*! @} */ /*! @brief One.