SHA256
1
0
forked from pool/ncurses
OBS User unknown
2008-08-21 15:51:08 +00:00
committed by Git OBS Bridge
parent 3d4c11d216
commit 691fd33fbb
5 changed files with 114 additions and 65 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Aug 18 16:17:24 CEST 2008 - werner@suse.de
- Use include directories more restrictive that is
* /usr/include/ncurses/*.h for standard version
* /usr/include/ncursesw/*.h for wide version
* /usr/include/ncurses6/ncurses/*.h for ABI 6.0 standard version
* /usr/include/ncurses6/ncursesw/*.h for ABI 6.0 wide version
- Make thread support using weak symbols that is be thread safe
only for applications using the libpthread.
-------------------------------------------------------------------
Thu Aug 14 17:26:53 CEST 2008 - werner@suse.de