Updating link to change in openSUSE:Factory/ncurses revision 241

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=b003c52115d8409e0e9b3550b2d25224
This commit is contained in:
OBS User buildservice-autocommit
2023-06-17 20:20:23 +00:00
committed by Git OBS Bridge
parent 33c0831160
commit c41634ed0a
3 changed files with 63 additions and 23 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Fri Jun 16 07:04:14 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20230615
+ modify _nc_read_file_entry() to show relevant filename in warnings.
+ improve checks in convert_string() for corrupt terminfo entry (report
and test-case by Gregory James Duck).
-------------------------------------------------------------------
Mon Jun 12 08:21:11 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20230610
+ improve manpages discussing file descriptors in low-level functions.
+ modify flushinp to use file descriptors in SCREEN, rather than from
TERMINAL, and check if they are for a terminal, like SVr4.
+ modify mcprint to use file descriptor in SCREEN, for consistency.
+ add xterm+focus to foot+base (patch by Daniel Ekloef).
+ correct definition of Charable() for non-wide ncurses library (report
and test-case by Zbigniew Baniewski).
-------------------------------------------------------------------
Mon Jun 5 09:24:43 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20230603
+ add configure option --with-strip-program, to override program
chosen by the install program for stripping executables (prompted
by discussion with Aapo Rantalainen).
+ fix typo in INSTALL (report/patch by Aapo Rantalainen).
+ improve error-checks for isEILSEQ()
+ increase MB_CUR_MAX to 16, matching glibc's MB_LEN_MAX.
+ corrected mouse mask in test/testcurs.c
+ improve thread lock in lib_trace.c
- Correct offsets of patch ncurses-6.4.dif
-------------------------------------------------------------------
Tue May 30 08:13:24 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20230527
+ fixes for compiler warnings/cppcheck.
-------------------------------------------------------------------
Mon May 22 06:21:42 UTC 2023 - Dr. Werner Fink <werner@suse.de>