Skip to content

Commit

Permalink
Update changelog and bump version for v0.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Feb 8, 2022
1 parent 1560afa commit 30f6114
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Change Log
All relevant, user visible, changes are documented in this file.


[v0.3][] - 2022-02-08
---------------------

### Changes
- Add NETLINK support for link up/down and address add/del
- Enables seamless operation on interfaces with, e.g., DHCP address
- Allows for bringing up interfaces long after daemon has started
- Querier timer now operates per interface, starts when interfaces are
brought into operation -- configuration remains a global setting
- Very basic IPC support for querying status from daemon
- Massive refactor/rename of internal APIs
- Support for multicast output interface without an address
- Support for join/leave on interface without an address


[v0.2][] - 2022-02-04
---------------------

Expand Down Expand Up @@ -31,5 +46,6 @@ Initial public release.
Limited IGMPv1/v2/v3 querier with hard-coded query interval, etc. Put
interfaces in a .conf file, whitespace separated to enable querier.

[UNRELEASED]: https://github.com/westermo/querierd/compare/v0.1...HEAD
[UNRELEASED]: https://github.com/westermo/querierd/compare/v0.3...HEAD
[v0.3]: https://github.com/westermo/querierd/compare/v0.2...v0.3
[v0.2]: https://github.com/westermo/querierd/compare/v0.1...v0.2
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([querierd], [0.3-dev], [https://github.com/troglobit/querierd/issues],,
AC_INIT([querierd], [0.3], [https://github.com/troglobit/querierd/issues],,
[https://troglobit.com/projects/querierd/])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign])
Expand Down

0 comments on commit 30f6114

Please sign in to comment.