diff options
author | Michael Vogt <egon@debian-devbox> | 2012-06-19 17:06:49 +0200 |
---|---|---|
committer | Michael Vogt <egon@debian-devbox> | 2012-06-19 17:06:49 +0200 |
commit | 24466436c346b81b9b5aa5331752ea58b4779b1e (patch) | |
tree | 8d74dce582d689260125bf4fda1f3d7e1b76345b | |
parent | 60cb4b09173ef64528dfbe92f016240c6fec3605 (diff) |
releasing version 0.9.7
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
-rw-r--r-- | doc/po/apt-doc.pot | 4 |
4 files changed, 7 insertions, 10 deletions
diff --git a/configure.in b/configure.in index 56b214f89..460892983 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) PACKAGE="apt" -PACKAGE_VERSION="0.9.6" +PACKAGE_VERSION="0.9.7" PACKAGE_MAIL="APT Development Team <deity@lists.debian.org>" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION") diff --git a/debian/changelog b/debian/changelog index 20dc9d188..3da5aec5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,12 @@ -apt (0.9.7) UNRELEASED; urgency=low +apt (0.9.7) unstable; urgency=low + [ Julian Andres Klode ] * apt-pkg/contrib/mmap.cc: - Fix the Fallback option to work correctly, by not calling realloc() on a map mapped by mmap(), and by using malloc and friends instead of new[]. - Zero out the new memory allocated with realloc(). - -- Julian Andres Klode <jak@debian.org> Sat, 16 Jun 2012 14:28:38 +0200 - -apt (0.9.6.1) UNRELEASED; urgency=low - [ Daniel Hartwig ] * apt-pkg/pkgcachegen.cc: - always reset _error->StackCount in MakeStatusCache (Closes: #677175) @@ -34,7 +31,7 @@ apt (0.9.6.1) UNRELEASED; urgency=low - print a friendly message in 'download' if a package can't be downloaded (Closes: #677887) - -- David Kalnischkies <kalnischkies@gmail.com> Thu, 14 Jun 2012 15:45:13 +0200 + -- Michael Vogt <mvo@debian.org> Tue, 19 Jun 2012 16:42:43 +0200 apt (0.9.6) unstable; urgency=low diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 60be6f2dc..ab068fa93 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -213,7 +213,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "0.9.6"> +<!ENTITY apt-product-version "0.9.7"> <!-- Codenames for debian releases --> <!ENTITY oldstable-codename "lenny"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 85f214e88..1cc8ae486 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 0.9.5.2~20120611\n" +"Project-Id-Version: apt-doc 0.9.7~20120619\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2012-06-11 16:22+0300\n" +"POT-Creation-Date: 2012-06-19 16:42+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |