[1.0.2-1 release]
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 25 Apr 2007 13:54:06 +0000 (13:54 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 25 Apr 2007 13:54:06 +0000 (13:54 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog

index c97b140..4052e3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
 2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
+       [1.0.2-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog:
+
+2007-04-25  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
        * README:
        * configure.ac:
        * src/hildon-helper.h: Small fix to make the package actually compile.
        * README:
        * configure.ac:
        * src/hildon-helper.h: Small fix to make the package actually compile.
@@ -57,7 +65,7 @@
 
 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
 
 2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
-       [1.0.1 release]
+       [1.0.1-1 release]
 
        * AUTHORS:
        * NEWS:
 
        * AUTHORS:
        * NEWS:
diff --git a/NEWS b/NEWS
index b235c12..9f11bdc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+[1.0.2-1 release]
+* Guard unstable API's with ENABLE_UNSTABLE_API define
+* Breadcrumb updates
+* Fixing a problem with timed banners having their parrent destroyed before they are
+* Fixing the sh libs
+
 [1.0.1-1 release] 
 * Breadcrumb trail widget by Xan
 * Fingerable scrollbar API by Michael
 [1.0.1-1 release] 
 * Breadcrumb trail widget by Xan
 * Fingerable scrollbar API by Michael
index e90fef3..e674171 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.0.1], [michael.kostrzewa@nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [1.0.2], [michael.kostrzewa@nokia.com], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
 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.  
 #    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, 1, 0, 1)
+AS_LIBTOOL(HILDON, 2, 0, 2)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index f05ca39..d313879 100644 (file)
@@ -1,3 +1,12 @@
+libhildon (1.0.2-1) stable; urgency=low
+
+  * Guard unstable API's with ENABLE_UNSTABLE_API define
+  * Breadcrumb updates
+  * Fixing a problem with timed banners having their parrent destroyed before they are
+  * Fixing the sh libs
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Wed, 25 Apr 2007 16:48:30 +0300
+
 libhildon (1.0.1-1) stable; urgency=low
 
   * New breadcrumb trial widget.
 libhildon (1.0.1-1) stable; urgency=low
 
   * New breadcrumb trial widget.