X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fannounce.html;h=caecbd72b1fccf909769148c2ddcbfb78244f905;hp=e7a79d6c899d78542aaf284c5ac29331a2e3052a;hb=a8987e73ec254703634802b4f7ee30d3a485524d;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/doc/html/announce.html b/doc/html/announce.html index e7a79d6c..caecbd72 100644 --- a/doc/html/announce.html +++ b/doc/html/announce.html @@ -1,15 +1,16 @@ -Announcing ncurses 5.1 +Announcing ncurses 5.4 + -

Announcing ncurses 5.1

+

Announcing ncurses 5.4

The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses terminfo format, @@ -22,8 +23,11 @@ considered 4.4BSD curses obsolete, and is encouraging the keepers of Unix releases such as BSD/OS, freeBSD and netBSD to switch over to ncurses.

-The ncurses code was developed under GNU/Linux. It should port easily to -any ANSI/POSIX-conforming UNIX. It has even been ported to OS/2 Warp!

+The ncurses code was developed under GNU/Linux. +It has been in use for some time with OpenBSD as the system curses library, +and on FreeBSD and NetBSD as an external package. +It should port easily to any ANSI/POSIX-conforming UNIX. +It has even been ported to OS/2 Warp!

The distribution includes the library and support utilities, including a terminfo compiler tic(1), a decompiler infocmp(1), clear(1), tput(1), tset(1), @@ -32,142 +36,304 @@ the library and tools.

The ncurses distribution is available via anonymous FTP at the GNU distribution site -ftp://ftp.gnu.org/pub/gnu/ncurses. +ftp://ftp.gnu.org/gnu/ncurses/ .
It is also available at -ftp://dickey.his.com/ncurses. +ftp://invisible-island.net/ncurses/ .

Release Notes

-This release is designed to be upward compatible from ncurses 5.0; very few -applications will require recompilation, depending on the platform. -These are the highlights from the change-log since ncurses 5.0 release. +This release is designed to be upward compatible from ncurses 5.0 and 5.3; +very few applications will require recompilation, depending on the platform. +These are the highlights from the change-log since ncurses 5.3 release.

Interface changes:

-New features: +New features and improvements: Major bug fixes: -
  • made several fixes for buffer overflows, unchecked recursion, - improvements in performance, etc. See the NEWS file for details. +Portability: +

    Features of Ncurses

    @@ -283,61 +449,60 @@ including (versions starting with those noted):
    cdk
    Curses Development Kit
    -http://www.vexus.ca/CDK.html +http://invisible-island.net/cdk/
    -http://dickey.his.com/cdk. +http://www.vexus.ca/products/CDK/
    ded
    directory-editor
    -http://dickey.his.com/ded. +http://invisible-island.net/ded/
    dialog
    the underlying application used in Slackware's setup, and the basis for similar applications on GNU/Linux.
    -http://dickey.his.com/dialog. +http://invisible-island.net/dialog/
    lynx
    the character-screen WWW browser
    -http://lynx.isc.org/release. -
    Midnight Commander 4.1 +http://lynx.isc.org/release/ +
    Midnight Commander
    file manager
    -www.gnome.org/mc/. +http://www.ibiblio.org/mc/
    mutt
    mail utility
    -http://www.mutt.org. +http://www.mutt.org/
    ncftp
    file-transfer utility
    -http://www.ncftp.com. +http://www.ncftp.com/
    nvi
    New vi versions 1.50 are able to use ncurses versions 1.9.7 and later.
    -http://www.bostic.com/vi/. +http://www.bostic.com/vi/ +
    +
    pinfo +
    Lynx-like info browser. +http://dione.ids.pl/~pborys/software/pinfo/
    tin
    newsreader, supporting color, MIME -
    -http://www.tin.org. -
    taper -
    tape archive utility -
    -http://members.iinet.net.au/~yusuf/taper/. +http://www.tin.org/
    vh-1.6
    Volks-Hypertext browser for the Jargon File
    -http://www.bg.debian.org/Packages/unstable/text/vh.html. +http://www.debian.org/Packages/unstable/text/vh.html as well as some that use ncurses for the terminfo support alone:
    minicom
    terminal emulator
    -http://www.pp.clinet.fi/~walker/minicom.html. +http://www.netsonic.fi/~walker/minicom.html
    vile
    vi-like-emacs
    -http://dickey.his.com/vile. +http://invisible-island.net/vile/

    @@ -346,16 +511,16 @@ a few games).

    Who's Who and What's What

    -The original developers of ncurses are Zeyd Ben-Halim and -Eric S. Raymond. +Zeyd Ben-Halim +started it from a previous package pcurses, written by Pavel Curtis. +Eric S. Raymond +continued development. +Jürgen Pfeifer wrote most of the form and menu libraries. Ongoing work is being done by -Thomas Dickey -and -Jürgen Pfeifer. -Thomas Dickey -acts as the maintainer for the Free Software Foundation, which holds the -copyright on ncurses. +Thomas Dickey. +Thomas Dickey +acts as the maintainer for the Free Software Foundation, +which holds the copyright on ncurses. Contact the current maintainers at bug-ncurses@gnu.org.

    @@ -370,7 +535,7 @@ This list is open to anyone interested in helping with the development and testing of this package.

    Beta versions of ncurses and patches to the current release are made available at -ftp://dickey.his.com/ncurses. +ftp://invisible-island.net/ncurses/ .

    Future Plans