Release 2.20
Some checks failed
BSD / freebsd (push) Has been cancelled
Buildroot / buildroot (qemu_mips32r2_malta_defconfig, glibc) (push) Has been cancelled
Buildroot / buildroot (qemu_mips32r2_malta_defconfig, musl) (push) Has been cancelled
Buildroot / buildroot (qemu_mips32r2_malta_defconfig, uclibc) (push) Has been cancelled
Buildroot / buildroot (qemu_mips64_malta_defconfig, glibc) (push) Has been cancelled
Buildroot / buildroot (qemu_mips64_malta_defconfig, musl) (push) Has been cancelled
Buildroot / buildroot (qemu_mips64_malta_defconfig, uclibc) (push) Has been cancelled
Buildroot / buildroot (qemu_ppc64le_pseries_defconfig, glibc) (push) Has been cancelled
Buildroot / buildroot (qemu_ppc64le_pseries_defconfig, musl) (push) Has been cancelled
Buildroot / buildroot (qemu_ppc64le_pseries_defconfig, uclibc) (push) Has been cancelled
Buildroot / buildroot (qemu_riscv32_virt_defconfig, glibc) (push) Has been cancelled
Buildroot / buildroot (qemu_riscv32_virt_defconfig, musl) (push) Has been cancelled
Buildroot / buildroot (qemu_riscv32_virt_defconfig, uclibc) (push) Has been cancelled
Buildroot / buildroot (qemu_riscv64_virt_defconfig, glibc) (push) Has been cancelled
Buildroot / buildroot (qemu_riscv64_virt_defconfig, musl) (push) Has been cancelled
Buildroot / buildroot (qemu_riscv64_virt_defconfig, uclibc) (push) Has been cancelled
Buildroot / buildroot (qemu_x86_64_defconfig, glibc) (push) Has been cancelled
Buildroot / buildroot (qemu_x86_64_defconfig, musl) (push) Has been cancelled
Buildroot / buildroot (qemu_x86_64_defconfig, uclibc) (push) Has been cancelled
Buildroot / buildroot (qemu_x86_defconfig, glibc) (push) Has been cancelled
Buildroot / buildroot (qemu_x86_defconfig, musl) (push) Has been cancelled
Buildroot / buildroot (qemu_x86_defconfig, uclibc) (push) Has been cancelled
Buildroot / buildroot (raspberrypi4_64_defconfig, glibc) (push) Has been cancelled
Buildroot / buildroot (raspberrypi4_64_defconfig, musl) (push) Has been cancelled
Buildroot / buildroot (raspberrypi4_64_defconfig, uclibc) (push) Has been cancelled
Buildroot / buildroot (raspberrypi4_defconfig, glibc) (push) Has been cancelled
Buildroot / buildroot (raspberrypi4_defconfig, musl) (push) Has been cancelled
Buildroot / buildroot (raspberrypi4_defconfig, uclibc) (push) Has been cancelled
Linux / alpine (clang) (push) Has been cancelled
Linux / alpine (gcc) (push) Has been cancelled
Linux / debian (clang) (push) Has been cancelled
Linux / debian (gcc) (push) Has been cancelled
Linux / fedora (clang) (push) Has been cancelled
Linux / fedora (gcc) (push) Has been cancelled
Linux / opensuse (clang) (push) Has been cancelled
Linux / opensuse (gcc) (push) Has been cancelled
Linux / ubuntu (clang, ubuntu-20.04) (push) Has been cancelled
Linux / ubuntu (clang, ubuntu-22.04) (push) Has been cancelled
Linux / ubuntu (clang, ubuntu-24.04) (push) Has been cancelled
Linux / ubuntu (gcc, ubuntu-20.04) (push) Has been cancelled
Linux / ubuntu (gcc, ubuntu-22.04) (push) Has been cancelled
Linux / ubuntu (gcc, ubuntu-24.04) (push) Has been cancelled

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson
2024-12-30 21:59:02 -08:00
parent e895be4f81
commit dd1d667315
2 changed files with 38 additions and 1 deletions

37
CHANGES
View File

@@ -1,3 +1,40 @@
2024/12/31 Release v2.20
build: annotated/signed tags need a tweak to verify correctly
build: need awk for newer autoconf
build: verify tag earlier
build: drop sha1, insecure
build: use BSD-style checksum tags
build: make sign & verify tighter
build: cleanup old tarballs first
docs: document formal release process
ci: Updated FreeBSD workflow to fix the boot loop issue.
ci: Removed Ubuntu 18.04 build.
docs: Expand on RELEASE-PROCESS.md
ci: Updated the checkout action version.
fix: Prevent null de-reference when using poll in main_loop
ci: use improved buildroot images.
fix(netlink): cleanup interfaces upon removal
fix: Add the socket option IPV6_MULTICAST_LOOP to prevent the interface from autoconfiguring using RA messages sent by itself.
ci: Added Ubuntu 24.04.
ci: Also use ubuntu-latest for the FreeBSD build
ci: Use latest v1 action in all cases
feat: implement setup_allrouters_membership() et al for FreeBSD #145
chore: remove unused 'total_seen_options' variable
feat: Change the Prefix field of the Route Information Option to be variable-length.
test: add more RDNSS testing for PR#193
feat: Support more addresses in RDNSS section
feat: improve warning about long RA options
fix: do not die on long DNSSL option
test: support older libcheck for ubuntu20.04
chore: document more testcases
chore: make RDNSS/DNSSL documentation and logic consistent
doc: update AUTHORS in manpage
doc: fix truncated sentence about VRRP
feat: handle long options better
fix: ensure send_ra_forall racount only increments for non-unicast
ci: radvd-autogen updates for ubuntu20.04
build: missing files from packages
2023/11/16 Release v2.20_rc1
UnrestrictedUnicast option (respond to RS with configured clients)
Ignore clients w/ ! prefix

View File

@@ -13,7 +13,7 @@ dnl
dnl
dnl If adding rcX to version, be sure to separate with a '-'
AC_INIT(radvd, [2.20_rc1])
AC_INIT(radvd, [2.20])
AC_CONFIG_SRCDIR(radvd.c)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE