[maemo-commits] [maemo-commits] r11338 - in projects/haf/trunk/hildon-1: . debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Apr 26 15:57:53 EEST 2007
Author: mdk
Date: 2007-04-26 15:57:52 +0300 (Thu, 26 Apr 2007)
New Revision: 11338

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/NEWS
   projects/haf/trunk/hildon-1/configure.ac
   projects/haf/trunk/hildon-1/debian/changelog
   projects/haf/trunk/hildon-1/debian/rules
   projects/haf/trunk/hildon-1/src/hildon-helper.h
Log:
[1.0.3-1 release]



Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-04-26 12:16:46 UTC (rev 11337)
+++ projects/haf/trunk/hildon-1/ChangeLog	2007-04-26 12:57:52 UTC (rev 11338)
@@ -1,3 +1,13 @@
+2007-04-26  Michael Dominic Kostrzewa  <michael.kostrzewa at 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 at nokia.com> 
 
 	[1.0.2-1 release]

Modified: projects/haf/trunk/hildon-1/NEWS
===================================================================
--- projects/haf/trunk/hildon-1/NEWS	2007-04-26 12:16:46 UTC (rev 11337)
+++ projects/haf/trunk/hildon-1/NEWS	2007-04-26 12:57:52 UTC (rev 11338)
@@ -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

Modified: projects/haf/trunk/hildon-1/configure.ac
===================================================================
--- projects/haf/trunk/hildon-1/configure.ac	2007-04-26 12:16:46 UTC (rev 11337)
+++ projects/haf/trunk/hildon-1/configure.ac	2007-04-26 12:57:52 UTC (rev 11338)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.0.2], [michael.kostrzewa at nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [1.0.3], [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, 2, 0, 2)
+AS_LIBTOOL(HILDON, 3, 0, 3)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC

Modified: projects/haf/trunk/hildon-1/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-1/debian/changelog	2007-04-26 12:16:46 UTC (rev 11337)
+++ projects/haf/trunk/hildon-1/debian/changelog	2007-04-26 12:57:52 UTC (rev 11338)
@@ -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 at 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

Modified: projects/haf/trunk/hildon-1/debian/rules
===================================================================
--- projects/haf/trunk/hildon-1/debian/rules	2007-04-26 12:16:46 UTC (rev 11337)
+++ projects/haf/trunk/hildon-1/debian/rules	2007-04-26 12:57:52 UTC (rev 11338)
@@ -122,7 +122,7 @@
 	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

Modified: projects/haf/trunk/hildon-1/src/hildon-helper.h
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-helper.h	2007-04-26 12:16:46 UTC (rev 11337)
+++ projects/haf/trunk/hildon-1/src/hildon-helper.h	2007-04-26 12:57:52 UTC (rev 11338)
@@ -22,8 +22,6 @@
  *
  */
 
-#ifdef                                          ENABLE_UNSTABLE_API
-
 #ifndef                                         __HILDON_HELPER_H__
 #define                                         __HILDON_HELPER_H__
 
@@ -63,4 +61,3 @@
 
 #endif                                          /* __HILDON_HELPER_H__ */
 
-#endif                                          /* ENABLE_UNSTABLE_API */


More information about the maemo-commits mailing list