Skip to content

Commit

Permalink
Merge pull request #73 from Jalle19/build25-changelog
Browse files Browse the repository at this point in the history
Build 25 RC1
  • Loading branch information
Jalle19 committed Jun 27, 2023
2 parents c7ab7f5 + 21b7a15 commit 96b1052
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 @@ -2,6 +2,11 @@

This change log will be updated whenever a new official release is made

## future release
* Replace `ntpd` with `chronyd`, seems more stable and resilient to network changes
* 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=24
BUILD=25-rc1
VERSION=$(shell date +%Y%m%d%H%M)-$(BUILD)
CPUS=$(shell nproc)
CURDIR=$(shell pwd)
Expand Down

0 comments on commit 96b1052

Please sign in to comment.