Browse Source

releasing version 0.9.1

Michael Vogt 14 years ago
parent
commit
66d404e366
2 changed files with 9 additions and 2 deletions
  1. 1 1
      configure.in
  2. 8 1
      debian/changelog

+ 1 - 1
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)

+ 8 - 1
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