Update ChangeLog and bump version for v1.17.0

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2020-01-05 09:53:19 +01:00
parent 01dd4045b4
commit 02cccd1e87
3 changed files with 14 additions and 10 deletions

9
debian/changelog vendored
View File

@@ -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 <troglobit@gmail.com> Sun, 05 Jan 2020 09:47:34 +0100
editline (1.16.1) unstable; urgency=medium
* Minor bug fix and documentation update release.