From 70d190340acd914c58e151ce9ab31b4b740129b2 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 23 Feb 2020 16:39:48 +0100 Subject: [PATCH] Update changelogs and bump version for v1.17.1 release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 15 ++++++++++++++- configure.ac | 2 +- debian/changelog | 8 ++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 185fd86..bd1a2a9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,18 @@ Change Log All notable changes to the project are documented in this file. +[1.17.1][] - 2020-02-23 +----------------------- + +### Fixes +- Fix #38: Fix for multiline representing as one line +- Fix packaging, missing files in libeditline1, regression from 1.16.0 +- Fix packaging, update to latest std version +- Fix formatting of function names in man page +- Restore tar.gz distribution, for usability on systems that do not + have xz in their default install + + [1.17.0][] - 2020-01-05 ----------------------- @@ -237,7 +249,8 @@ Adaptations to Debian editline package. - First version, forked from Minix current 2008-06-06 -[UNRELEASED]: https://github.com/troglobit/finit/compare/1.17.0...HEAD +[UNRELEASED]: https://github.com/troglobit/finit/compare/1.17.1...HEAD +[1.17.1]: https://github.com/troglobit/finit/compare/1.17.0...1.17.1 [1.17.0]: https://github.com/troglobit/finit/compare/1.16.1...1.17.0 [1.16.1]: https://github.com/troglobit/finit/compare/1.16.0...1.16.1 [1.16.0]: https://github.com/troglobit/finit/compare/1.15.3...1.16.0 diff --git a/configure.ac b/configure.ac index 4c59436..6f5b032 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(editline, 1.17.0, https://github.com/troglobit/editline/issues) +AC_INIT(editline, 1.17.1, https://github.com/troglobit/editline/issues) AC_CONFIG_AUX_DIR(aux) AM_INIT_AUTOMAKE([1.11 foreign dist-xz]) AM_SILENT_RULES([yes]) diff --git a/debian/changelog b/debian/changelog index 6556e14..21350cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +editline (1.17.1) unstable; urgency=medium + + * Fix multiline representing as one line + * Fix missing content in libedtline1, introduced in 1.16.0 + * Update packaging to latest std version + + -- Joachim Nilsson Sun, 23 Feb 2020 18:46:41 +0100 + editline (1.17.0) unstable; urgency=medium * Simple multi-line support