Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.1.1 bug fix release
Browse files Browse the repository at this point in the history
Revert previous version bump to 2.2.0-dev because this is just a minor
bug fix release.

Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 5, 2024
1 parent 0ac163e commit dad754d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ ChangeLog

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


[v2.1.1][] - 2024-01-05
-----------------------

### Changes
- Ignore IGMP proxy queries (source IP 0.0.0.0), they must never win
a querier election.

### Fixes
- Fix #4: wrong type for `getopt()` return value
- Fix #5: bug in igmpv2/igmpv3 option parser


[v2.1.0][] - 2021-09-12
-----------------------

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


[UNRELEASED]: https://github.com/troglobit/pimd-dense/compare/2.1.0...HEAD
[UNRELEASED]: https://github.com/troglobit/pimd-dense/compare/2.1.1...HEAD
[v2.1.1]: https://github.com/troglobit/pimd-dense/compare/2.1.0...2.1.1
[v2.1.0]: https://github.com/troglobit/pimd-dense/compare/0.2.1.0-beta1...2.1.0
[v0.2.1.0-beta1]: https://github.com/troglobit/pimd-dense/compare/0.2.1.0-alpha21...0.2.1.0-beta1
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT([pimdd], [2.2.0-dev], [https://github.com/troglobit/pimd-dense/issues],
AC_INIT([pimdd], [2.1.1], [https://github.com/troglobit/pimd-dense/issues],
[pimd-dense], [https://github.com/troglobit/pimd-dense/])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign])
Expand Down

0 comments on commit dad754d

Please sign in to comment.