Skip to content

Commit

Permalink
libnx v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Oct 27, 2023
1 parent 1bb5a21 commit bb0ae8a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
28 changes: 27 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## Version 4.5.0

#### services
* btdrv: Missing definitions for ble were added
* capsdc: Updated for [17.0.0+]
* hidsys: Support was added for many commands
* fs:
* Updated for [17.0.0+]
* Support was added for many fsDeviceOperator commands
* ncm: Updated for [17.0.0+]
* nfc: Support was added for all remaining commands
* ns: Added nsEstimateSizeToMove
* pctl: Support was added for many commands
* ssl: Updated sslConnectionSetPrivateOption for [17.0.0+]
* ts: Updated for [17.0.0+]

#### devices
* socket: Updated wrapper to automatically select latest available bsd service version (fixes multicast support)

#### miscellaneous
* The linker script/crt0 were updated to support relro
* A bug was fixed in aes-cbc block decryption
* A number of problems were corrected involving incorrect ipc serialization with pointer arguments

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

## Version 4.4.2

#### system
Expand All @@ -12,7 +38,7 @@
## Version 4.4.1

#### miscellaneous
* add missing separator to local path
* add missing separator to local path

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

Expand Down
4 changes: 2 additions & 2 deletions nx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ endif
include $(DEVKITPRO)/devkitA64/base_rules

export LIBNX_MAJOR := 4
export LIBNX_MINOR := 4
export LIBNX_PATCH := 2
export LIBNX_MINOR := 5
export LIBNX_PATCH := 0


VERSION := $(LIBNX_MAJOR).$(LIBNX_MINOR).$(LIBNX_PATCH)
Expand Down

0 comments on commit bb0ae8a

Please sign in to comment.