[1.0.15-1 release]
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 17 Sep 2007 11:13:08 +0000 (11:13 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 17 Sep 2007 11:13:08 +0000 (11:13 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog

index 094d07d..a757d14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-17  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.15-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog: Updating.
+
 2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * doc/Makefile.am:
diff --git a/NEWS b/NEWS
index 9920de4..78ed0f7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+[1.0.15-1 release]
+* Fixing hw keyboard support in lock code dialog
+* Fixing focus behavior in caption
+* Additions to find toolbar
+* Documentation fixes
+
 [1.0.14-1 release]
 * Removing the patch for hiding HildonWindow before destroy. Breaks DBus.
 * Fixes for HildonCalendar expose methods
index bdee938..d996ef7 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.0.14], [michael.kostrzewa@nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [1.0.15], [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, 14, 0, 14)
+AS_LIBTOOL(HILDON, 15, 0, 15)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index 01fe974..ec91b61 100644 (file)
@@ -1,13 +1,15 @@
-libhildon (1.0.14-1.1) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+libhildon (1.0.15-1.1) stable; urgency=low
 
   * debian/control: Add glib and gtk+ doc packages to build dependencies to
     get gtk-doc crossreferences right
   * debian/rules: --enable-gtk-doc (with nodocs DEB_BUILD_OPTIONS support)
-    (Fixes: NB#69306)
 
- -- Tommi Komulainen <tommi.komulainen@nokia.com>  Fri, 14 Sep 2007 16:50:47 +0300
+  * Fixes: NB#67955 Device lock/unlock code not accepted from HW keyboard
+  * Fixes: NB#52301 Wrong item is highlighted in Find toolbar history list 
+  * Fixes: NB#68610 caption multiple focus possible in Authentication dialog weba_fi_auhentication_realm
+  * Fixes: NB#69306 API documentation is missing
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 17 Sep 2007 14:07:51 +0300
 
 libhildon (1.0.14-1) stable; urgency=low