Skip to content

Commit dd1d667

Browse files
committed
Release 2.20
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
1 parent e895be4 commit dd1d667

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGES

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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dnl
1313
dnl
1414

1515
dnl If adding rcX to version, be sure to separate with a '-'
16-
AC_INIT(radvd, [2.20_rc1])
16+
AC_INIT(radvd, [2.20])
1717
AC_CONFIG_SRCDIR(radvd.c)
1818
AC_CANONICAL_SYSTEM
1919
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)