]> git.saurik.com Git - apt.git/commitdiff
* doc/examples/configure-index:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 7 Jun 2006 08:06:45 +0000 (10:06 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 7 Jun 2006 08:06:45 +0000 (10:06 +0200)
  - document the new features
* apt-pkg/init.h, apt-pkg/makefile, methods/makefile:
  - we break the ABI, record this

apt-pkg/init.h
apt-pkg/makefile
doc/examples/configure-index
methods/makefile

index 8255b406a6bd65d694ef7cdd68d2adda2ad6b54b..b584b2cce3ad3bd4454753a1163b8f9427209fe3 100644 (file)
@@ -18,7 +18,7 @@
 
 // See the makefile
 #define APT_PKG_MAJOR 3
-#define APT_PKG_MINOR 11
+#define APT_PKG_MINOR 12
 #define APT_PKG_RELEASE 0
     
 extern const char *pkgVersion;
index 0e6aecc65c26e6a231f824d0921c729a9b4a5d4e..ab0ff800505971f454e7a8bf569d7039deda8f08 100644 (file)
@@ -13,7 +13,7 @@ include ../buildlib/defaults.mak
 # methods/makefile - FIXME
 LIBRARY=apt-pkg
 LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
-MAJOR=3.11
+MAJOR=3.12
 MINOR=0
 SLIBS=$(PTHREADLIB) $(INTLLIBS)
 APT_DOMAIN:=libapt-pkg$(MAJOR)
index b87e8503049e8ced9ce112aa9a55a57936fb2126..c5e8ba7013b3ad5d6cc1498c39359bf0137e2390 100644 (file)
@@ -72,6 +72,12 @@ APT
      NoAct "false";
   };
 
+  Update
+  {
+     Pre-Invoke {"touch /var/lib/apt/pre-update-stamp"; };
+     Post-Invoke {"touch /var/lib/apt/post-update-stamp"; };
+  };
+
   Authentication
   {
      TrustCDROM "false";            // consider the CDROM always trusted
index 1e3b1ef850b128f8fd97ec77c7442cced44a0e34..3f561a2c3a5e99ae53b4fdabbdb23b1b3d0ccd40 100644 (file)
@@ -7,7 +7,7 @@ include ../buildlib/defaults.mak
 BIN := $(BIN)/methods
 
 # FIXME..
-LIB_APT_PKG_MAJOR = 3.11
+LIB_APT_PKG_MAJOR = 3.12
 APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR)
 
 # The file method