From: Michael Dominic Kostrzewa Date: Thu, 26 Apr 2007 12:57:52 +0000 (+0000) Subject: [1.0.3-1 release] X-Git-Tag: 2.1.66-1~892 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=52be1114894d1aa85229948278a7952c091f0640;p=hildon [1.0.3-1 release] --- diff --git a/ChangeLog b/ChangeLog index 4052e3d..e90a525 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-04-26 Michael Dominic Kostrzewa + + [1.0.3-1 release] + + * NEWS: + * configure.ac: + * debian/changelog: + * debian/rules: + * src/hildon-helper.h: Updating. + 2007-04-25 Michael Dominic Kostrzewa [1.0.2-1 release] diff --git a/NEWS b/NEWS index 9f11bdc..1b33bd6 100644 --- 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 diff --git a/configure.ac b/configure.ac index e674171..8dec00a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/debian/changelog b/debian/changelog index d313879..8d29e9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/rules b/debian/rules index 86be8cc..ad95c98 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/src/hildon-helper.h b/src/hildon-helper.h index 3031858..90a15d3 100644 --- a/src/hildon-helper.h +++ b/src/hildon-helper.h @@ -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 */