From a9397ccf4b6adb71424b595a93aff893d20f3d77 Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Sun, 6 Aug 2023 13:54:51 +0300 Subject: [PATCH] Bump version to build 25 --- CHANGELOG.md | 5 +++++ Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aade3ce..94319088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index 67160123..ffa4a0d1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BUILD=25-rc3 +BUILD=25 VERSION=$(shell date +%Y%m%d%H%M)-$(BUILD) CPUS=$(shell nproc) CURDIR=$(shell pwd)