summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-09-14 13:24:23 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-09-14 13:24:23 +0200
commit7427781db6d1ca8b14167145d7884ad2f40bab5d (patch)
tree0d8f085e0c0deeca6187e6afdbaec364565e02b2
parenta0e07f3ec885c12c733c12805391646c202f3f31 (diff)
* [abi-break] Support large files in the complete toolset. Indexes of this
* bump ABI version
-rw-r--r--apt-inst/makefile2
-rw-r--r--apt-pkg/init.h2
-rw-r--r--debian/changelog5
3 files changed, 6 insertions, 3 deletions
diff --git a/apt-inst/makefile b/apt-inst/makefile
index 32d231240..1b9cc2676 100644
--- a/apt-inst/makefile
+++ b/apt-inst/makefile
@@ -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)
diff --git a/apt-pkg/init.h b/apt-pkg/init.h
index 6b92dd200..4cee1001a 100644
--- a/apt-pkg/init.h
+++ b/apt-pkg/init.h
@@ -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;
diff --git a/debian/changelog b/debian/changelog
index f332c9972..1c17a42ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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