diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-07-12 10:32:57 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-07-12 10:32:57 +0800 |
commit | a8f69b7151315034976736b83de5ea24f031b586 (patch) | |
tree | fcbbf63c24d26ea8b7e0ea00a9c5825338dd4417 | |
parent | adb03bc81825abe64eab70c1321c86081f948893 (diff) | |
download | aptitude-a8f69b7151315034976736b83de5ea24f031b586.tar.gz |
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/en/aptitude.xml | 2 |
3 files changed, 17 insertions, 9 deletions
@@ -1,3 +1,18 @@ +[7/12/2012] +Version 0.6.9.1 + +- Minor bugs: + + * [all]: Really silence errors when debtags is not installed + (Closes: #681021) + + * [curses]: Use dpkg package names when calling dpkg + (Closes: #680333) + +- Translation updates: + + * French (Closes: #680040) + [6/8/2012] Version 0.6.9 "All in a days work" @@ -152,12 +167,6 @@ ii. to make the program more atomic and reliable when used * [curses]: Do not group packages as tasks based on their name, rather, use their section. (Closes: #679602) - * [all]: Really silence errors when debtags is not installed - (Closes: #681021) - - * [curses]: Use dpkg package names when calling dpkg - (Closes: #680333) - - Internal changes: * Unified the way packages are selected from command line @@ -202,7 +211,6 @@ ii. to make the program more atomic and reliable when used - Translation updates: - * French (Closes: #680040) * Polish (Closes: #678153) [5/11/2012] diff --git a/configure.ac b/configure.ac index 705cf2f5..20b63ae0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([aptitude], [0.6.9], [aptitude-devel@lists.alioth.debian.org]) +AC_INIT([aptitude], [0.6.9.1], [aptitude-devel@lists.alioth.debian.org]) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE([dist-xz no-dist-gzip -Wno-portability]) AM_CONFIG_HEADER(config.h) diff --git a/doc/en/aptitude.xml b/doc/en/aptitude.xml index 4f448720..5e041421 100644 --- a/doc/en/aptitude.xml +++ b/doc/en/aptitude.xml @@ -7,7 +7,7 @@ <!ENTITY dselect '<command>dselect</command>'> <!ENTITY apt-get '<command>apt-get</command>'> <!ENTITY root '<systemitem class="username">root</systemitem>'> - <!ENTITY VERSION '0.6.9'> + <!ENTITY VERSION '0.6.9.1'> <!-- Shortcuts for menu commands: --> |