Skip to content

Commit

Permalink
Bump version to build 25
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Aug 6, 2023
1 parent 3a09f2e commit a9397cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ This change log will be updated whenever a new official release is made
* Fix missing `i2c_mangle` kernel module
* Make the build leaner by removing NFS and "customd" startup script support

## Build 25 (Aug 6 2023)
* Replace `ntpd` with `chronyd`, seems more stable and resilient to network changes (thanks @crycode-de)
* Fix missing `i2c_mangle` kernel module
* Make the build leaner by removing NFS and "customd" startup script support

## Build 24 (Mar 23 2023)
* Downgrade `minisatip` to v1.2.12
* Add SFTP support to the SSH server for easier file editing and access
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BUILD=25-rc3
BUILD=25
VERSION=$(shell date +%Y%m%d%H%M)-$(BUILD)
CPUS=$(shell nproc)
CURDIR=$(shell pwd)
Expand Down

0 comments on commit a9397cc

Please sign in to comment.