]> git.saurik.com Git - apt.git/commitdiff
* [abi-break] Support large files in the complete toolset. Indexes of this
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 14 Sep 2011 11:24:23 +0000 (13:24 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 14 Sep 2011 11:24:23 +0000 (13:24 +0200)
* bump ABI version

apt-inst/makefile
apt-pkg/init.h
debian/changelog

index 32d2312403001de39ee5c580cb8bafd60e1270d8..1b9cc2676bb95f3f29784d35fc99568143997cde 100644 (file)
@@ -14,7 +14,7 @@ include ../buildlib/libversion.mak
 
 # The library name
 LIBRARY=apt-inst
-MAJOR=1.3
+MAJOR=1.4
 MINOR=0
 SLIBS=$(PTHREADLIB) -lapt-pkg
 APT_DOMAIN:=libapt-inst$(MAJOR)
index 6b92dd200bdcbfe82552034580115a54c830d3e1..4cee1001a6b94b32fdf863fa5d86bf834cae3bbd 100644 (file)
@@ -22,7 +22,7 @@
 // Non-ABI-Breaks should only increase RELEASE number.
 // See also buildlib/libversion.mak
 #define APT_PKG_MAJOR 4
-#define APT_PKG_MINOR 11
+#define APT_PKG_MINOR 12
 #define APT_PKG_RELEASE 0
     
 extern const char *pkgVersion;
index f332c99726ae7e0eed1a6f5e02a755f1cd0a00c1..1c17a42ef4c81be169fe639c7c6faaf9a6c3a35d 100644 (file)
@@ -1,9 +1,12 @@
 apt (0.8.16~exp6) experimental; urgency=low
 
   [ David Kalnischkies ]
-  * Support large files in the complete toolset. Indexes of this
+  * [abi-break] Support large files in the complete toolset. Indexes of this
     size are pretty unlikely for now, but we need it for deb
     packages which could become bigger than 4GB now (LP: #815895)
+  
+  [ Michael Vogt ]
+  * bump ABI version
 
  -- David Kalnischkies <kalnischkies@gmail.com>  Tue, 13 Sep 2011 17:51:49 +0200