Skip to content

Commit

Permalink
falter-common: release 1.1.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pmelange authored and Akira25 committed Feb 17, 2021
1 parent 2992cfd commit 0968abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/falter-common/files-common/etc/freifunk_release
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 0968abf

Please sign in to comment.