Dr. Werner Fink 2015-10-12 09:38:06 +00:00 committed by Git OBS Bridge
parent 2bacd145d9
commit 069c9974d7
2 changed files with 27 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00379206ba6ea322d8fe2697beec9ebe1dfffed3d7db1ec52e2a0273c1e5b2dd
size 145857
oid sha256:3aeb21efdf6ed458799502f361c5d9d227eed8d557a47d5b2d4435e8fb261e50
size 202934

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Oct 12 09:30:14 UTC 2015 - werner@suse.de
-Add ncurses patch 20151010
+ add configure check for openpty to test/configure script, for ditto.
+ minor fixes to test/view.c in investigating Debian #790847.
+ update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
+ add workaround for breakage of POSIX makefiles by recent binutils
change.
+ improve check for working poll() by using posix_openpt() as a
fallback in case there is no valid terminal on the standard input
(prompted by discussion on bug-ncurses mailing list, Debian #676461).
-Add ncurses patch 20150926
+ change makefile rule for removing resulting.map to distclean rather
than clean.
+ add /lib/terminfo to terminfo-dirs in ".deb" test-package.
+ add note on portability of resizeterm and wresize to manual pages.
- Add ncurses patch 20150919
+ clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
stream.
+ clarify in curs_getch.3x that the keypad mode affects ability to
read KEY_MOUSE codes, but does not affect KEY_RESIZE.
+ add overlooked build-fix needed with Cygwin for separate Ada95
configure script, cf: 20150606 (report by Nicolas Boulenguez)
-------------------------------------------------------------------
Thu Oct 8 10:44:45 CEST 2015 - werner@suse.de