[maemo-commits] [maemo-commits] r9962 - in projects/haf/trunk/apt: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Feb 16 16:17:16 EET 2007
- Previous message: [maemo-commits] r9961 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9963 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2007-02-16 16:17:14 +0200 (Fri, 16 Feb 2007) New Revision: 9962 Modified: projects/haf/trunk/apt/configure projects/haf/trunk/apt/configure.in projects/haf/trunk/apt/debian/changelog Log: Released 0.6.46.4.osso2. Modified: projects/haf/trunk/apt/configure =================================================================== --- projects/haf/trunk/apt/configure 2007-02-16 14:16:34 UTC (rev 9961) +++ projects/haf/trunk/apt/configure 2007-02-16 14:17:14 UTC (rev 9962) @@ -1347,7 +1347,7 @@ cat >>confdefs.h <<_ACEOF -#define VERSION "0.6.46.4.osso1" +#define VERSION "0.6.46.4.osso2" _ACEOF PACKAGE="apt" Modified: projects/haf/trunk/apt/configure.in =================================================================== --- projects/haf/trunk/apt/configure.in 2007-02-16 14:16:34 UTC (rev 9961) +++ projects/haf/trunk/apt/configure.in 2007-02-16 14:17:14 UTC (rev 9962) @@ -18,7 +18,7 @@ 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.46.4.osso1") +AC_DEFINE_UNQUOTED(VERSION,"0.6.46.4.osso2") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) Modified: projects/haf/trunk/apt/debian/changelog =================================================================== --- projects/haf/trunk/apt/debian/changelog 2007-02-16 14:16:34 UTC (rev 9961) +++ projects/haf/trunk/apt/debian/changelog 2007-02-16 14:17:14 UTC (rev 9962) @@ -1,3 +1,13 @@ +apt (0.6.46.4.osso2) unstable; urgency=low + + * Applied gcc3-bug.patch which a long time ago did help against a + segfault that was ultimately blamed on a bug in GCC 3. It can't hurt, + so let's have it. + * Applied transientsigs.patch that allows us to survive transient + network failures without throwing away good signatures. + + -- Marius Vollmer <marius.vollmer at nokia.com> Fri, 16 Feb 2007 15:41:26 +0200 + apt (0.6.46.4.osso1) unstable; urgency=low * Removed most docs since the Sardine build infrastructure can't build
- Previous message: [maemo-commits] r9961 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r9963 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]