Skip to content

Commit

Permalink
Update ChangeLog and bump version for v1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Jan 5, 2020
1 parent 01dd404 commit 02cccd1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
13 changes: 4 additions & 9 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Change Log
All notable changes to the project are documented in this file.


[1.17.0][UNRELEASED]
--------------------
[1.17.0][] - 2020-01-05
-----------------------

### Changes
- Simple multi-line support by Dima Volynets, @dvolynets
Expand Down Expand Up @@ -237,7 +237,8 @@ Adaptations to Debian editline package.
- First version, forked from Minix current 2008-06-06


[UNRELEASED]: https://github.com/troglobit/finit/compare/1.16.1...HEAD
[UNRELEASED]: https://github.com/troglobit/finit/compare/1.17.0...HEAD
[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
[1.15.3]: https://github.com/troglobit/finit/compare/1.15.2...1.15.3
Expand All @@ -255,9 +256,3 @@ Adaptations to Debian editline package.
[Travis-CI]: https://travis-ci.org/troglobit/uftpd
[Coverity Scan]: https://scan.coverity.com/projects/2947
[README.md]: https://github.com/troglobit/editline/blob/master/README.md

<!--
-- Local Variables:
-- mode: markdown
-- End:
-->
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(editline, 1.17.0-dev, https://github.com/troglobit/editline/issues)
AC_INIT(editline, 1.17.0, https://github.com/troglobit/editline/issues)
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])

Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
editline (1.17.0) unstable; urgency=medium

* Simple multi-line support
* Handle internal realloc() errors better
* Fix return value from read_history() and write_history()
* Fix potential NULL pointer dereference in key binging lookup

-- Joachim Nilsson <[email protected]> Sun, 05 Jan 2020 09:47:34 +0100

editline (1.16.1) unstable; urgency=medium

* Minor bug fix and documentation update release.
Expand Down

0 comments on commit 02cccd1

Please sign in to comment.