ncurses (4.2-3.4) unstable; urgency=low
ncurses (4.2-3.4) unstable; urgency=low

  * Non-maintainer release.
  * Correct monochrome terminal support (whoops!)

 -- Brent A. Fulgham <bfulgham@debian.org>  Wed, 06 Oct 1999 19:45:10 -0700

ncurses (4.2-3.3) unstable; urgency=low

  * Non-maintainer release.
  * Add Mach terminal support.

 -- Brent A. Fulgham <bfulgham@debian.org>  Wed, 22 Sep 1999 20:30:15 -0700

ncurses (4.2-3.2) unstable; urgency=low

  * Non-maintainer release.
  * Add (>= 4.2-3.1) to shlibs for safer upgrades.

 -- Joel Klecker <espy@debian.org>  Thu, 18 Mar 1999 12:07:55 -0800

ncurses (4.2-3.1) unstable; urgency=low

  * Non-maintainer release.
  * Rebuild for glibc 2.1.

 -- Joel Klecker <espy@debian.org>  Tue,  2 Mar 1999 23:25:27 -0800

ncurses (4.2-3) frozen unstable; urgency=low

  * Restored ncurses-intro manuals to libncurses-dev documentation (#?)
  * Removed empty /usr/bin from libncurses (#29022)
  * /usr/lib/libncurses.so is no longer a relative symlink (#29679)
  * Added support for linux-arm into config.guess (#29927)

 -- Galen Hazelwood <galenh@debian.org>  Tue, 24 Nov 1998 08:37:09 -0700

ncurses (4.2-2) unstable; urgency=low

  * Add screen entries to ncurses-base conffiles list
  * Restore examples directory to libncurses4-dev
  * If TERMINFO_DIRS ends with a colon, search default paths (#27605, #25248)
    (it was always supposed to do that, but now it actually works)
  * Debian rxvt now clears screen on rmcup (#22289)
  * ncurses-term: Added xterm-color symlink to color_xterm (#16804 et al)

 -- Galen Hazelwood <galenh@debian.org>  Fri,  9 Oct 1998 16:04:22 -0600

ncurses (4.2-1) unstable; urgency=low

  * First release of new ncurses into main distribution
  * Integrated jdassen's remake of debian/rules, now uses debhelper
  * Updated security patches
 
 -- Galen Hazelwood <galenh@debian.org>  Mon,  5 Oct 1998 08:15:53 -0600

ncurses (4.2-0) experimental; urgency=low

  * Experimental (lightly tested, known problems) build of new ncurses
  * -pic package dropped (no longer needed)

 -- Galen Hazelwood <galenh@debian.org>  Mon, 21 Sep 1998 14:44:09 -0600

ncurses (1.9.9g-8.10) stable unstable; urgency=high

  * Rebuilt so that dialog and sc do not coredump.

 -- Santiago Vila <sanvila@ctv.es>  Wed,  9 Sep 1998 13:28:02 +0200

ncurses (1.9.9g-8.9.1) stable; urgency=high (security fix)

  * Previous upload got rejected. Set distribution to "stable" instead of
    "hamm-updates".

 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Wed, 29 Jul 1998 14:22:50 +0200

ncurses (1.9.9g-8.9) hamm-updates; urgency=high (security fix)

  * [ncurses/{read_termcap,read_entry}.c] Security fix for setuid operation: 
    switch to user's priviledges on file operations.
    (based on ncurses-1.9.9e-setuid.patch courtesy of Red Hat).

 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sun, 26 Jul 1998 16:53:38 +0200

ncurses (1.9.9g-8.8) frozen unstable; urgency=low

  * Non-maintainer upload.
  * The debugging version in ncurses3.4-dbg was not actually compiled with -g.
    This makes it rather unuseful.  It's due to an error in the configure.in,
    which refers to variables ac_cv_prog_gcc_g and ac_cv_prog_gxx_g to check
    if "-O2 -g" is supported.  This should be ac_cv_prog_cc_g and
    ac_cv_prog_cxx_g instead.  Fixed.
  * debian/xterm.ti had a "blink@" entry for the xterm terminal, which
    cancels the blink capability ("mb").  Since it has no "use" line,
    the use resolver is never called for it, which leaves the "CANCEL"
    value in the compiled info for xterm.
    tgetstr() does not check for cancelled values, so it returns the
    CANCELLED_STRING value which is not a valid pointer.
    Fixed by having tgetstr() return NULL for cancelled values.
    This fixes the bug that causes screen to crash in an xterm (bug#23998).

 -- Richard Braakman <dark@xs4all.nl>  Fri, 17 Jul 1998 12:37:49 +0200

ncurses (1.9.9g-8.7) frozen unstable; urgency=low

  * For reasons that I don't understand, using ncurses3.4 >= 1.9.9g-8.1 with
    ncurses3.4-dev 1.9.9g-8.6 causes lxdialog (kernel's make menuconfig)
    to segfault. Changed the dependency to >= Source-Version. (Fixes
    release-critical #24392).
  * More manpages fixes (Fixes #24400):
    * [aclocal.m4] Rewrote the manpages fixing code somewhat so that
      references like "\fBcurses\fR(3X), " get handled correctly 
    * [man/curs_termcap.3x] Minor changes, so that references get translated
      properly.
    * [man/man_db.renames] Added terminfo.\*n and curs_terminfo.\*n .

 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sat, 11 Jul 1998 16:28:21 +0200

ncurses (1.9.9g-8.6) unstable; urgency=low

  * Non-maintainer upload.
  * debian/rules (binary-arch): install new xterm and xterm-debian
    terminfos provided by Branden Robinson <branden@purdue.edu>.

 -- James Troup <jjtroup@comp.brad.ac.uk>  Tue, 23 Jun 1998 21:32:02 +0200

ncurses (1.9.9g-8.5) frozen unstable; urgency=high

  * *sigh* -8.4 had several problematic leftovers from debugging in it:
  * - built with assertions and without _REENTRANT .
    - wrong fix in the library code. (this broke "screen").
  * Despite the bad karma with -8.4, I still feel strongly that this should
    go into frozen, due to the amount and severity of the bugs it fixes.

 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Mon, 25 May 1998 15:56:36 +0200

ncurses (1.9.9g-8.4) frozen unstable; urgency=high (fixes coredumps and makes documentation usable)

  * [progs/tput.c] Corrected the handling of error returns from setupterm()
    (to the way ncurses 4.2 does it). 
    Fixes the "tput dumps core on unknown TERM" bug. (Fixes #5600).
  * [progs/toe.c] Set pointers to NULL after free-ing (like ncurses 4.2
    does) This fixes the "toe segfaults on megatek" bug. (Fixes #22280).
  * Fixed manpages and their cross-references:
    (Fixes #2806, #5363, #6822, #7889, #9977, #15120, #15637, #15088,
     #10064, #18669).
    * [aclocal.m4] Fixed the generation of the manpage transformation sed
      script so that it also transforms references like
      \fBcurs_refresh\fR(3X) . Warning: attempts to understand this code may
      cause psychological trauma due to exposure to quoting hell.
    * [man/{curs_bkgd,resizeterm,wresize}.3x] Removed otherwise empty "."
      lines between .TH and .SH lines which caused whatis parse to fail.
    * [debian/rules, debian/routines.pl] Added links for the ncurses and form
      routines to the appropriate manpages.
  * Include tutorial (misc/ncurses-intro.{doc,html) in the development package.
  * [misc/ncurses-intro.doc] Corrected umlaut in Juergen's first name.

 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sun, 24 May 1998 17:21:22 +0200

ncurses (1.9.9g-8.3) frozen unstable; urgency=low

  * Non-maintainer upload.
  * The fix wrt "bool" introduced in -8.1 causes problems when a >= -8.1
    -dev package is used with a < -8.1 runtime package.
    Added (>= 1.9.9g-8.1) to Depends: ncurses3.4 to prevent this situation
    from reoccuring (Fixes #22475).

 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sat, 16 May 1998 13:08:04 +0200

ncurses (1.9.9g-8.2) frozen unstable; urgency=low

  * Non-maintainer upload.
  * Fixes the overlap between hamm/ncurses3.4-dbg 1.9.9g-8 and
    bo/ncurses3.0-dev 1.9.9e-1 (usr/lib/lib{form,menu,ncurses,panel}_g.a)
    which Richard Braakman reported on debian-devel; used "Replaces:"
    rather than "Conflicts:" (there is an implicit conflict already).

 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Wed, 13 May 1998 18:40:28 +0200

ncurses (1.9.9g-8.1) frozen unstable; urgency=low

  * Non-maintainer upload.
  * Added a new xterm terminfo entry: kbs changed from ^H to \177
    and kdch1 from \177 to \E[3~ (per policy) (addresses part of #21914).
  * Make /usr/lib/libn?curses.so absolute rather than symbolic links
    (as per policy) (fixes #21913).
  * aclocal.m4: Invoke gzip with '-9'.
  * Generated "configure" with up to date autoconf; the old configure needed
    libg++-dev (the test for handling of type bool used <builtin.h>). Thus,
    "bool" is properly detected (fixes #20534, #17763).
  * Updated shlibs to >= this version, just in case the bool issue affects
    compatibility.
  * Fixed some file/directory permissions.

 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Fri,  8 May 1998 08:46:23 +0200

ncurses (1.9.9g-8) unstable; urgency=low

  * Hacked LD_LIBRARY_PATH in rules (#16203)
  * New rxvt entry (#16363, #16430, #17457, #17676)
  * New screen entry (#17675)

 -- Galen Hazelwood <galenh@micron.net>  Sun,  1 Feb 1998 14:42:07 -0700

ncurses (1.9.9g-7) unstable; urgency=low

  * Updated rxvt entry yet again, should fix everything (#10206)
  * Made all symlinks into /etc/terminfo absolute (#15313)
  * Fixed problem invoking tic on ncursesless systems (#15781)
  * No longer install shared libraries executable (#15479)

 -- Galen Hazelwood <galenh@micron.net>  Sat, 13 Dec 1997 10:41:42 -0700

ncurses (1.9.9g-6) unstable; urgency=low

  * Munged rxvt entry a bit more (#13996)  
  * kterm entry inherits from older xterm now (#14726)
  * Removed ich(1) from linux, screen, vt320 (#15127)

 -- Galen Hazelwood <galenh@micron.net>  Wed, 26 Nov 1997 12:23:49 -0700

ncurses (1.9.9g-5) unstable; urgency=low

  * Changed khome and kend on xterm (#13362, #6100)
  * Made all critical terminfo entries conffiles (#13439)
  * Added config.h to examples directory (#13454)
  * Patched lib_termcap to handle long id strings (#10588)
  
 -- Galen Hazelwood <galenh@micron.net>  Sun, 12 Oct 1997 11:46:20 -0600

ncurses (1.9.9g-4) unstable; urgency=low

  * Removed bogus examples Makefile (#12543)
  * Replaced broken rxvt entry (#13171, #13321)
  * Removed broken xterm-color symlink, and no longer mention it in
    ncurses-base description
  * Updated to standard 2.3.0.0

 -- Galen Hazelwood <galenh@micron.net>  Wed, 24 Sep 1997 20:55:03 -0600

ncurses (1.9.9g-3) unstable; urgency=low

  * Moved changelog to changelog.Debian (#10757)
  * Hacked ncurses manpage to warn about inadequate terminals (#1314)
  * Put ncurses.h back in -dev package
  * Updated terminfo database from 9.13.22 to 9.13.25
  * Removed reference to nonexistant utility from tic manpage (#3829)
  * Hacked aclocal.m4 to support library dependencies
  * Updated to standard 2.2.0.0

 -- Galen Hazelwood <galenh@micron.net>  Thu, 17 Jul 1997 16:52:58 -0600

ncurses (1.9.9g-2) unstable; urgency=low

  * Fixed /etc/terminfo directory support (#10572, #10577)
  * Fixed symlink loss problem (#10552)

 -- Galen Hazelwood <galenh@micron.net>  Sun, 15 Jun 1997 10:38:49 -0600

ncurses (1.9.9g-1) unstable; urgency=low

  * New maintainer
  * New upstream version (fixes #9219)
  * Built with libc6
  * Libraries compiled with -D_REENTRANT 
  * Quick fix for termcap emulation (fixes #1045)
  * Linked reset manpage to tset manpage (fixes #3192, #8187, #9921)
  * Library package no longer "Essential" (fixes #3801)

 -- Galen Hazelwood <galen@micron.net>  Thu, 12 Jun 1997 12:18:34 -0600

Local variables:
mode: debian-changelog
End: