Skip to content

Commit

Permalink
Bump version to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalle19 committed Sep 17, 2024
1 parent 988519e commit 17d56c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

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 26 (Sep 16 2024)
* Remove unrecognized `--disable-dvbaes` option when building minisatip
* Bump `chrony` to 4.5
* Update Dropbear download URL
* Build `oscam` from git, bump to equivalent of r11763 (`e1d2fb78`)
* Modify yum repository base URLs to point to CERN's mirror
* Document how to harden an installation
* Bump `minisatip` to v1.3.11

## Build 25 (Aug 6 2023)
* Replace `ntpd` with `chronyd`, seems more stable and resilient to network changes (thanks @crycode-de)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BUILD=26-rc1
BUILD=26
VERSION=$(shell date +%Y%m%d%H%M)-$(BUILD)
CPUS=$(shell nproc)
CURDIR=$(shell pwd)
Expand Down

0 comments on commit 17d56c1

Please sign in to comment.