diff options
| author | Daniel Burrows <dburrows@debian.org> | 2009-10-25 10:48:24 -0700 |
|---|---|---|
| committer | Daniel Burrows <dburrows@debian.org> | 2009-10-25 10:48:24 -0700 |
| commit | c8bafd5543b9e64d1975dbcdf602593d60635659 (patch) | |
| tree | 64c5888f1830931d5cb0cdac3f19739835c18ea9 /NEWS | |
| parent | 965176bfb2f50f1abd4afd393345401e68740f7a (diff) | |
| download | aptitude-c8bafd5543b9e64d1975dbcdf602593d60635659.tar.gz | |
Bump the version number to 0.6.0.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +[10/25/2009] +Version 0.6.0 "Stick a fork in it, + it's done." +- Internal changes: + + + [all] The file cache now supports storing the last modification + time of cached files. Currently this isn't used (changelogs + are assumed to be up-to-date anyway), but future code will + need this. + + + [gtk] Factored out the common parts of the background threads that + handle changelog downloading into a generic utility class. + +- Minor bugs: + + + [all] Load the download cache in apt_init() instead of + apt_preinit(). Avoids complaints from log4cxx if there are + errors, and also ensures that we have a download cache even + if the apt cache was closed and reopened. + + + [all] Add some missing #includes that showed up when NLS wasn't + enabled. + [10/12/2009] Version 0.5.9rc4 "Trust me, you don't want to know about the spork." |
