Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hedy 1.0.2 update docs #654

Merged
Merged
100 changes: 100 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,105 @@
# Changelog

## Version 1.0.2

### overall system
* add support of changing the uplink-preset
* add a new uplink-preset "tunnelberlin-tunneldigger"

### Freifunk Berlin
__build system__
```
59c14076f3 Changelog: initial notes about Hedy-1.0.2
9de0251d10 README: update for Hedy-1.0.2
0675f3f272 Revert "Hardware: Add support for the Mikrotik rb750gr3"
32fc4ba0cb set VERSION_NUMBER to 1.0.2-rc2
35d82a3fdd update berlin-packages to HEAD of "for-Hedy-1.0.x" branch (26. Dec 2018)
52c60b69ab common.config: set VERSION_NUMBER to 1.0.2-rc1
446183a524 Hardware: Add support for the Mikrotik rb750gr3
3035147e66 packages: switch to OpenVPN-openssl
e0d937f76d build: add freifunk-berlin-bbbdigger as a module
ad5c3deaaa build: add tunneldigger images
688080dada update berlin-packages to HEAD of "for-Hedy-1.0.x" branch (20. Dec 2018)
18bb058698 update 3rd-party-feeds to HEAD of 17.01 branch (18. Dec 2018)
7497023317 update OpenWRT to HEAD of LEDE-17.01 (18. Dec 2018)
514acf2043 update OpenWrt and feeds to lede-17.01.6
109b43e0e9 patches: patch mbedtls to allow 1024 bits RSA
d3108ff6db configs: remove obsolete OpenVPN_polarssl options
df5e603ea3 Move tl-wr710n_v1.0 and tl-wr710n_v2.1 to non-tiny profile
f83651bfdc config: set VERSION to Hedy-1.0.2-alpha
```

__packages-berlin__
```
ee46c1fbb migration: allow whitespace at begin of logmessages
abfb8fd4a hotplug 60-ffopenvpn: remove local declaration of variables
567b5d1ec notunnel ffuplink: routing table set using the options ip[4,6]table
274eff87d uplinks: fix quoting
3d5064d41 lib-guard: add guard_delete()
ada5b8b33 wizard:backport VPN03 references, https-links
c930acb36 Merge pull request #154 from freifunk-berlin/freifunk-berlin-tunneldigger
91e91b779 uplink notunnel: add setting a static macaddr
6da0d4e75 migration: run jffs-cleanup as very last uci-default script
d5fc0731d Merge changes which provide the basics for changing the uplink-preset
d332954f9 Merge code to change the uplinks
212db2396 migration: update DNS-Servers for interface DHCP
15b1fbb62 add OLSRd core dump garbage collectiong (#173)
075fd47ee uplink_tunnelberlin_td: fix name of preset
c4323e802 migration: fix dependency
7edad1f32 Wizard: Check for empty Mesh-IP
```

