File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 11# Freifunk Dresden: ffdd-server - Changelog
22` current version: ` ![ calver] ( https://img.shields.io/github/v/release/freifunk-dresden/ffdd-server?include_prereleases )
33
4+ ## version 1.5.0
5+ - update bind (dns) zonefiles
6+ - add vpn3le to ffl nodelist
7+
8+ ---
9+
10+ Notes for Debian OS upgrade from 11 to 12:
11+ ``` bash
12+ # update the current system
13+ apt update -y ; apt dist-upgrade -y ; apt clean
14+
15+ # upgrade to debian 12
16+ sed -i ' s/bullseye/bookworm/g' /etc/apt/sources.list
17+ apt update -y ; apt dist-upgrade -y
18+
19+ # do not panic! the error
20+ # E: Sub-process /usr/bin/dpkg returned an error code (1)
21+ # is not a real Problem and will be fixed in the next salt runs!
22+
23+ apt clean
24+ reboot
25+ ```
26+ after rebooting:
27+ ``` bash
28+ # install new deps.
29+ /usr/local/bin/freifunk-manuell_update.sh
30+
31+ apt update -y ; apt dist-upgrade -y
32+ ```
33+
434## version 1.5.0rc3
535 - switch to new sysinfo.json version 18 that combines network statistics and makes it interface independent
636 - add config option to enable the firewall log
You can’t perform that action at this time.
0 commit comments