diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:04:46 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:04:46 +0000 |
commit | 82ddae69bf4c558942c0e4ba80c42a742528d8e2 (patch) | |
tree | 026952f7b000d95f3e3350dc536637fd66a4a173 | |
parent | bd3d53eff6e951c6546dde623ccd9eb489610a0f (diff) |
0.5.20
Author: mdz
Date: 2004-01-04 07:43:07 GMT
0.5.20
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/configure.in b/configure.in index aac61afb5..ee936a3a7 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) dnl -- SET THIS TO THE RELEASE VERSION -- -AC_DEFINE_UNQUOTED(VERSION,"0.5.19") +AC_DEFINE_UNQUOTED(VERSION,"0.5.20") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --git a/debian/changelog b/debian/changelog index c1c7f9ab3..d638d7f8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,12 @@ apt (0.5.20) unstable; urgency=low * Fixed German translations of "Suggested" from Christian Garbs <debian@cgarbs.de> (Closes: #197960) + * Add an "apt-cache madison" command with an output format similar to + the katie tool of the same name (but less functionality) + * Fix debSourcesIndex::Describe() to correctly say "Sources" rather than + "Packages" - -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 17:44:40 -0800 + -- Matt Zimmerman <mdz@debian.org> Sat, 3 Jan 2004 23:42:50 -0800 apt (0.5.19) unstable; urgency=low |