File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 99include $(DEVKITPRO ) /devkitA64/base_rules
1010
1111export 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
1616VERSION := $(LIBNX_MAJOR ) .$(LIBNX_MINOR ) .$(LIBNX_PATCH )
You can’t perform that action at this time.
0 commit comments