summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2021-01-22 12:44:13 +0100
committerPetr Vorel <pvorel@suse.cz>2021-02-02 09:08:57 +0100
commit640ef8bf4de0fe64afb6692d49b95ee7e5d2e22b (patch)
treedc8f00e5f5f49e0e4ebb44ed53a40cb688985a34
parentea25586ea9cb55e45c24624408d142bd874967b0 (diff)
downloadiputils-640ef8bf4de0fe64afb6692d49b95ee7e5d2e22b.tar.gz
CHANGES: Preparation for release 2021-01
Closes: https://github.com/iputils/iputils/issues/308 Signed-off-by: Petr Vorel <pvorel@suse.cz>
-rw-r--r--CHANGES34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e036b9f..4e431e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,37 @@
+===== 20210202 =====
+released February 2, 2021
+
+* version scheme change: dropped leading 's' (issue: #269)
+
+* Meson build system
+- new variable INSTALL_SYSTEMD_UNITS forces installing systemd units even if
+ systemd is not installed on build host (PR: #297)
+
+* all
+- fix infinite loop when getrandom fails (issue: #291)
+
+* arping
+- make update neighbours work again (issue: 298)
+
+* ping
+- fix dead loop problem (issue: #276)
+- process interrupts in ping*_receive_error_msg (commit: 2583fb7)
+- restore -W 0 as infinite timeout (issue: #290, PR: #306)
+- man: fix formatting (commit: b1ebe35)
+
+* tftpd:
+- fix: recvfile: avoid closing the file twice (PR: #311)
+- fix: install into sbindir: the xinet.d config expects the daemon to live
+ in sbin (PR: #310)
+
+* localization
+- update POTFILES and iputils.pot (PR: #280)
+- updated translations: Portuguese (Brazil) (86%), French (55%),
+ Japanese (rebased after PR: #280)
+
+* Travis CI
+- Use Ubuntu 20.10 groovy instead of Eoan
+
===== s20200821 =====
released August 21, 2020