Skip to content

Commit

Permalink
Update changelog and bump version for upcoming v0.5 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jacques de Laval <[email protected]>
  • Loading branch information
jackuess committed Jun 20, 2022
1 parent b57aef3 commit 6cdbe3c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Change Log

All relevant, user visible, changes are documented in this file.

[v0.5][UNRELEASED] - 2022-06-20
---------------------

### Changes
- Add per interface proxy mode
- Any interface listed as disabled in configuration is considered a
proxy interface
- Proxy queries (with source 0.0.0.0) are sent until a real querier is
detected
- querierctl shows elected querier for proxy interfaces
- querierctl: Support for displaying discovered router ports

[v0.4][] - 2022-02-16
---------------------

Expand Down Expand Up @@ -64,6 +76,7 @@ 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.4...HEAD
[v0.5]: https://github.com/westermo/querierd/compare/v0.4...v0.5
[v0.4]: https://github.com/westermo/querierd/compare/v0.3...v0.4
[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 TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Rough Plan for querierd
=======================

Planned for v0.5
Planned for v0.6
----------------

- Look for better IP than 169 for each interface
Expand Down
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.4], [https://github.com/troglobit/querierd/issues],,
AC_INIT([querierd], [0.5], [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 6cdbe3c

Please sign in to comment.