File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
29
## Version 4.4.2
4
30
5
31
#### system
12
38
## Version 4.4.1
13
39
14
40
#### miscellaneous
15
- * add missing separator to local path
41
+ * add missing separator to local path
16
42
17
43
** Several issues were fixed, and usability and stability were improved.**
18
44
Original file line number Diff line number Diff line change 9
9
include $(DEVKITPRO ) /devkitA64/base_rules
10
10
11
11
export LIBNX_MAJOR := 4
12
- export LIBNX_MINOR := 4
13
- export LIBNX_PATCH := 2
12
+ export LIBNX_MINOR := 5
13
+ export LIBNX_PATCH := 0
14
14
15
15
16
16
VERSION := $(LIBNX_MAJOR ) .$(LIBNX_MINOR ) .$(LIBNX_PATCH )
You can’t perform that action at this time.
0 commit comments