SHA256
1
0
forked from pool/ncurses
2011-11-22 12:04:57 +00:00
committed by Git OBS Bridge
parent e155f32103
commit d305806fe4
2 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 22 12:03:47 UTC 2011 - werner@suse.de
- Add ncurses patch 5.9.20111119
* remove obsolete/conflicting fallback definition for _POSIX_SOURCE
from curses.priv.h, fixing a regression with IRIX64 and Tru64
(cf: 20110416)
* modify _nc_tic_dir() to ensure that its return-value is nonnull,
i.e., the database iterator was not initialized. This case is needed
to when tic is translating to termcap, rather than loading the
database (cf: 20111001).
-------------------------------------------------------------------
Fri Nov 18 12:00:10 UTC 2011 - werner@suse.de