### Upstream (OpenWrt and OpenWrt-Routing)
update to OpenWrt-Release 17.01.6+ for OpenWrt-core, OpenWrt-packages, LuCI and OpenWrt-Routing
(https://openwrt.org/releases/17.01/notes-17.01.6)

__OpenWrt-core__
```
01a8f0e444 mac80211: brcmfmac: backport first important changes from the 4.20
10eb247ee8 mac80211: add iw command wrapper with error logging
a360d5a18e mac80211: brcmfmac: rename 4.20 backport patches
b1fc9b79d0 mac80211: brcmfmac: backport the latest 4.20 changes
c11f335275 mac80211: brcmutil: backport chanspec debugging patch
e50a5a9328 mac80211: brcmfmac: add 2 more recent changes
5970e6d466 libubox: update to latest git HEAD
0f47ce8180 base-files: fix unkillable processes after restart
4c101f8b3a uclient: update to latest Git head
6cf22507fd uhttpd: update to latest Git head
ecf104c023 sdk: find kernel modules when KDIR is a symlink
e42415723b base-files: fix prerm return value, align with postinst code
89ed2d6f78 rules.mk: add INSTALL_SUID macro
e84f289a02 rules.mk: fix syntax error
3e6e33f528 procd: procd_send_signal use signal names
26b8069604 rpcd: update to latest Git head
65044a50ab kernel: bump 4.4 to 4.4.167
202c3ceb13 cns3xxx: fix writing to wrong PCI registers
459a40fce2 apm821xx: MBL: load kernel/dtb from SATA 0:1 first
834bd86424 apm821xx: switch MX60(W)'s recovery images to multi-image method
9d4eed6837 mac80211: brcmfmac: fix use-after-free & possible NULL pointer dereference
```

__Packages-feed__
```
578a7c506 tinc: update to 1.0.35
c3109a256 tiff: security bump to 4.0.10
6fdeb2df9 sqlite3: security bump
d309d0090 sqlite3: use dynamic linking for sqlite cli tool
```

__LuCI-feed__:
```
27ff6e930 freifunk profiles: add nameserver 80.67.169.40 from www.fdn.fr/actions/dns
3f16979c2 community-profiles: create profile for Fürstenwalde
f4f063252 community-profiles: change subnet of mesh_network option for Berlin
e86fedb7d timezone data: update to 2018i
```

__Routing-feed__
```
2ac8e7b batman-adv: Merge bugfixes from 2018.3
2c8de62 batman-adv: Merge bugfixes from 2018.4
```

## Version 1.0.1

### overall system
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ The firmware is based on vanilla [OpenWrt](https://openwrt.org/start) with some
broken stuff in OpenWrt itself or for example LuCI) and additional default packages/configuration settings.
New features like a new network concept will be part of future releases.

## Release Note 1.0.1 "Hedy" - 2018-05-29
* just a small maintenance release for Hedy-1.0.0, which brings the missing upgrade possibility from previous releases
## Release Note 1.0.2 "Hedy" - 2019-01-xx
* a maintenance release for Hedy-1.0.x-series
* brings the the new feature of changing the uplink preset-type
pmelange marked this conversation as resolved.
Show resolved Hide resolved
* a new uplink-preset "tunnelberlin-tunneldigger"
pmelange marked this conversation as resolved.
Show resolved Hide resolved
* updates to fix security-problems and minor functional problems
* images for
* Ubiquiti ERX SFP, TP-Link WR1043ND-v4
* support for RaspberryPi and RaspberryPi3 (compile yourself)
Expand All @@ -21,13 +24,12 @@ New features like a new network concept will be part of future releases.
* the LAN-interface (br-lan) is not providing a default route on a unconfigured node, so manual reconfiguration is required when not using the assistent
pmelange marked this conversation as resolved.
Show resolved Hide resolved
* the assistent will not offer the setup of a private AP anymore
* when changing or initially confiuring VLANs (via LuCI) the interfacenames will also be changed (should fix #388)
* a lot of security-fixes for linux and many packages (since Kathleen 0.3.0)

pmelange marked this conversation as resolved.
Show resolved Hide resolved
## Features
* based on [OpenWrt](https://openwrt.org/start) v17.01.4+ (lede-17.01 branch)
* Linux 4.4.116
* based on [OpenWrt](https://openwrt.org/start) v17.01.6+ (lede-17.01 branch)
* Linux 4.4.167
* OLSR 0.9.0.3 (downgraded for BBB-VPN compatibility)
* B.A.T.M.A.N. 2016.5
* B.A.T.M.A.N. 2016.5 (with patches of 2018.4)
* custom package lists for different settings
* "default" variant includes ffwizard, openvpn, BATMAN
pmelange marked this conversation as resolved.
Show resolved Hide resolved
* "default_4MB" like the "default" variant, but excludes public router statistics page (luci-mod-freifunk), monitoring (collectd), BATMAN to fit into boards with 4MB flash
SvenRoederer marked this conversation as resolved.
Show resolved Hide resolved
Expand Down Expand Up @@ -56,10 +58,9 @@ New features like a new network concept will be part of future releases.
* remove of autoipv6 and use of ULA ipv6 prefixes
* default dns servers:
* 85.214.20.141 (FoeBud / Digital Courage)
* 213.73.91.35 (CCC Berlin)
* 194.150.168.168 (dns.as250.net)
* 2001:4ce8::53 (as250)
* 2001:910:800::12 (french data network - http://www.fdn.fr/)
* 80.67.169.40, 2001:910:800::12 (french data network - http://www.fdn.fr/)
SvenRoederer marked this conversation as resolved.
Show resolved Hide resolved

## Contact / More information

Expand Down