diff --git a/ChangeLog.md b/ChangeLog.md index 5226a8c..6637b28 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 ----------------- diff --git a/configure.ac b/configure.ac index 0078a19..ec3c9e3 100644 --- a/configure.ac +++ b/configure.ac @@ -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])