SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2013-12-17 17:44:25 +00:00 committed by Git OBS Bridge
parent c4adaad934
commit 534d8b637f
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7439df470e0d87f2848b49cbd7123bb12723537165f5a618eab5c9c312150aa5
size 2977175
oid sha256:4e0d1699b7643e0da833fd6d6283b2aabfcfbf9bd971f04dc505b2635f603be7
size 2995342

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Dec 17 17:40:23 UTC 2013 - werner@suse.de
- Add ncurses patch 20131214
+ modify configure-script/ifdef's to allow OLD_TTY feature to be
suppressed if the type of ospeed is configured using the option
--with-ospeed to not be a short. By default, it is a short for
termcap-compatibility (adapted from suggestion by Christian
Weisgerber).
+ correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
cf: 20061230).
+ fix a few -Wlogical-op warnings.
+ updated llib-l* files.
-------------------------------------------------------------------
Tue Dec 10 14:54:55 UTC 2013 - werner@suse.de