summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2009-10-25 10:48:24 -0700
committerDaniel Burrows <dburrows@debian.org>2009-10-25 10:48:24 -0700
commitc8bafd5543b9e64d1975dbcdf602593d60635659 (patch)
tree64c5888f1830931d5cb0cdac3f19739835c18ea9 /NEWS
parent965176bfb2f50f1abd4afd393345401e68740f7a (diff)
downloadaptitude-c8bafd5543b9e64d1975dbcdf602593d60635659.tar.gz
Bump the version number to 0.6.0.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 584aa41b..3006a32c 100644
--- a/NEWS
+++ b/NEWS
@@ -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."