diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 60bea1569..95ff0176e 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.0") +AC_DEFINE_UNQUOTED(VERSION,"0.5.1") AC_DEFINE_UNQUOTED(PACKAGE,"apt") dnl Check the archs, we want the target type. diff --git a/debian/changelog b/debian/changelog index 12469244b..5f5660535 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,10 +4,14 @@ apt (0.5.1) unstable; urgency=low * Process the option string right. Closes: #86921 * Alfredo's no_proxy patch * Documentation fixes. Closes: #87091 - * JoeyH's double slash bug Closes: #87266 + * JoeyH's double slash bug * Unintitialized buffer and apt-ftparchive contents generation. Closes: #87612 - + * Build-deps on virtual packages. Closes: #87639 + * Fixes glibc/libstdc++ symbol dependencies by including glibc and + libstdc++ version info in the library soname and in the package + provides. Closes: #87426 + -- Jason Gunthorpe <jgg@debian.org> Thu, 22 Feb 2001 00:39:15 -0500 apt (0.5.0) unstable; urgency=low |