Changing the API guard to HILDON_ENABLE_UNSTABLE_API.
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Thu, 26 Apr 2007 13:27:43 +0000 (13:27 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Thu, 26 Apr 2007 13:27:43 +0000 (13:27 +0000)
ChangeLog
README
configure.ac
debian/changelog
src/hildon-bread-crumb-trail.h
src/hildon-bread-crumb.h

index e90a525..ac1e97b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@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@nokia.com> 
+
        [1.0.3-1 release]
 
        * NEWS:
diff --git a/README b/README
index e49f396..1088644 100644 (file)
--- a/README
+++ b/README
@@ -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.
index 8dec00a..68b1666 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.0.3], [michael.kostrzewa@nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [1.0.4], [michael.kostrzewa@nokia.com], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
@@ -21,7 +21,7 @@ AS_VERSION
 #    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 @@ CFLAGS="$CFLAGS ${ASSERT_CFLAGS} -Wall -Wmissing-prototypes -Wmissing-declaratio
 # -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
index 8d29e9d..e552cba 100644 (file)
@@ -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@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.
index 36ac387..3cb5ab2 100644 (file)
@@ -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 @@ G_END_DECLS
 
 #endif
 
-#endif /* ENABLE_UNSTABLE_API */
+#endif /* HILDON_ENABLE_UNSTABLE_API */
index c2c17a7..69459ee 100644 (file)
@@ -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 @@ G_END_DECLS
 
 #endif
 
-#endif /* ENABLE_UNSTABLE_API */
+#endif /* HILDON_ENABLE_UNSTABLE_API */