readline4 (4.2a-5) unstable; urgency=low * Adjust for netbsd linker options (closes: #130349). -- Matthias Klose Sun, 3 Feb 2002 22:03:03 +0100 readline4 (4.2a-4) unstable; urgency=high * Taken from the current upstream sources: Make the symlinked directory completion behavior introduced in readline-4.2a a user-settable option. If `mark-symlinked-directories' is set to `on', the symlinked directory completion behavior is disabled, and symlinks that point to directories have a slash appended (closes: #120854, #123602). Same severity as the bash upload (2.05-4), as bash depends on it. * Introduced a new private (but global) variable, so the shlibs version needs an update again. -- Matthias Klose Sat, 12 Jan 2002 16:00:08 +0100 readline4 (4.2a-3) unstable; urgency=medium * 4.2a has a new variable `rl_readline_version', so the shlibs version needs to be upgraded to (>= 4.2a). * Don't rely on HAVE_CONFIG_H macro in installed headers (closes: #125398). * Upstream: The completion code now attempts to do a better job of preserving the case of the word the user typed if ignoring case in completions. Closes: #74861. -- Matthias Klose Fri, 21 Dec 2001 00:16:28 +0100 readline4 (4.2a-2) unstable; urgency=high * Update config.{sub,guess} from ftp://ftp.gnu.org/pub/gnu/config/. Closes: #119847. -- Matthias Klose Fri, 16 Nov 2001 19:00:07 +0100 readline4 (4.2a-1) unstable; urgency=low * Final release. * This is mainly a bugfix and code cleanup release (as you can see from the version number as well). Fixes the following Debian reports: - readline doesn't ignore null prompts anymore (closes: #105231). - Don't include -I/usr/include in CFLAGS. * Fix location of upstream source in copyright file (closes: #118481). -- Matthias Klose Wed, 14 Nov 2001 21:56:29 +0100 readline4 (4.2a-0rc1) unstable; urgency=low * New upstream (bug fix) version, release candidate. -- Matthias Klose Fri, 2 Nov 2001 10:35:55 +0100 readline4 (4.2a-0beta1) unstable; urgency=low * New upstream (bug fix) version. * Move manual pages to libreadline4 package (closes: #111303). -- Matthias Klose Thu, 11 Oct 2001 22:51:21 +0200 readline4 (4.2-5) unstable; urgency=low * Include stdio.h in history.h (closes: #101166). * libreadline4-dbg suggests libreadline4-dev (closes: #101790). -- Matthias Klose Sat, 21 Jul 2001 19:02:53 +0200 readline4 (4.2-4) unstable; urgency=low * Fix tilde.h for C++ compatibility as well. -- Matthias Klose Sat, 5 May 2001 01:03:03 +0200 readline4 (4.2-3) unstable; urgency=low * Fix header for C++ compatibility (closes #95048, #95758). * Fixed upstream: closes #55626, #75346. -- Matthias Klose Wed, 2 May 2001 23:06:00 +0200 readline4 (4.2-2) unstable; urgency=low * Tighten shlibs dependency to >= 4.2-2. -- Matthias Klose Tue, 10 Apr 2001 00:37:22 +0200 readline4 (4.2-1) unstable; urgency=low * New upstream release. -- Matthias Klose Mon, 9 Apr 2001 18:28:54 +0200 readline4 (4.2-0beta2) unstable; urgency=low * New upstream release 4.2-beta2. -- Matthias Klose Thu, 29 Mar 2001 23:18:10 +0200 readline4 (4.2-0) unstable; urgency=low * New upstream release 4.2-beta1. -- Matthias Klose Tue, 6 Feb 2001 21:12:58 +0100 readline4 (4.1-4) unstable; urgency=low * Fix build error. -- Matthias Klose Mon, 20 Nov 2000 23:27:16 +0100 readline4 (4.1-3) unstable; urgency=low * debian/patches/rl-hurd-build.dpatch: Build on the Hurd (fixes #75342). -- Matthias Klose Sat, 18 Nov 2000 12:55:16 +0100 readline4 (4.1-2) unstable; urgency=low * Include stdio.h in readline.h (fixes #70669). -- Matthias Klose Mon, 9 Oct 2000 20:35:23 +0200 readline4 (4.1-1) frozen unstable; urgency=low * Final release. Documentation fixes. -- Matthias Klose Mon, 20 Mar 2000 20:08:45 +0100 readline4 (4.1-0beta5db1) frozen unstable; urgency=low * Updated beta version. * debian/control: Remove libreadline4-doc suggestions (fixes #57547, #57578). -- Matthias Klose Sun, 20 Feb 2000 21:10:34 +0100 readline4 (4.1-0beta3db3) unstable; urgency=low * Update rl.ctrl-char patch from Dan Jacobowitz. Fixes #54805, #54639, #54612. -- Matthias Klose Wed, 12 Jan 2000 10:26:51 +0100 readline4 (4.1-0beta3db2) unstable; urgency=low * debian/control: libreadline4-dev depends on libncurses5-dev. -- Matthias Klose Thu, 6 Jan 2000 12:11:29 +0100 readline4 (4.1-0beta3db1) unstable; urgency=low * New upstream version. * Remove three patches integrated upstream. * Reports fixed in upstream version: #16797, #22480, #47525. * Put rluserman.info into library package (fixes: #32075). * In lib/readline/chardefs.h do not assume char is signed (fixes #53253). -- Matthias Klose Sat, 1 Jan 2000 16:22:30 +0100 readline4 (4.0-0.1) experimental; urgency=low * New upstream version. * Fixed upstream (closes: #22480). * Separated from bash package, since readline is available as a separate source package upstream. The upstream author writes: "It's not appropriate to build shared libraries from the readline shipped with bash. That is designed to be linked directly into bash." * Make /usr/doc compatibility links. * debian/patches/conf-update.dpatch: New config files from automake (closes #33745). * debian/rules: Add Build-Depends. * debian/rules: Install info files with default perms (closes: #49879). * readline headers fixed upstream (closes: #47525). * debian/etc.inputrc: Document how to enable German umlauts. Should close #38397? Should close #33168, #36077 and #42775 as well? The first report (33168) contains some more information how to get xemacs to work with 8bit. * Support to build on the Hurd (closes: #35769). Patch from Marcus.Brinkmann@ruhr-uni-bochum.de. * debian/patches/rl-del-backspace-policy.dpatch: Handle Delete/Backspace keys according to Debian policy. * debian/patches/rl-paren-matching.dpatch: Turn on parens matching. * debian/patches/rl-shell-memleak.dpatch: Fix memory leak. -- Matthias Klose Sat, 20 Nov 1999 18:52:00 +0100 Local variables: mode: debian-changelog End: