Difference between revisions of "Bering-uClibc 7.4.x - Changelog"

From bering-uClibc
Jump to: navigation, search
(Changes between 7.4.0-beta1 and 7.3.1.1)
(Changes between 7.4.0-beta1 and 7.3.1.1)
Line 13: Line 13:
 
;kernel: updated to LTS version 6.6 - currently 6.6.35
 
;kernel: updated to LTS version 6.6 - currently 6.6.35
 
;hostapd: updated to upstream version 2.11
 
;hostapd: updated to upstream version 2.11
 +
;iperf3: updated to upstream version 3.17.1
 
;libcares: updated to upstream version 1.33.1
 
;libcares: updated to upstream version 1.33.1
 
+
;nano: updated to upstream 8.1
 +
:removed enano link to nano
 +
:The possibility to invpke nano as enano with --modern-bindings has been removed with the  next version (this one) due to conflicts with debian.
 +
:The issue to start nano by default with modenbindings is in flux right now.
 +
:Let's wait for a solution in the future.
 +
:or use it anyway setting an alias in /etc/aliases
 +
  alias nano='/bin/nano --modern'
 +
:may mitigate the issue.
 +
:Sorry for incovenience - I've had a lot of hope to see nano with modern-bindings by default.
 
----  
 
----  
 
{| summary="Navigation footer" width="100%"
 
{| summary="Navigation footer" width="100%"

Revision as of 15:55, 28 August 2024

Changelog
Bering-uClibc 7.x - Overview

Changes between 7.4.0-beta1 and 7.3.1.1

(unreleased)

general
uClibc-ng: updated to upstream version 1.0.50
kernel
updated to LTS version 6.6 - currently 6.6.35
hostapd
updated to upstream version 2.11
iperf3
updated to upstream version 3.17.1
libcares
updated to upstream version 1.33.1
nano
updated to upstream 8.1
removed enano link to nano
The possibility to invpke nano as enano with --modern-bindings has been removed with the next version (this one) due to conflicts with debian.
The issue to start nano by default with modenbindings is in flux right now.
Let's wait for a solution in the future.
or use it anyway setting an alias in /etc/aliases
  alias nano='/bin/nano --modern'
may mitigate the issue.
Sorry for incovenience - I've had a lot of hope to see nano with modern-bindings by default.

Up