diff options
| -rw-r--r-- | NEWS | 30 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | doc/en/aptitude.xml | 2 |
3 files changed, 32 insertions, 2 deletions
@@ -1,3 +1,33 @@ +[6/21/2008] +Version 0.4.11.5 "A tisket, a tasket" + +- Bug fixes: + + + Crashes and serious errors: + + * aptitude will no longer suggest removing Essential packages to + fulfill dependencies unless you explicitly allow it to. Also, + removing apt (if it is allowed) will be scored as if apt were an + Essential package, meaning that it should show up last in any + list of solutions. (Closes: #486748) + + + Minor bugs: + + * "aptitude add-user-tag" and "aptitude remove-user-tag" will + return 0 instead of a random value when they succeed. + + + Translation updates: + + * Dutch (Closes: #486858) + +- Internal changes: + + * Consistently build with -Wall -Werror (it wasn't being used in all + subdirectories of the code). + + * Clean up various minor and potential bugs turned up by increasing + the warning level. + [6/7/2008] Version 0.4.11.4 "Turn down the suck." diff --git a/configure.ac b/configure.ac index 0daece94..63f9d7ed 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.4) +AC_INIT(aptitude, 0.4.11.5) 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 05360d2a..79f0614a 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.4'> + <!ENTITY VERSION '0.4.11.5'> <!-- Shortcuts for menu commands: --> |
