2.0.1 release.
authorXan Lopez <xan.lopez@nokia.com>
Thu, 10 Jan 2008 14:38:00 +0000 (14:38 +0000)
committerXan Lopez <xan.lopez@nokia.com>
Thu, 10 Jan 2008 14:38:00 +0000 (14:38 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog

index 8f5b494..adb8444 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
 
+       [2.0.1-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
+2008-01-10  Xan Lopez  <xan.lopez@nokia.com>
+
        * configure.ac:
        * pkgconfig/Makefile.am:
        * pkgconfig/hildon.pc.in:
diff --git a/NEWS b/NEWS
index 9da2633..9f45405 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+[2.0.1-1 release]
+* Do not use PACKAGE_VERSION_MAJOR for the API revision.
+
 [2.0.0-1 release]
 * Fix breadcrumb trail node removal logic.
 * Add missing outer-border style for HildonColorChooser.
index 076af29..c98cbdd 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [2.0.0], [michael.kostrzewa@nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [2.0.1], [xan.lopez@nokia.com], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
index 6fdbf46..2aac940 100644 (file)
@@ -1,4 +1,10 @@
-libhildon (2.0.0-1ubuntu1) unstable; urgency=low
+libhildon (2.0.1-1) unstable; urgency=low
+
+  * Do not use PACKAGE_VERSION_MAJOR for the API revision.
+
+ -- Xan Lopez <xan.lopez@nokia.com>  Thu, 10 Jan 2008 16:31:15 +0200
+
+libhildon (2.0.0-1) unstable; urgency=low
 
   * Fixes: NB#78616: breadcrumb trail node removal logic fix.
   * Fixes: NB#75310: add missing outer-border style property to HildonColorChooser.