From 0968abf107d970d1c60da1bbe3ae80c570ce0c26 Mon Sep 17 00:00:00 2001 From: pmelange Date: Wed, 17 Feb 2021 13:15:34 +0100 Subject: [PATCH] falter-common: release 1.1.0 Release Notes Overal System * Based on OpenWrt 19.07.6 * New Concept: build Images with OpenWrt-Imagebuilder instead of compiling everything from scratch * * Is a lot faster than compiling * * Guarantees full binary- and configuration compability with OpenWrt * Migration support from all hedy and kathleen versions of the freifunk-berlin firmware * Port LuCI-Apps to new permission-system * Make 802.11s the stadard mesh mode * Implement adhoc to mesh-upgrade-page for wizard * Add multilanguage support for ffwizard. Currently German an English. * Dynamic banner on console * Customized "Freifunk Falter" footer for LuCI * Creation of /etc/freifunk_release (analagous to /etc/openwrt_release) * Modification to owm.lua script to process the contents of /etc/freifunk_release * Remove the wizard from the Freifunk Menu (the wizard can only be run on an unconfigured system) * Add a post-upgrade assistant system to prompt the user after an upgrade to make decisions about how to configure the system * Rename the package freifunk-berlin-bbbdigger to falter-berlin-bbbdigger * Fix missing footer-menue in luci (Freifunk|Admin|Map)-Button * Fix gps-coordinates in wizard and basic-setting page * Remove sending client MAC addresses in the owm.lua script. For a complete changelog please visit https://github.com/Freifunk-Spalter/packages/commits/v1.1.0 Signed-off-by: pmelange --- packages/falter-common/files-common/etc/freifunk_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/falter-common/files-common/etc/freifunk_release b/packages/falter-common/files-common/etc/freifunk_release index f5415d79..7e22b719 100644 --- a/packages/falter-common/files-common/etc/freifunk_release +++ b/packages/falter-common/files-common/etc/freifunk_release @@ -1,4 +1,4 @@ FREIFUNK_DISTRIB_ID="Freifunk Falter" -FREIFUNK_RELEASE='1.1.0-rc1' +FREIFUNK_RELEASE='1.1.0' FREIFUNK_OPENWRT_BASE='openwrt-19.07' FREIFUNK_REVISION='%R'