diff options
author | Daniel Burrows <dburrows@debian.org> | 2008-07-04 09:30:19 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2008-07-04 09:30:19 -0700 |
commit | eecbbdb1ed0ab26d447114a4aba408448d9ac351 (patch) | |
tree | 5e7fd9d1bdf47490af7dee64034a8eb996ecd08b | |
parent | 8a7d6ee849be0f4cc71ccef976965f95a5238e2e (diff) | |
download | aptitude-eecbbdb1ed0ab26d447114a4aba408448d9ac351.tar.gz |
Update version to 0.4.11.8.
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/en/aptitude.xml | 2 |
3 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +[7/4/2008] +Version 0.4.11.8 "Happy Fireworks Day." + +- Bug fixes: + + + Minor bugs: + + * Fix a long-standing and annoying bug that would cause aptitude + to sometimes delete package lists if downloading new copies + failed. (Closes: #201842, #479620) + [6/28/2008] Version 0.4.11.7 "Yes I can" diff --git a/configure.ac b/configure.ac index 363ccd3f..ac8c181b 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.4.11.7) +AC_INIT(aptitude, 0.4.11.8) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) diff --git a/doc/en/aptitude.xml b/doc/en/aptitude.xml index a8968520..7588ba8e 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.4.11.7'> + <!ENTITY VERSION '0.4.11.8'> <!-- Shortcuts for menu commands: --> |