diff options
| author | Daniel Burrows <dburrows@debian.org> | 2011-04-02 12:40:03 -0700 |
|---|---|---|
| committer | Daniel Burrows <dburrows@debian.org> | 2011-04-02 12:40:03 -0700 |
| commit | 9824d6d748aaed73ec8c5ff539ace4920f3caa13 (patch) | |
| tree | b38d761a6d73b9fabd89ef6c1aa1b7f638709ca6 /NEWS | |
| parent | 7a3e067220baf022374abecd928713adbf8d6cdf (diff) | |
| download | aptitude-9824d6d748aaed73ec8c5ff539ace4920f3caa13.tar.gz | |
Prepare NEWS for 0.6.4.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 55 |
1 files changed, 55 insertions, 0 deletions
@@ -1,3 +1,58 @@ +[4/2/2011] +Version 0.6.4 "Spring is sprung" + +This version of aptitude requires apt 0.8 and will not build against +earlier releases. + +- Security fixes: + + * [curses]: Fixed an arbitrary overwrite triggered by saving changes + in the hierarchy editor, if the current user's home + directory couldn't be determined. (Closes: #612034) + +- Internal changes: + + * [all]: Include the current time and thread ID in all debug log + messages. + + * [cmdline]: Refactor terminal handling to simplify some of the + tests. + + * [qt]: Added the beginning of a Qt frontend, thanks to SoC 2010 + student Piotr Galiszewski. Not really in a usable state + yet. + +- Minor bugs: + + * [all]: Fixed the debug logging code to output TRACE-level + messages. + + * [all]: Fixed the debug logging code to properly allow log levels + to be disabled. + +- Cosmetic and UI bugs: + + * [cmdline]: Overhaul how download progress is displayed at the + command-line. Fixes problems on large terminals and + should provide less glitchy behavior in general. + +- Build system changes: + + * [all] Use $(srcdir) whenever $(wildcard) is used, so wildcarded + files get picked up even when the build directory is not the + source directory. + + * [all] Build src/generic/util before src/generic/apt (which depends + on it). + + * [all] Multiple fixes to get VPATH builds working properly. + + * [doc]: Added a doc-fo target that builds (very rough) PDF + documentation if you have fop installed. + + * [gtk] If the GTK+ frontend isn't built, don't try to build tests + that require it. + [6/18/2010] Version 0.6.3 "Sunlight, moonshadow" |
