Skip to content

Commit

Permalink
docs: update release notes for 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Jan 4, 2025
1 parent cb440f8 commit 96114bc
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
description: Please select the LWJGL version(s) on which the bug is reproducible.
multiple: true
options:
- 3.3.6 (snapshot)
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
Expand Down
8 changes: 2 additions & 6 deletions doc/notes/3.3.6.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 3.3.6

_Not Released Yet_
_Release 2025 Jan 04_

This build includes the following changes:

Expand All @@ -10,11 +10,7 @@ This build includes the following changes:
- Vulkan: Updated to 1.4.304 (up from 1.4.303)
- xxhash: Updated to 0.8.3 (up from 0.8.2)

#### Improvements

#### Fixes

- GLFW: Library override paths with Unicode characters are now supported on Windows.
- Windows: Reverted to MSVC in an attempt to fix #1005.

#### Breaking Changes
- Windows: Reverted to MSVC in an attempt to fix #1005.
4 changes: 2 additions & 2 deletions doc/notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Version History

* YYYY-MM-DD [3.3.6](3.3.6.md) (work in progress)
* 2024-12-15 [3.3.5](3.3.5.md) (latest)
* 2025-01-04 [3.3.6](3.3.6.md) (latest)
* 2024-12-15 [3.3.5](3.3.5.md)
* 2024-07-17 [3.3.4](3.3.4.md)
* 2023-09-16 [3.3.3](3.3.3.md)
* 2023-04-01 [3.3.2](3.3.2.md)
Expand Down
17 changes: 17 additions & 0 deletions doc/notes/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### 3.3.6

_Release 2025 Jan 04_

This build includes the following changes:

#### Bindings

- vma: Updated to 3.2.0 (up from 3.1.0)
- Vulkan: Updated to 1.4.304 (up from 1.4.303)
- xxhash: Updated to 0.8.3 (up from 0.8.2)

#### Fixes

- GLFW: Library override paths with Unicode characters are now supported on Windows.
- Windows: Reverted to MSVC in an attempt to fix #1005.

### 3.3.5

_Release 2024 Dec 15_
Expand Down
60 changes: 7 additions & 53 deletions doc/notes/latest.md
Original file line number Diff line number Diff line change
@@ -1,62 +1,16 @@
### 3.3.5
### 3.3.6

_Release 2024 Dec 15_
_Release 2025 Jan 04_

This build includes the following changes:

#### Bindings

- Assimp: Updated to 5.4.3 (up from 5.4.2)
- bgfx: Updated to API version 129 (up from 128)
- FMOD: Updated to 2.03.04 (up from 2.02.21)
- freetype: Updated to 2.13.3 (up from 2.13.2)
- harfbuzz: Updated to 10.1.0 (up from 9.0.0)
- hwloc: Updated to 2.11.2 (up from 2.11.1)
- libdivide: Updated to 5.1 (up from 5.0)
* Added `MathUtil` multi-release support for `Long.divideUnsigned`/`Long.remainderUnsigned` and `Math.unsignedMultiplyHigh`.
- liburing: Updated to 2.8 (up from 2.6)
- LLVM/Clang: Updated to 19.1.0 (up from 18.1.7)
- lmdb: Updated to 0.9.33 (up from 0.9.32)
- lz4: Updated to 1.10.0 (up from 1.9.4)
- meshoptimizer: Updated to 0.22 (up from 0.21)
- NativeFileDialog: Update to 1.2.1 (up from 1.2.0)
- Nuklear: Updated to 4.12.3 (up from 4.12.1)
- OpenAL Soft: Updated to 1.24.1 (up from 1.23.1)
* Added `ALC_SOFT_system_events` extension.
* Added `AL_EXT_debug` extension.
* Added `AL_EXT_direct_context` extension.
* macOS: 10.15+ is now required (up from 10.11).
- OpenXR: Updated to 1.1.43 (up from 1.1.38)
- Shaderc: Updated to 2024.4 (up from 2024.2)
- SPIRV-Cross: Updated to 0.64.0 (up from 0.61.0)
- stb
* Updated `stb_image_resize` to 2.12 (up from 2.09)
- Vulkan: Updated to 1.4.303 (up from 1.3.289)
* Includes MoltenVK 1.2.11 (up from 1.2.10)
- Yoga: Updated to 3.2.0 (up from 3.1.0)

#### Improvements

- Core: Migrated jsr305 nullability annotations to JSpecify (https://jspecify.dev). (#1008)
* The `org.jspecify:jspecify` dependency remains optional.
- Core: Added `Configuration.DISABLE_HASH_CHECKS`, a dynamic option that disables shared library hash checks. (#1007)
- FreeBSD: LWJGL now requires FreeBSD 13.3 or later. (up from 13.2)
- OpenGL: Added `Configuration.OPENGL_CONTEXT_API` option to control the default OpenGL context management API.
- OpenGL: The `Configuration.OPENGL(ES)_CONTEXT_API` options now support `"OSMesa"` as a value.
* Similar to `GLFW_OSMESA_CONTEXT_API`, LWJGL will try to load libOSMesa when enabled, without having to change `Configuration.OPENGL_LIBRARY_NAME`.
- OpenGL: The default context management API is now EGL when Wayland is detected.
- msdfgen: Added support for glyph index based msdfgen-ext APIs. (#1002)
- vma: Updated to 3.2.0 (up from 3.1.0)
- Vulkan: Updated to 1.4.304 (up from 1.4.303)
- xxhash: Updated to 0.8.3 (up from 0.8.2)

#### Fixes

- Core: Fixed support for `va_list` parameters.

#### Breaking Changes

- Core: Replaced thread-local storage of `errno/GetLastError()` with virtual output parameters. (#1003)
* The `LibCErrno.getErrno()` and `WinBase.getLastError()` methods have been removed.
* System calls in `org.lwjgl.system.linux.*`, `org.lwjgl.system.windows.*` and `org.lwjgl.opengl.WGL` now take an optional output parameter for the error code.
* This approach is similar to `Linker.Option.CaptureCallState` in Project Panama's FFM API.
- Core: Dropped support for non-LTS JDK versions earlier than the latest LTS version.
* Supported JDK versions: 8, 11, 17, 21+
* The `module-info` class and the first batch of multi-release overrides now live under `META-INF/versions/11` instead of `META-INF/versions/9`.
- GLFW: Library override paths with Unicode characters are now supported on Windows.
- Windows: Reverted to MSVC in an attempt to fix #1005.

0 comments on commit 96114bc

Please sign in to comment.