From 74a779bc097aea98e6091d1219778bdf757db811 Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Mon, 26 Jun 2023 14:26:06 +0300 Subject: [PATCH 1/2] Update the CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503f1d57..8aade3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From 21b7a15fdcd627785a06a3cc75587f9c329148ef Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Mon, 26 Jun 2023 14:59:29 +0300 Subject: [PATCH 2/2] Bump version to 25-rc1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9221ba70..7de1987c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BUILD=24 +BUILD=25-rc1 VERSION=$(shell date +%Y%m%d%H%M)-$(BUILD) CPUS=$(shell nproc) CURDIR=$(shell pwd)