X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fannounce.html;h=abe392e6586d9eb16e6c175151ec15ff37867565;hp=3005e49d588983be19943bf07f19202ec3b388b3;hb=46722468f47c2b77b3987729b4bcf2321cccfd01;hpb=c633e5103a29a38532cf1925257b91cea33fd090 diff --git a/doc/html/announce.html b/doc/html/announce.html index 3005e49d..abe392e6 100644 --- a/doc/html/announce.html +++ b/doc/html/announce.html @@ -1,15 +1,15 @@ -Announcing ncurses 5.2 +Announcing ncurses 5.3 Pre-Release -

Announcing ncurses 5.2

+

Announcing ncurses 5.3

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 +22,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), @@ -34,331 +37,171 @@ The ncurses distribution is available via anonymous FTP at the GNU distribution site ftp://ftp.gnu.org/pub/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 and 5.1; +This release is designed to be upward compatible from ncurses 5.0 and 5.2; very few applications will require recompilation, depending on the platform. -These are the highlights from the change-log since ncurses 5.1 release. +These are the highlights from the change-log since ncurses 5.2 release.

Interface changes:

-New features and improvements: - +New features and improvements: + Major bug fixes: Portability:
  • library:
  • programs: +
  • modify ifdef's in write_entry.c to allow use of symbolic links on + platforms with no hard links, e.g., BeOS. + +
  • modify _nc_write_entry() to allow for the possibility that linking + aliases on a filesystem that ignores case would not succeed because + the source and destination differ only by case, e.g., NCR260VT300WPP0 + on cygwin. +
  • modify logic in tic, toe, tput and tset which checks for basename of + argv[0] to work properly on systems such as OS/2 which have + case-independent filenames and/or program suffixes, e.g., ".ext". +

    Features of Ncurses

    @@ -474,23 +317,23 @@ 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/CDK.html
    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 +
    Midnight Commander
    file manager
    www.gnome.org/mc/. @@ -528,7 +371,7 @@ as well as some that use ncurses for the terminfo support alone:
    vile
    vi-like-emacs
    -http://dickey.his.com/vile. +http://invisible-island.net/vile.

    @@ -543,7 +386,7 @@ HREF="mailto:zmbenhal@netcom.com">Zeyd Ben-Halim and Ongoing work is being done by Thomas Dickey and -Jürgen Pfeifer. +Jürgen Pfeifer. Thomas Dickey acts as the maintainer for the Free Software Foundation, which holds the copyright on ncurses. @@ -561,7 +404,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