|
| 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 | + |
1 | 38 | 2023/11/16 Release v2.20_rc1
|
2 | 39 | UnrestrictedUnicast option (respond to RS with configured clients)
|
3 | 40 | Ignore clients w/ ! prefix
|
|
0 commit comments