Skip to content

Commit

Permalink
Update changelog and bump version for v0.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Feb 4, 2022
1 parent 45d80c2 commit 368075a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Change Log
==========

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


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

### Changes
- Add proper /etc/querierd.conf support to change:
- query interval (QI)
- query response interval (QRI)
- query last member interval
- robustness (QRV)
- router timeout
- router alert
- interface on/off with IGMP version
- Add sample querierd.conf

### Fixes
- Ignore proxy querys, they must never win elections
- Query jitter problem of several seconds


v0.1 - 2021-12-01
-----------------

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.1], [https://github.com/troglobit/querierd/issues],,
AC_INIT([querierd], [0.2], [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 368075a

Please sign in to comment.