Skip to content

Commit bb0ae8a

Browse files
committed
libnx v4.5.0
1 parent 1bb5a21 commit bb0ae8a

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

Changelog.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## Version 4.5.0
4+
5+
#### services
6+
* btdrv: Missing definitions for ble were added
7+
* capsdc: Updated for [17.0.0+]
8+
* hidsys: Support was added for many commands
9+
* fs:
10+
* Updated for [17.0.0+]
11+
* Support was added for many fsDeviceOperator commands
12+
* ncm: Updated for [17.0.0+]
13+
* nfc: Support was added for all remaining commands
14+
* ns: Added nsEstimateSizeToMove
15+
* pctl: Support was added for many commands
16+
* ssl: Updated sslConnectionSetPrivateOption for [17.0.0+]
17+
* ts: Updated for [17.0.0+]
18+
19+
#### devices
20+
* socket: Updated wrapper to automatically select latest available bsd service version (fixes multicast support)
21+
22+
#### miscellaneous
23+
* The linker script/crt0 were updated to support relro
24+
* A bug was fixed in aes-cbc block decryption
25+
* A number of problems were corrected involving incorrect ipc serialization with pointer arguments
26+
27+
**Several issues were fixed, and usability and stability were improved.**
28+
329
## Version 4.4.2
430

531
#### system
@@ -12,7 +38,7 @@
1238
## Version 4.4.1
1339

1440
#### miscellaneous
15-
* add missing separator to local path
41+
* add missing separator to local path
1642

1743
**Several issues were fixed, and usability and stability were improved.**
1844

nx/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ endif
99
include $(DEVKITPRO)/devkitA64/base_rules
1010

1111
export LIBNX_MAJOR := 4
12-
export LIBNX_MINOR := 4
13-
export LIBNX_PATCH := 2
12+
export LIBNX_MINOR := 5
13+
export LIBNX_PATCH := 0
1414

1515

1616
VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)

0 commit comments

Comments
 (0)