diff --git a/ncurses-6.1-patches.tar.bz2 b/ncurses-6.1-patches.tar.bz2 index 369252c..9d3e56f 100644 --- a/ncurses-6.1-patches.tar.bz2 +++ b/ncurses-6.1-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95c32f44b7368f3155457bb83e7019c49ac6035d92bd4fdacc8ea2d6c7a08996 -size 137017 +oid sha256:f451067476218ad6f959e2f1342611d51f4cadb9f30011a2176c27d02d37b960 +size 142084 diff --git a/ncurses.changes b/ncurses.changes index 7b41d70..375642d 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon May 7 09:52:38 UTC 2018 - werner@suse.de + +- Add ncurses patch 6.1-20180505 + + add deprecation warnings for internal functions called by older + versions of tack. + + fix a special case in PutAttrChar() where a cell is marked as + alternate-character set, but the terminal does not actually support + the given graphic character. This would happen in an older terminal + such as vt52, which lacks most line-drawing capability. + + use configure --with-config-suffix option to work around filename + conflict with Debian packages versus test-packages. + + update tracemunch to work with perl 5.26.2, which changed the rules + for escaping regular expressions. + +------------------------------------------------------------------- +Wed May 2 07:11:07 UTC 2018 - werner@suse.de + +- Add ncurses patch 6.1-20180428 + + document new form-extension O_EDGE_INSERT_STAY (report by Leon + Winter). + + correct error-returns listed in manual pages for a few form functions + (report by Leon Winter). + + add a check in form-library for null-pointer dereference: + unfocus_current_field (form); + form_driver (form, REQ_VALIDATION); + (patch by Leon Winter). + ------------------------------------------------------------------- Sun Apr 15 07:53:41 UTC 2018 - werner@suse.de