summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <egon@debian-devbox>2012-04-17 09:56:44 +0200
committerMichael Vogt <egon@debian-devbox>2012-04-17 09:56:44 +0200
commit66d404e36661301bd7482c75351111d5bea2905b (patch)
tree8cbe463a55696aca3589a351b75ecc123c00c37a
parent49206fadc4b35672b3f24cbd8c1416d49a35763d (diff)
releasing version 0.9.10.9.1
-rw-r--r--configure.in2
-rw-r--r--debian/changelog9
2 files changed, 9 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ecc0cecce..b75953339 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.0"
+PACKAGE_VERSION="0.9.1"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION")
AC_SUBST(PACKAGE)
diff --git a/debian/changelog b/debian/changelog
index 10f515a70..8eca51cc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,14 @@ apt (0.9.1) unstable; urgency=low
- init counter in SmartConfigure so that the loop-breaker isn't
triggered at random… (Closes: #669060)
- -- David Kalnischkies <kalnischkies@gmail.com> Mon, 16 Apr 2012 23:15:22 +0200
+ [ Christian Perrier ]
+ * Fix typo in apt-get(8). Closes: #664833
+ * Replace "argument" by "paramètre" in French translation.
+ Merci, les Titeps!
+ * Drop hardcoded "en.html" suffix in apt-secure manpage.
+ Thanks to David Prevot.
+
+ -- Michael Vogt <mvo@debian.org> Tue, 17 Apr 2012 09:49:31 +0200
apt (0.9.0) unstable; urgency=low