[git commit] beautify list of changes

Denys Vlasenko vda.linux at googlemail.com
Tue Jan 1 12:37:17 UTC 2019


commit: https://git.busybox.net/busybox-website/commit/?id=cd5eb880455604ad3b01ddc1954aba945060234a
branch: https://git.busybox.net/busybox-website/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 news.html | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/news.html b/news.html
index d981ede..e442bd0 100644
--- a/news.html
+++ b/news.html
@@ -78,7 +78,6 @@ Denys Vlasenko:
       libbb: fix potential NULL pointer use
       libbb: fix use-after-free in copy_file
       libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_from_file()
-      lineedit: fix "defined but not used" sigaction2 warning
       tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curve
       tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher
       tls: add support for TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher
@@ -135,10 +134,9 @@ Denys Vlasenko:
       init: hopefully fix "rebooting" in containers
       nbd-client: support newstyle protocol, -b, -d, -p, -N
       nslookup: add support for search domains, closes 11161
-      ntpd: increase MIN_FREQHOLD by 3
       ntpd: default to FEATURE_NTP_AUTH=y
       ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help instead
-      ntpd: increase minimum G.FREQHOLD_cnt from 8 to 10
+      ntpd: increase minimum G.FREQHOLD_cnt from 8 to 12
       ntpd: more verbose message for "root distance too high" case
       ntpd: show real, unclamped delays on low-latency networks
       ping: implement -i SEC
@@ -202,21 +200,21 @@ Rasmus Villemoes:
       libbb/u_signal_names.c: don't check errno after bb_strtou
 
 Ron Yorston:
-      vi: remove duplicated code
+      Ensure build works when KBUILD_OUTPUT is set, closes 11511
+      Tweaks to build process for embedded scripts
+      build system: prevent duplicate applet names
+      docs: add embedded-scripts.txt
       ash: recognize embedded scripts in SH_STANDALONE mode
       ash: in tryexec(), ensure we don't try to run embedded scripts as applets
-      lineedit: autocompletion for embedded scripts
-      libarchive: add a function to unpack embedded data
+      ash: ensure variables are fully initialised when unset
       ash: minor fixes
+      hush: allow hush to run embedded scripts
       hush: correct description for HUSH_TICK config option
-      ash: ensure variables are fully initialised when unset
+      lineedit: autocompletion for embedded scripts
+      libarchive: add a function to unpack embedded data
       Treat custom and applet scripts as applets
       busybox: add '--show SCRIPT' option to display scripts
-      Ensure build works when KBUILD_OUTPUT is set, closes 11511
-      Tweaks to build process for embedded scripts
-      build system: prevent duplicate applet names
-      docs: add embedded-scripts.txt
-      hush: allow hush to run embedded scripts
+      vi: remove duplicated code
       vi: correctly detect when a deletion empties the buffer
 
 Rostislav Skudnov:


More information about the busybox-cvs mailing list