Update ChangeLog and bump version for v2.1.2 release
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
5eec48df9d
commit
6d6010add6
14
ChangeLog.md
14
ChangeLog.md
@ -4,6 +4,17 @@ Change Log
|
||||
All relevant changes to the project are documented in this file.
|
||||
|
||||
|
||||
[v2.1.2][] - 2020-03-22
|
||||
-----------------------
|
||||
|
||||
Bug fix release.
|
||||
|
||||
### Fixes
|
||||
- Issue #17: Windriver found and fixed a race between building lib/*.o
|
||||
files with and without `-fPIC`. This should be the final parallel
|
||||
build issue.
|
||||
|
||||
|
||||
[v2.1.1][] - 2020-01-19
|
||||
-----------------------
|
||||
|
||||
@ -310,7 +321,8 @@ and a replacement for `syslog.h` to enable new features in RFC5424.
|
||||
- Several bugfixes and improvements, please refer to the .c files
|
||||
|
||||
|
||||
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.1.1...HEAD
|
||||
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.1.2...HEAD
|
||||
[v2.1.2]: https://github.com/troglobit/sysklogd/compare/v2.1.1...v2.1.2
|
||||
[v2.1.1]: https://github.com/troglobit/sysklogd/compare/v2.1...v2.1.1
|
||||
[v2.1]: https://github.com/troglobit/sysklogd/compare/v2.0.3...v2.1
|
||||
[v2.0.3]: https://github.com/troglobit/sysklogd/compare/v2.0.2...v2.0.3
|
||||
|
@ -25,7 +25,7 @@
|
||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
|
||||
AC_INIT([sysklogd], [2.1.1], [https://github.com/troglobit/sysklogd/issues],,
|
||||
AC_INIT([sysklogd], [2.1.2], [https://github.com/troglobit/sysklogd/issues],,
|
||||
[https://github.com/troglobit/sysklogd])
|
||||
AC_CONFIG_AUX_DIR(aux)
|
||||
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])
|
||||
|
Loading…
Reference in New Issue
Block a user