Michael Vogt лет назад: 17
Родитель
Сommit
97c17a01c7
4 измененных файлов с 5 добавлено и 5 удалено
  1. 1 1
      apt-pkg/init.h
  2. 1 1
      apt-pkg/makefile
  3. 1 1
      debian/NEWS
  4. 2 2
      debian/changelog

+ 1 - 1
apt-pkg/init.h

@@ -19,7 +19,7 @@
 // See the makefile
 // See the makefile
 #define APT_PKG_MAJOR 4
 #define APT_PKG_MAJOR 4
 #define APT_PKG_MINOR 8
 #define APT_PKG_MINOR 8
-#define APT_PKG_RELEASE 0
+#define APT_PKG_RELEASE 1
     
     
 extern const char *pkgVersion;
 extern const char *pkgVersion;
 extern const char *pkgLibVersion;
 extern const char *pkgLibVersion;

+ 1 - 1
apt-pkg/makefile

@@ -14,7 +14,7 @@ include ../buildlib/defaults.mak
 LIBRARY=apt-pkg
 LIBRARY=apt-pkg
 LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
 LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
 MAJOR=4.8
 MAJOR=4.8
-MINOR=0
+MINOR=1
 SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil -ldl
 SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil -ldl
 APT_DOMAIN:=libapt-pkg$(MAJOR)
 APT_DOMAIN:=libapt-pkg$(MAJOR)
 
 

+ 1 - 1
debian/NEWS

@@ -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
   * Code that determines which proxy to use was changed. Now
     'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,
     'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,

+ 2 - 2
debian/changelog

@@ -1,4 +1,4 @@
-apt (0.7.22.3) UNRELEASED; urgency=low
+apt (0.7.23) unstable; urgency=low
 
 
   [ Eugene V. Lyubimkin ]
   [ Eugene V. Lyubimkin ]
   * methods/{http,https,ftp}, doc/apt.conf.5.xml:
   * 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:
   * apt-pkg/indexcopy.cc:
     - fix a memory leak then the Release file not exists (Closes: #511556)
     - 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
 apt (0.7.22.2) unstable; urgency=low