From 7afe863ab5efb6903933058d5983bd27f5a93c70 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sat, 3 Dec 2016 10:22:49 +0100 Subject: [PATCH] Update ChangeLog and bump version for v2.2.0 release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 9 +++++---- configure.ac | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 96e17eba..164005c0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,8 +3,9 @@ ChangeLog All notable changes to the project are documented in this file. -[v2.2][UNRELEASED] - 2016-09-XX -------------------------------- + +[v2.2.0][] - 2016-12-03 +----------------------- ### Changes - Support for dropping root priviliges after opening the multicast @@ -317,8 +318,8 @@ v0.8 - August 2001 Initial public release by Carsten Schill. -[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.1.1...HEAD -[v2.2]: https://github.com/troglobit/smcroute/compare/2.1.1...2.2 +[UNRELEASED]: https://github.com/troglobit/smcroute/compare/2.2.0...HEAD +[v2.2.0]: https://github.com/troglobit/smcroute/compare/2.1.1...2.2.0 [v2.1.1]: https://github.com/troglobit/smcroute/compare/2.1.0...2.1.1 [v2.1.0]: https://github.com/troglobit/smcroute/compare/2.0.0...2.1.0 [v2.0.0]: https://github.com/troglobit/smcroute/compare/1.99.2...2.0.0 diff --git a/configure.ac b/configure.ac index 9e3aa08b..63c9b7d4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(SMCRoute, 2.2-rc2, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html) +AC_INIT(SMCRoute, 2.2.0, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html) AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) AM_SILENT_RULES()