Skip to content

Commit

Permalink
Update ChangeLog and bump version for upcoming v1.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 Mar 8, 2024
1 parent a8dccc9 commit 106b9bc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Change Log

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

[v1.0][UNRELEASED] - 2024-03-08
---------------------

First release under new stewardship.

### Changes
- Project forked and renamed to mcd
- Add JSON output support
- Renamed setting `proxy-queries` to `proxy-mode`, compat
for old setting name remains
- Update documentation, missing `iface` settings

### Fixes
- Allow fallback to proxy mode if interface has no address
- Fix coding style
- Fix build warnings


[v0.10][] - 2023-05-30
----------------------

Expand Down Expand Up @@ -109,6 +127,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.10...HEAD
[v1.0]: https://github.com/westermo/querierd/compare/v0.10...v1.0
[v0.10]: https://github.com/westermo/querierd/compare/v0.9...v0.10
[v0.9]: https://github.com/westermo/querierd/compare/v0.8...v0.9
[v0.8]: https://github.com/westermo/querierd/compare/v0.7...v0.8
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.69])
AC_INIT([mcd], [0.10], [https://github.com/kernelkit/mcd/issues])
AC_INIT([mcd], [1.0-rc1], [https://github.com/kernelkit/mcd/issues])
AC_CONFIG_AUX_DIR(.aux)
AM_INIT_AUTOMAKE([1.11 foreign])
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit 106b9bc

Please sign in to comment.