Update ChangeLog and bump version for v2.1.1 bug fix release

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2020-01-19 20:21:46 +01:00
parent c20c748afa
commit 24dafe9a27
2 changed files with 6 additions and 2 deletions

View File

@@ -4,11 +4,15 @@ Change Log
All relevant changes to the project are documented in this file. All relevant changes to the project are documented in this file.
[v2.1.1][] - 2020-01-17 [v2.1.1][] - 2020-01-19
----------------------- -----------------------
Bug fix release. Bug fix release.
### Changes
- Add unit test to verify rule option parsing
- Minor code cleanup and code de-duplication
### Fixes ### Fixes
- Issue #11: Some users still reported problems with parallel build, - Issue #11: Some users still reported problems with parallel build,
which was worked-around with `.NOTPARALLEL` in [v2.1][]. This v2 fix which was worked-around with `.NOTPARALLEL` in [v2.1][]. This v2 fix

View File

@@ -25,7 +25,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
AC_INIT([sysklogd], [2.1], [https://github.com/troglobit/sysklogd/issues],, AC_INIT([sysklogd], [2.1.1], [https://github.com/troglobit/sysklogd/issues],,
[https://github.com/troglobit/sysklogd]) [https://github.com/troglobit/sysklogd])
AC_CONFIG_AUX_DIR(aux) AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects]) AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])