* apt-pkg/pkgcachegen.cc:
authorMichael Vogt <egon@bottom>
Tue, 28 Aug 2007 08:11:13 +0000 (10:11 +0200)
committerMichael Vogt <egon@bottom>
Tue, 28 Aug 2007 08:11:13 +0000 (10:11 +0200)
  - increase default mmap size
* tests/local-repo:
  - added local repository testcase

1  2 
configure.in
debian/changelog

diff --cc configure.in
@@@ -18,7 -18,7 +18,7 @@@ AC_CONFIG_AUX_DIR(buildlib
  AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
  
  dnl -- SET THIS TO THE RELEASE VERSION --
- AC_DEFINE_UNQUOTED(VERSION,"0.7.6ubuntu1")
 -AC_DEFINE_UNQUOTED(VERSION,"0.7.5")
++AC_DEFINE_UNQUOTED(VERSION,"0.7.7")
  PACKAGE="apt"
  AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
  AC_SUBST(PACKAGE)
@@@ -17,27 -16,12 +17,31 @@@ apt (0.7.7) UNRELEASED; urgency=lo
    * merged apt--sha256 branch to fully support the new
      sha256 checksums in the Packages and Release files
      (ABI break)
+   * apt-pkg/pkgcachegen.cc:
+     - increase default mmap size
+   * tests/local-repo:
+     - added local repository testcase
 +  
 +  [ Program translations ]
 +    - French updated
 +    - Basque updated. Closes: #436425
 +    - Fix the zh_CN translator's name in debian/changelog for 0.7.2
 +      Closes: #423272
 +
 +  [ Otavio Salvador ]
 +  * Add hash support to copy method. Thanks Anders Kaseorg by the patch
 +    (closes: #436055)
 +  * Reset curl options and timestamp between downloaded files. Thanks to
 +    Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
 +
 + -- Otavio Salvador <otavio@debian.org>  Mon, 06 Aug 2007 10:44:53 -0300
 +
 +apt (0.7.6) unstable; urgency=low
 +
 +  * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
 +    directory downloading on non-linux architectures (closes: #435597)
  
 - -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 02 Aug 2007 11:55:54 +0200
 + -- Otavio Salvador <otavio@debian.org>  Wed, 01 Aug 2007 19:49:51 -0300
  
  apt (0.7.6) unstable; urgency=low