[maemo-commits] [maemo-commits] r11343 - in projects/haf/trunk/hildon-1: . debian src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Apr 26 16:27:44 EEST 2007
- Previous message: [maemo-commits] r11342 - projects/haf/tags/hildon-1/1.0.3-1
- Next message: [maemo-commits] r11344 - in projects/haf/tags/hildon-1: . 1.0.4-1 1.0.4-1/debian 1.0.4-1/src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-04-26 16:27:43 +0300 (Thu, 26 Apr 2007) New Revision: 11343 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/README projects/haf/trunk/hildon-1/configure.ac projects/haf/trunk/hildon-1/debian/changelog projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h projects/haf/trunk/hildon-1/src/hildon-bread-crumb.h Log: [1.0.4-1 release] Changing the API guard to HILDON_ENABLE_UNSTABLE_API. Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-04-26 13:20:50 UTC (rev 11342) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-04-26 13:27:43 UTC (rev 11343) @@ -1,5 +1,17 @@ 2007-04-26 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + [1.0.4-1 release] + + * README: + * configure.ac: + * debian/changelog: Updating. + + * src/hildon-bread-crumb-trail.h: + * src/hildon-bread-crumb.h: Changing the API guard to + HILDON_ENABLE_UNSTABLE_API. + +2007-04-26 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + [1.0.3-1 release] * NEWS: Modified: projects/haf/trunk/hildon-1/README =================================================================== --- projects/haf/trunk/hildon-1/README 2007-04-26 13:20:50 UTC (rev 11342) +++ projects/haf/trunk/hildon-1/README 2007-04-26 13:27:43 UTC (rev 11343) @@ -1 +1 @@ -Please define ENABLE_UNSTABLE_API to use the unstable api header parts. +Please define HILDON_ENABLE_UNSTABLE_API to use the unstable api header parts. Modified: projects/haf/trunk/hildon-1/configure.ac =================================================================== --- projects/haf/trunk/hildon-1/configure.ac 2007-04-26 13:20:50 UTC (rev 11342) +++ projects/haf/trunk/hildon-1/configure.ac 2007-04-26 13:27:43 UTC (rev 11343) @@ -1,4 +1,4 @@ -AC_INIT([Hildon gtk widgets], [1.0.3], [michael.kostrzewa at nokia.com], [hildon]) +AC_INIT([Hildon gtk widgets], [1.0.4], [michael.kostrzewa at nokia.com], [hildon]) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) @@ -21,7 +21,7 @@ # increment current, and set revision to 0. # 5. If any interfaces have been added since the last public release, then increment age. # 6. If any interfaces have been removed since the last public release, then set age to 0. -AS_LIBTOOL(HILDON, 3, 0, 3) +AS_LIBTOOL(HILDON, 4, 0, 4) AM_INIT_AUTOMAKE AC_PROG_CC @@ -142,7 +142,7 @@ # -Wno-format due to way translation string are done ### enable MAEMO platform extensions -CFLAGS="$CFLAGS -DMAEMO_CHANGES -DENABLE_UNSTABLE_API" +CFLAGS="$CFLAGS -DMAEMO_CHANGES -DHILDON_ENABLE_UNSTABLE_API" # HILDON_OBJ_* # default vars for the examples Modified: projects/haf/trunk/hildon-1/debian/changelog =================================================================== --- projects/haf/trunk/hildon-1/debian/changelog 2007-04-26 13:20:50 UTC (rev 11342) +++ projects/haf/trunk/hildon-1/debian/changelog 2007-04-26 13:27:43 UTC (rev 11343) @@ -1,3 +1,9 @@ +libhildon (1.0.4-1) stable; urgency=low + + * Changing the API guard name to HILDON_ENABLE_UNSTABLE_API. + + -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> Thu, 26 Apr 2007 16:20:55 +0300 + libhildon (1.0.3-1) stable; urgency=low * Removing the API guard from helper functions. It was a mistake. Modified: projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h 2007-04-26 13:20:50 UTC (rev 11342) +++ projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.h 2007-04-26 13:27:43 UTC (rev 11343) @@ -23,7 +23,7 @@ * */ -#ifdef ENABLE_UNSTABLE_API +#ifdef HILDON_ENABLE_UNSTABLE_API #ifndef __HILDON_BREAD_CRUMB_TRAIL_H__ #define __HILDON_BREAD_CRUMB_TRAIL_H__ @@ -78,4 +78,4 @@ #endif -#endif /* ENABLE_UNSTABLE_API */ +#endif /* HILDON_ENABLE_UNSTABLE_API */ Modified: projects/haf/trunk/hildon-1/src/hildon-bread-crumb.h =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-bread-crumb.h 2007-04-26 13:20:50 UTC (rev 11342) +++ projects/haf/trunk/hildon-1/src/hildon-bread-crumb.h 2007-04-26 13:27:43 UTC (rev 11343) @@ -23,7 +23,7 @@ * */ -#ifdef ENABLE_UNSTABLE_API +#ifdef HILDON_ENABLE_UNSTABLE_API #ifndef __HILDON_BREAD_CRUMB_H__ #define __HILDON_BREAD_CRUMB_H__ @@ -61,4 +61,4 @@ #endif -#endif /* ENABLE_UNSTABLE_API */ +#endif /* HILDON_ENABLE_UNSTABLE_API */
- Previous message: [maemo-commits] r11342 - projects/haf/tags/hildon-1/1.0.3-1
- Next message: [maemo-commits] r11344 - in projects/haf/tags/hildon-1: . 1.0.4-1 1.0.4-1/debian 1.0.4-1/src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]