[1.0.3-1 release]
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Thu, 26 Apr 2007 12:57:52 +0000 (12:57 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Thu, 26 Apr 2007 12:57:52 +0000 (12:57 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog
debian/rules
src/hildon-helper.h

index 4052e3d..e90a525 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.3-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog:
+       * debian/rules:
+       * src/hildon-helper.h: Updating.
+
 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        [1.0.2-1 release]
diff --git a/NEWS b/NEWS
index 9f11bdc..1b33bd6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+[1.0.3-1 release]
+* Removing the API guard from helper functions. It was a mistake.
+
 [1.0.2-1 release]
 * Guard unstable API's with ENABLE_UNSTABLE_API define
 * Breadcrumb updates
index e674171..8dec00a 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.0.2], [michael.kostrzewa@nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [1.0.3], [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, 2, 0, 2)
+AS_LIBTOOL(HILDON, 3, 0, 3)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index d313879..8d29e9d 100644 (file)
@@ -1,3 +1,9 @@
+libhildon (1.0.3-1) stable; urgency=low
+
+  * Removing the API guard from helper functions. It was a mistake.
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Thu, 26 Apr 2007 15:54:12 +0300
+
 libhildon (1.0.2-1) stable; urgency=low
 
   * Guard unstable API's with ENABLE_UNSTABLE_API define
index 86be8cc..ad95c98 100755 (executable)
@@ -122,7 +122,7 @@ binary-arch: build install
        dh_strip --dbg-package="libhildon1"
        dh_compress
        dh_fixperms
-       dh_makeshlibs -V "libhildon1 (>= 1.0.1)" 
+       dh_makeshlibs -V "libhildon1 (>= 1.0.3)" 
        dh_installdeb
        dh_shlibdeps
        dh_gencontrol
index 3031858..90a15d3 100644 (file)
@@ -22,8 +22,6 @@
  *
  */
 
-#ifdef                                          ENABLE_UNSTABLE_API
-
 #ifndef                                         __HILDON_HELPER_H__
 #define                                         __HILDON_HELPER_H__
 
@@ -63,4 +61,3 @@ G_END_DECLS
 
 #endif                                          /* __HILDON_HELPER_H__ */
 
-#endif                                          /* ENABLE_UNSTABLE_API */