* No-change rebuild for ncurses6 transition.
* QA upload.
* Enable hardening build flags.
* Remove unused multilib packages.
* Use architecture qualified compiler. Closes: #784669.
* Refer to GPL-2 instead of GPL{-3,} in copyright as the sole purpose of
this package is being licensed under GPL-2.
* Declare source format 1.0.
* Remove install-info from obsolete maintscripts and install-info
dependency to comply with Debian policy 12.2.
* Verified compliance with Debian policy 3.9.6.
* QA upload.
* Fix multiarch bug, again; the +dfsg suffix broke the previous fix.
Closes: #670028.
* QA upload.
* Remove unused and non DFSG-compliant files from source:
doc/{history,rlman,rluserman,readline}.{dvi,html,info,pdf,ps,texi}.
history and readline thus removed from /usr/share/info/ in
libreadline-gplv2-dev. Closes: #695790.
[ Florian Schlichting ]
* libreadline-gplv2-dev: explicitly conflict against libreadline6-dev.
Closes: #670111.
* libreadline-gplv2-dev: substitute build- and architecture-dependant paths
in examples/Makefile with their actual, arch-indep value.
Closes: #658850, #670028.
[ Matthias Klose ]
* Orphan the package.
* Do not link against any libncurses* library, just against libtinfo.
* libreadline-gplv2-dev: Depend on libtinfo-dev instead of libncurses5-dev.
* Add multi-arch support (Riku Voipio). Closes: #638851.
* libreadline-gplv2-dev: Stop providing libreadline5-dev.
* Rename libreadline5-dev to libradline-gplv2-dev. Some packages
still need readline5 for license compatibility, others should
convert to readline6.
* Fix some lintian warnings.
* libreadline5-dev: Stop providing libreadline-dev.
* libreadline5-dbg: Add libc6 dependencies to satisfy pedantic views
on the policy. Closes: #553251.
* Set priority of packages to extra (readline6 is the preferred choice).
* Don't build rlfe and readline-common anymore, now built by readline6.
* On amd64, install 32bit libraries into /lib32 and /usr/lib32.
Closes: #533014.
* Apply upstream patches up to readline52-013. Closes: #494934.
* Remove the patch introduced in 5.2-3.1, obsoleted by the upstream
patches.
* libreadline5-dev: Set priority to extra.
* Non-maintainer upload.
* Apply rl-input-eventhook.dpatch: Fix input data validation when run with
rl_event_hook. Closes: #498277.
* Build-depend on gcc-multilib instead of lib{32,64}c*-dev-*.
Closes: #423995.
* Apply upstream patch readline52-001 (readline neglects to reallocate
the array it uses to keep track of wrapped screen lines when increasing
its size. This will eventually result in segmentation faults when given
sufficiently long input.
* Apply upstream patch readline52-003 and readline52-004, fixes
for displaying the prompt.
* Link biarch builds against ncurses.
* Apply upstream patch readline52-001 (incorrect display position
with multibyte characters).
* New upstream version.
* Removed patches applied upstream: rlfe-pts, rl-inputrc.
* readline-common: Don't conflict with libreadine4, keep the replaces;
eases upgrades from MySQL 5 databases. Closes: #387966.
* Fix libc dependencies for the lib32readline5{,-dev} packages.
Closes: #386345.
* Set DEB_BUILD_GNU_TYPE. Closes: #390372.
* Build 32bit packages for amd64 and ppc64. Closes: #384198.
* Apply cross-compilation fixes, but keep the dependency on readline-common.
Closes: #358767.
* Fix build failure on ppc64. Closes: #361193.
* Apply upstream patches 003, 004.
* Remove build dependency on ia32-libs-dev.
* Apply upstream patch 002.
* Fix dangling symlinks in doc directory (closes: #346157, #346158).
* Fix names of libc-dev packages in lib64readline5-dev dependencies.
Closes: #344723.
* Add 32/64 bit build dependencies, lib64ncurses-dev doesn't yet depend
on it.
* Don't call dh_shlibdeps for the lib64readline5 package.
* Fix build on GNU/kFreeBSD. Closes: #343323.
* Fix callback interface (closes: #343477).
* Don't check for cross compilation, when building for 64bit biarchs.
* Build 64bit packages for i386 and powerpc as well.
* /etc/inputrc: Activate bindings for forward-/backward-word,
when term=rxvt. Ubuntu #18927.
* New upstream version (5.1 release).
- Works better with non-ASCII input (closes: #332635).
* readline-common conflicts/replaces libreadline-common (closes: #339452).
* New upstream version (5.1-rc1).
- Fix rlfe command line parsing (closes: #308315).
* Remove patches applied upstream: rl-del-backspace-policy.
* Remove /etc/inputrc on purge (closes: #334142).
* New upstream version (5.1-beta1).
* New upstream version (5.1-alpha1).
* Remove patches applied upstream:
- readline50-*, rl-setenv, rl-display, rl-self-insert, rl-examples.
* libreadline5 now depends on libreadline-common, now holding the
readline user documentation and the configuration file /etc/inputrc.
* libreadline5 now depends on readline-common, now holding the
readline user documentation and the configuration file /etc/inputrc.
* Update support/config.* files (closes: #290910).
* Fix bug in readline's self-insert command (addresses: #290103).
* Fix reference to upstream version (closes: #282252).
* Fix re-read-init-file (C-xC-r) not to read /etc/inputrc twice,
but /etc/inputrc and ~/.inputrc. Thanks to Vasco Pedro.
* rlfe: Use Unix98 pty naming (closes: #287434).
* Fix segfault in the ``reverse-search-history'' feature of the readline
library, if the search string matches a previously entered command (ie
history) and must overflow the current screen width. Addresses: #288940.
* Add build dependency on autotools-dev (closes: #281429).
* Build-depend on texinfo (closes: #280867).
* Remove the libreadline-common package, until sarge is released.
Install the man pages as readline5(3) and history5(3), install the
user manual as rl5userman. Closes: #279366.
* Fix typo in rules file.
* Prefer using setenv over putenv.
* Remove sgid bits from directories (closes: #274667).
* libreadline5 now depends on libreadline-common | libreadline4 (<< 4.3-13),
becoming installable in sarge, but leaving out the rluserman docs,
which is in libreadline-common (closes: #276536).
* Package maintainers: Do not build-depend on libreadline5-dev, unless you
want to stick your package to unstable. readline is part of base and
therefore frozen for sarge.
* New upstream release.
* Bugs fixed in this release (and the alpha/beta releases):
- Fixed a bug that caused the prompt to overwrite previous output when the
output doesn't contain a newline and the locale supports multibyte
characters. This same change fixes the problem of readline redisplay
slowing down dramatically as the line gets longer in multibyte locales.
Closes: #179883.
- Speedups to the multibyte character redisplay code. Closes: #154063.
- Fixed a problem with EOF detection when using rl_event_hook.
Closes: #144585.
- Display of multibyte character in readline prompts. Closes: #195678.
- Broken column output in UTF-8 locale. Closes: #161750.
- Fix a bug in the callback read-char interface. Closes: #172849.
* New shared object name. Obsoletes bug about changed symbol size.
Closes: #153974.
* Exported readline functions now have a rl_ prefix. Closes: #65484.
* Fix package sections and priorities.
* Add support for freebsd (closes: #200537).
* Add package rlfe (closes: #154400).
* Fix ~ command working in UTF-8 locales (closes: #175127).
* Apply upstream patches 001, 002, 003, 004, 005.
* Do not redefine __attribute__ (closes: #191209).
* debian/patches/mbutil.dpatch: Fix segfault in mbutil.c.
* Apply upstream patches:
- Fix segfault (closes: #154462).
- Fix for repeating an edit in vi mode.
* Build dependency on 'mawk | awk' (closes: #154462).
* Do it again. Really link against ncurses library.
* Link against ncurses library.
* New upstream version:
- Handle multibyte characters (obsoletes and closes: #113078).
- Implement toggable overwrite mode (closes: #36651).
- Fixed the event loop to handle the case where the input file descriptor
is invalidated (closes: #134615).
- Added some default key bindings for common escape sequences produced by
HOME and END keys (closes: #150429).
* Move debug library to /usr/lib/debug.
* New upstream version (4.3 beta1).
* Adjust for netbsd linker options (closes: #130349).
* 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.
* 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.
* Update config.{sub,guess} from ftp://ftp.gnu.org/pub/gnu/config/.
Closes: #119847.
* 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).
* New upstream (bug fix) version, release candidate.
* New upstream (bug fix) version.
* Move manual pages to libreadline4 package (closes: #111303).
* Include stdio.h in history.h (closes: #101166).
* libreadline4-dbg suggests libreadline4-dev (closes: #101790).
* Fix tilde.h for C++ compatibility as well.
* Fix header for C++ compatibility (closes #95048, #95758).
* Fixed upstream: closes #55626, #75346.
* Tighten shlibs dependency to >= 4.2-2.
* New upstream release.
* New upstream release 4.2-beta2.
* New upstream release 4.2-beta1.
* Fix build error.
* debian/patches/rl-hurd-build.dpatch: Build on the Hurd (fixes #75342).
* Include stdio.h in readline.h (fixes #70669).
* Final release. Documentation fixes.
* Updated beta version.
* debian/control: Remove libreadline4-doc suggestions (fixes #57547, #57578).
* Update rl.ctrl-char patch from Dan Jacobowitz.
Fixes #54805, #54639, #54612.
* debian/control: libreadline4-dev depends on libncurses5-dev.
* 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).
* 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.