Skip to content

Commit dad754d

Browse files
committed
Update ChangeLog and bump version for v2.1.1 bug fix release
Revert previous version bump to 2.2.0-dev because this is just a minor bug fix release. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 0ac163e commit dad754d

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

ChangeLog.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ ChangeLog
33

44
All notable changes to the project are documented in this file.
55

6+
7+
[v2.1.1][] - 2024-01-05
8+
-----------------------
9+
10+
### Changes
11+
- Ignore IGMP proxy queries (source IP 0.0.0.0), they must never win
12+
a querier election.
13+
14+
### Fixes
15+
- Fix #4: wrong type for `getopt()` return value
16+
- Fix #5: bug in igmpv2/igmpv3 option parser
17+
18+
619
[v2.1.0][] - 2021-09-12
720
-----------------------
821

@@ -155,6 +168,7 @@ A new 1.0.x-alpha version number will be assigned upon the initial
155168
public release of this code.
156169

157170

158-
[UNRELEASED]: https://github.com/troglobit/pimd-dense/compare/2.1.0...HEAD
171+
[UNRELEASED]: https://github.com/troglobit/pimd-dense/compare/2.1.1...HEAD
172+
[v2.1.1]: https://github.com/troglobit/pimd-dense/compare/2.1.0...2.1.1
159173
[v2.1.0]: https://github.com/troglobit/pimd-dense/compare/0.2.1.0-beta1...2.1.0
160174
[v0.2.1.0-beta1]: https://github.com/troglobit/pimd-dense/compare/0.2.1.0-alpha21...0.2.1.0-beta1

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.61)
2-
AC_INIT([pimdd], [2.2.0-dev], [https://github.com/troglobit/pimd-dense/issues],
2+
AC_INIT([pimdd], [2.1.1], [https://github.com/troglobit/pimd-dense/issues],
33
[pimd-dense], [https://github.com/troglobit/pimd-dense/])
44
AC_CONFIG_AUX_DIR(aux)
55
AM_INIT_AUTOMAKE([1.11 foreign])

0 commit comments

Comments
 (0)