- when apt-ftparchive clean is used, compact the database
at the end (thanks to cprov)
+apt (0.7.20.2ubuntu4) jaunty; urgency=low
+
+ * ftparchive/cachedb.cc:
+ - when apt-ftparchive clean is used, compact the database
+ at the end (thanks to cprov)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 26 Mar 2009 13:43:59 +0100
+
apt (0.7.20.2ubuntu3) jaunty; urgency=low
* methods/mirror.cc:
apt (0.7.20.2ubuntu3) jaunty; urgency=low
* methods/mirror.cc:
Cursor->c_del(Cursor,0);
}
Cursor->c_del(Cursor,0);
}
+ Dbp->compact(Dbp, NULL, NULL, NULL, NULL, DB_FREE_SPACE, NULL);