Skip to content

Commit

Permalink
Release 2.20
Browse files Browse the repository at this point in the history
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
  • Loading branch information
robbat2 committed Dec 31, 2024
1 parent e895be4 commit dd1d667
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd1d667

Please sign in to comment.