]> git.saurik.com Git - apt.git/commitdiff
releasing version 0.7.23 0.7.23
authorMichael Vogt <mvo@debian.org>
Thu, 27 Aug 2009 13:24:41 +0000 (15:24 +0200)
committerMichael Vogt <mvo@debian.org>
Thu, 27 Aug 2009 13:24:41 +0000 (15:24 +0200)
apt-pkg/init.h
apt-pkg/makefile
debian/NEWS
debian/changelog

index 165299253d6d8dc8617846f0650303b52e52bfd4..44d1d107c37948f10c09d26f0c0fd822539043cc 100644 (file)
@@ -19,7 +19,7 @@
 // See the makefile
 #define APT_PKG_MAJOR 4
 #define APT_PKG_MINOR 8
-#define APT_PKG_RELEASE 0
+#define APT_PKG_RELEASE 1
     
 extern const char *pkgVersion;
 extern const char *pkgLibVersion;
index 679d97e70e31b2db47853cf630c4970deee0f5cc..7816ecf0d0d86db1241ad69f935655c1fde3b38e 100644 (file)
@@ -14,7 +14,7 @@ include ../buildlib/defaults.mak
 LIBRARY=apt-pkg
 LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
 MAJOR=4.8
-MINOR=0
+MINOR=1
 SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil -ldl
 APT_DOMAIN:=libapt-pkg$(MAJOR)
 
index 19f06793efec9cb295a26547d7c14573ecfef97e..88f2c564e2ddd8f8a4177661968c0c826bdbc6b5 100644 (file)
@@ -1,4 +1,4 @@
-apt (0.7.22.3) unstable; urgency=low
+apt (0.7.23) unstable; urgency=low
 
   * Code that determines which proxy to use was changed. Now
     'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,
index 1ee88f0ba792e9c39abd8e6ba7bb4ff7c5e32711..e351198c5ce241f49a6da8aa4b7ae90d75b6b35b 100644 (file)
@@ -1,4 +1,4 @@
-apt (0.7.22.3) UNRELEASED; urgency=low
+apt (0.7.23) unstable; urgency=low
 
   [ Eugene V. Lyubimkin ]
   * methods/{http,https,ftp}, doc/apt.conf.5.xml:
@@ -51,7 +51,7 @@ apt (0.7.22.3) UNRELEASED; urgency=low
   * apt-pkg/indexcopy.cc:
     - fix a memory leak then the Release file not exists (Closes: #511556)
 
- -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 27 Aug 2009 14:15:39 +0200
+ -- Michael Vogt <mvo@debian.org>  Thu, 27 Aug 2009 14:44:39 +0200
 
 apt (0.7.22.2) unstable; urgency=low