Skip to content

20210202

Compare
Choose a tag to compare
@pevik pevik released this 02 Feb 08:25
· 230 commits to master since this release
20210202
cc16da6

Incompatible changes

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

Credits

Many thanks to the people contributing to this release:

$ git shortlog -s -n s20200821..
     9  Petr Vorel
     2  Mike Gilbert
     1  Andreas Rammhold
     1  Artem Leshchev
     1  Nuno Silva
     1  Rafael Fontenelle
     1  Sami Kerola
     1  l00450120
     1  lac-0073

Also thanks to patch reviewers (we need more):

$ git log s20200821.. | grep -Ei '(reviewed|acked)-by:' | \
        sed 's/.*by: //' | sort | uniq -c | sort -n -r
      2 Petr Vorel <pvorel@suse.cz>
      1 Noah Meyerhans <noahm@debian.org>
      1 Joerg Vehlow <joerg.vehlow@aox-tech.de>