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.6.41.0exp1")
-AC_DEFINE_UNQUOTED(VERSION,"0.6.41.1")
++AC_DEFINE_UNQUOTED(VERSION,"0.6.41.0exp2")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)
-apt (0.6.41.1) unstable; urgency=low
++apt (0.6.41.0exp2) experimental; urgency=low
++
++ * support for apt-get source -t (and honor pining) (closes: #152129)
++ * added "APT::Authentication::Trust-CDROM" option to make the life
++ for the installer people easier (closes: #334656)
++ * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
++ (closes: #334671)
++ * apt-pkg/contrib/md5.cc:
++ - fix a alignment problem on sparc64 that gives random bus errors
++ (thanks to Fabbione for providing a test-case)
++
++ -- Michael Vogt <mvo@debian.org> Wed, 19 Oct 2005 16:19:49 +0200
++
+apt (0.6.41.0exp1) experimental; urgency=low
* apt-pkg/cdrom.cc:
- unmount the cdrom when apt failed to locate any package files