2.0.0 release.
authorXan Lopez <xan.lopez@nokia.com>
Wed, 9 Jan 2008 12:45:52 +0000 (12:45 +0000)
committerXan Lopez <xan.lopez@nokia.com>
Wed, 9 Jan 2008 12:45:52 +0000 (12:45 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog

index a8bda66..cbda09a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
 
+       [2.0.0-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2008-01-09  Xan Lopez  <xan.lopez@nokia.com>
+
        * src/hildon-color-chooser.c (hildon_color_chooser_class_init): 
 
        Add outer_border style property, we use it but don't define it (!).
diff --git a/NEWS b/NEWS
index 40e66ed..9da2633 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+[2.0.0-1 release]
+* Fix breadcrumb trail node removal logic.
+* Add missing outer-border style for HildonColorChooser.
+
 [1.99.1-1 release]
 * Accesability fixes for get/set password dialog.
 
index d2fbec0..9a54c03 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.99.1], [michael.kostrzewa@nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [2.0.0], [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, 18, 0, 18)
+AS_LIBTOOL(HILDON, 18, 1, 18)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index b7d2e2e..6fdbf46 100644 (file)
@@ -1,3 +1,10 @@
+libhildon (2.0.0-1ubuntu1) unstable; urgency=low
+
+  * Fixes: NB#78616: breadcrumb trail node removal logic fix.
+  * Fixes: NB#75310: add missing outer-border style property to HildonColorChooser.
+
+ -- Xan Lopez <xan.lopez@nokia.com>  Wed, 09 Jan 2008 14:27:08 +0200
+
 libhildon (1.99.1-1) stable; urgency=low
 
   * Fixes: NB#25592 Accessibility unable to access entry box