bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ANN: ncurses-5.9-20150502


From: Thomas Dickey
Subject: ANN: ncurses-5.9-20150502
Date: Sat, 2 May 2015 21:12:01 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

Files:
        ftp://invisible-island.net/AdaCurses/current/AdaCurses-20150502.tgz
        ftp://invisible-island.net/AdaCurses/current/AdaCurses-20150502.tgz.asc
        
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20150502.tgz
        
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20150502.tgz.asc
        
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20150502.tgz
        
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20150502.tgz.asc
        ftp://invisible-island.net/ncurses/5.9/MD5sums
        ftp://invisible-island.net/ncurses/5.9/dev-patches.zip
        ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20150502.patch.gz
        ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20150502.patch.gz.asc
        ftp://invisible-island.net/ncurses/current/ncurses-5.9-20150502.tgz
        ftp://invisible-island.net/ncurses/current/ncurses-5.9-20150502.tgz.asc
        ftp://invisible-island.net/ncurses/win32/mingw32-20150502.zip
        ftp://invisible-island.net/ncurses/win32/mingw64-20150502.zip

 ncurses 5.9 - patch 20150502 - Thomas E. Dickey

 ------------------------------------------------------------------------------

 Ncurses 5.9 is at
        ftp.gnu.org:/pub/gnu

 Patches for ncurses 5.9 are in the subdirectory
        ftp://invisible-island.net/ncurses/5.9

 ------------------------------------------------------------------------------
 ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20150502.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Sun May  3 01:06:46 UTC 2015
 ------------------------------------------------------------------------------
 Ada95/aclocal.m4                 |  103 
 Ada95/configure                  | 3564 ++++++++++++++++++++++++---------
 Ada95/gen/Makefile.in            |   18 
 Ada95/package/AdaCurses-doc.spec |    6 
 Ada95/package/AdaCurses.spec     |    8 
 Ada95/package/debian/rules       |    4 
 MANIFEST                         |    1 
 NEWS                             |   38 
 VERSION                          |    2 
 aclocal.m4                       |   75 
 c++/Makefile.in                  |   12 
 config.guess                     |   40 
 config.sub                       |   29 
 configure                        | 3922 ++++++++++++++++++-------------------
 configure.in                     |   56 
 dist.mk                          |    4 
 form/Makefile.in                 |    5 
 include/Caps                     |   12 
 include/Caps.aix4                |   12 
 include/Caps.hpux11              |   12 
 include/Caps.keys                |   12 
 include/Caps.osf1r5              |   12 
 include/Caps.uwin                |    8 
 include/Makefile.in              |    5 
 man/curs_util.3x                 |    4 
 man/term.5                       |    6 
 man/terminfo.tail                |    4 
 menu/Makefile.in                 |    5 
 misc/gen-pkgconfig.in            |   57 
 misc/terminfo.src                |   85 
 ncurses-5.9-20150502/misc/magic  |   32 
 ncurses/base/lib_freeall.c       |    7 
 ncurses/base/lib_set_term.c      |   13 
 ncurses/tty/lib_twait.c          |    6 
 package/debian-mingw/changelog   |    4 
 package/debian-mingw64/changelog |    4 
 package/debian/changelog         |    4 
 package/debian/rules             |   16 
 package/mingw-ncurses.nsi        |    4 
 package/mingw-ncurses.spec       |    2 
 package/ncurses.spec             |   11 
 panel/Makefile.in                |    5 
 progs/Makefile.in                |    6 
 test/README                      |  216 +-
 test/aclocal.m4                  |   23 
 test/configure                   | 2004 +++++++++---------
 test/mk-test.awk                 |    6 
 47 files changed, 6194 insertions(+), 4290 deletions(-)
 ------------------------------------------------------------------------------
 
20150502
        + modify the configure script to allow different default values
          for ABI 5 versus ABI 6.
        + add wgetch-events to test-packages.
        + add a note on how to build ncurses-examples to test/README.
        + fix a memory leak in delscreen (report by Daniel Kahn Gillmor,
          Debian #783486) -TD
        + remove unnecessary ';' from E3 capabilities -TD
        + add tmux entry, derived from screen (patch by Nicholas Marriott).
        + split-out recent change to nsterm-bce as nsterm-build326, and add
          nsterm-build342 to reflect changes with successive releases of OSX
          (discussion with Leonardo B Schenkel)
        + add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian
          #783806)
        + add sample "magic" file, to document ext-putwin.
        + modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the
          generated ".pc" file when ld option "--as-needed" is used, or when
          ncurses and tinfo are installed without using rpath (prompted by
          discussion with Sylvain Bertrand).
        + modify test-package for ncurses6 to omit rpath feature when installed
          in /usr.
        + add OSX's "*.dSYM" to clean-rules in makefiles.
        + make extra-suffix work for OSX configuration, e.g., for shared
          libraries.
        + modify Ada95/configure script to work with pkg-config
        + move test-package for ncurses6 to /usr, since filename-conflicts have
          been eliminated.
        + corrected build rules for Ada95/gen/generate; it does not depend on
          the ncurses library aside from headers.
        + reviewed man pages, fixed a few other spelling errors.
        + fix a typo in curs_util.3x (Sven Joachim).
        + use extra-suffix in some overlooked shared library dependencies
          found by 20150425 changes for test-packages.
        + update config.guess, config.sub from
                http://git.savannah.gnu.org/cgit/config.git


-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]