Add ncurses patch 6.1-20180428 as well as 6.1-20180505
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=374
This commit is contained in:
parent
25a1cd4f17
commit
793a540548
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:95c32f44b7368f3155457bb83e7019c49ac6035d92bd4fdacc8ea2d6c7a08996
|
oid sha256:f451067476218ad6f959e2f1342611d51f4cadb9f30011a2176c27d02d37b960
|
||||||
size 137017
|
size 142084
|
||||||
|
@ -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
|
Sun Apr 15 07:53:41 UTC 2018 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user