Difference between revisions of "Bering-uClibc 6.0.x - Changelog"
From bering-uClibc
(Start 6.0.0-alpha2) |
(→Changes between 6.0.0-alpha2 and 6.0.0-alpha1) |
||
Line 11: | Line 11: | ||
(unreleased) | (unreleased) | ||
− | dibbler-client: new package for dibbler client | + | ;kernel: backport APU2 watchdog fix |
+ | :This enables hardware watchdog for PCEngines APU2 devices | ||
+ | :Load in /etc/modules like | ||
+ | :sp5100_tco timeout=60 | ||
+ | :to reboot after 60 sec if watchdog is doesn't work any longer. | ||
+ | ;dibbler-client: new package for dibbler client | ||
==Changes between 6.0.0-alpha1 and 5.2.x== | ==Changes between 6.0.0-alpha1 and 5.2.x== |
Revision as of 16:22, 30 May 2016
Changelog | ||
---|---|---|
Bering-uClibc 6.x - Overview |
Changes between 6.0.0-alpha2 and 6.0.0-alpha1
(unreleased)
- kernel
- backport APU2 watchdog fix
- This enables hardware watchdog for PCEngines APU2 devices
- Load in /etc/modules like
- sp5100_tco timeout=60
- to reboot after 60 sec if watchdog is doesn't work any longer.
- dibbler-client
- new package for dibbler client
Changes between 6.0.0-alpha1 and 5.2.x
(released 23 May 2016)
- general
- removed initmod.lrp and build all previously needed modules to boot into the kernel
- load modules automatically from modules.sqfs with hwdetect, from /etc/modules or during start of an app from init (e.g. shorewall)
- save firmware via local.lrp
- toolchain
- gcc updated to 5.3.0
- uClibc updated to uClibc-ng 1.0.14
- kernel
- updated to version 4.4.11
- add WRAP optimized kernel
- bash
- updated to 4.3.30p42
- busybox
- updated to upstream version 1.24.2
- clamav
- updated to upstream version 0.99.1
- dhcpcd
- updated to upstream version 6.10.1
- libpam
- new package Linux-PAM (Pluggable Authentication Modules for Linux), version 1.2.1
- nano
- updated to new upstream version 2.5.3
- openvpn
- support libpam authentication plugin; requires libpam
- merge openvpn-lzo package with openvpn
- perl
- updated to new upstream version 5.22.1
- rsync
- updated to upstream version 3.1.2
- shorewall[6]
- updated to upstream version 5.0.7.2
- usbmodeswitch
- updated to upstream version 2.3.0
- usbmodeswitchdata
- updated to upstream version 20160112
- util-linux
- renamed from util-linux-ng and updated to new upstream version 2.28
Up |