]> git.saurik.com Git - apt.git/commitdiff
bump cache version
authorIan Jackson <ian@anarres>
Tue, 5 Sep 2006 18:51:17 +0000 (19:51 +0100)
committerIan Jackson <ian@anarres>
Tue, 5 Sep 2006 18:51:17 +0000 (19:51 +0100)
apt-pkg/pkgcache.cc
debian/changelog

index 35eb23dfa95f83d73173b3ad4e1f4ed0911f237f..93ad566419a505865d39dca3b20ed1f0898279e8 100644 (file)
@@ -54,7 +54,7 @@ pkgCache::Header::Header()
    
    /* Whenever the structures change the major version should be bumped,
       whenever the generator changes the minor version should be bumped. */
-   MajorVersion = 5;
+   MajorVersion = 6;
    MinorVersion = 0;
    Dirty = false;
    
index 9c6232a6ce8c4d6a953a4609206db7febc4a30ba..96b75242491f08da57a05ad84be553bbbce6b492 100644 (file)
@@ -1,3 +1,11 @@
+apt (0.6.45ubuntu6~iwj2) unstable; urgency=low
+
+  * Tests pass without code changes!  Except that we need this:
+  * Bump cache file major version to force rebuild so that Breaks
+    dependencies are included.
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  5 Sep 2006 19:50:02 +0100
+
 apt (0.6.45ubuntu6~iwj) unstable; urgency=low
 
   * Initial draft of `Breaks' implementation.  Appears to compile,