SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2013-01-21 14:49:00 +00:00 committed by Git OBS Bridge
parent 382fc2a52a
commit 4c38578dbe
2 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7080d7f73d625dafe9e9d34dd38543d9cdb9a49ca4902e00cf3d6f24ea2e70b8
size 1804119
oid sha256:de2ba6460c44fbd22dfb542d63578d745c45df917ca8d63ff3fbb26a5a302a85
size 1809551

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Jan 21 14:47:48 UTC 2013 - werner@suse.de
- Add ncurses patch 5.9.20130119
+ fixes for issues found by Coverity:
+ fix memory leak in safe_sprintf.c
+ add check for return-value in tty_update.c
+ correct initialization for -s option in test/view.c
+ add check for numeric overflow in lib_instr.c
+ improve error-checking in copywin
+ add advice in infocmp manpage for termcap users (Debian #698469).
+ add "-y" option to test/demo_termcap and test/demo_terminfo to
demonstrate behavior with/without extended capabilities.
+ updated termcap manpage to document legacy termcap behavior for
matching capability names.
+ modify name-comparison for tgetstr, etc., to accommodate legacy
applications as well as to improve compatbility with BSD 4.2
termcap implementations (Debian #698299) (cf: 980725).
-------------------------------------------------------------------
Wed Jan 16 13:50:48 UTC 2013 - werner@suse.de