From: Michael Vogt Date: Tue, 25 Jul 2006 14:06:42 +0000 (+0200) Subject: * merged with the current auto-mark branch X-Git-Tag: 0.7.21~284^2~28 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/5b1df5f0f00dff79fe3297270efa0626f80a02da?hp=--cc * merged with the current auto-mark branch --- 5b1df5f0f00dff79fe3297270efa0626f80a02da diff --cc configure.in index f0eb6e8f9,6d42f340e..5b60e3070 --- a/configure.in +++ b/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.6.44.2exp1") -AC_DEFINE_UNQUOTED(VERSION,"0.6.44.1-0.1") ++AC_DEFINE_UNQUOTED(VERSION,"0.6.44.2exp2") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --cc debian/changelog index d21348047,8b11ff0da..73bd84f21 --- a/debian/changelog +++ b/debian/changelog @@@ -1,13 -1,3 +1,20 @@@ ++apt (0.6.44.2exp2) experimental; urgency=low ++ ++ * fix apt-get dist-upgrade ++ * fix warning if no /var/lib/apt/extended_states is present ++ ++ -- Michael Vogt Tue, 25 Jul 2006 15:12:05 +0200 ++ +apt (0.6.44.2exp1) experimental; urgency=low + + * added support for i18n of the package descriptions + * added support for aptitude like auto-install tracking (a HUGE + HUGE thanks to Daniel Burrows who made this possible) + * synced with the http://people.debian.org/~mvo/bzr/apt/debian-sid branch + * build from http://people.debian.org/~mvo/bzr/apt/debian-experimental + + -- Michael Vogt Mon, 3 Jul 2006 21:50:31 +0200 + apt (0.6.44.2) unstable; urgency=low * apt-pkg/depcache.cc: