Skip to content

Commit

Permalink
Update changelog and bump version for v2.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Sep 12, 2021
1 parent 81d79a4 commit d7b1a9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ChangeLog

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

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

### Changes
Expand Down Expand Up @@ -42,11 +42,13 @@ All notable changes to the project are documented in this file.
- Import safe string API functions from OpenBSD
- Drop PIM-SM and DVMRP specific debug messages/levels, unused
- Add systemd unit file, enabled automatically at configure time
- Add basic man pages for section 8 and 5
- Add man pages for pimd, pimctl, and pimd.conf in sections 8 and 5
- Support for building .deb packages for Debian and Ubuntu based systemd

### Fixes
- Fix PIM Assert handling, with new `assert-timeout` .conf option
- Fix `k_del_vif()`, does not work properly in Linux
- Fix `k_req_incoming()` on FreeBSD
- Fix 100% CPU usage, refactor linked list handling to use `queue.h`
- Fix IGMP querier election bug, lost querier "flag" on interface when
PIM DR election was lost. Thar draft spec PimDM is built around says
Expand Down Expand Up @@ -153,5 +155,6 @@ A new 1.0.x-alpha version number will be assigned upon the initial
public release of this code.


[v2.1.0]: https://github.com/troglobit/pimd-dense/compare/0.2.1.0-beta1...2.1.0
[UNRELEASED]: https://github.com/troglobit/pimd-dense/compare/2.1.0...HEAD
[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.1.0-rc1], [https://github.com/troglobit/pimd-dense/issues],
AC_INIT([pimdd], [2.1.0], [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 d7b1a9f

Please sign in to comment.