[1.0.12-1 release]
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 6 Aug 2007 06:56:40 +0000 (06:56 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Mon, 6 Aug 2007 06:56:40 +0000 (06:56 +0000)
ChangeLog
NEWS
configure.ac
debian/changelog
debian/rules

index d96ddf7..29317fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-08-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
+       [1.0.12-1 release]
+
+       * NEWS:
+       * configure.ac:
+       * debian/changelog:
+       * debian/rules: Updating.
+
 2007-08-01  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
        * examples/Makefile.am:
diff --git a/NEWS b/NEWS
index ebcf0bc..518ecc2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+[1.0.12-1 release]
+* New HILDON_CHECK_VERSION macro
+* Bugfixes
+* Minor doc updates
+
 [1.0.11-1 release]
 * Adding some new API functions to control the active item in HildonFindToolbar
 * Fixing the default focus for font selection dialog
index c55a665..1075804 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.0.11], [michael.kostrzewa@nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [1.0.12], [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, 10, 0, 10)
+AS_LIBTOOL(HILDON, 12, 0, 12)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
index 361f56b..c7ea5c8 100644 (file)
@@ -1,3 +1,16 @@
+libhildon (1.0.12-1) stable; urgency=low
+
+  * New HILDON_CHECK_VERSION macro
+  * Bugfixes
+  * Minor doc updates
+
+  * Fixes: NB#62061 Please include HILDON_CHECK_VERSION macro
+  * Fixes: NB#49374 Programs using HildonWizardDialog cannot set the sensitivity of buttons when the page changes
+  * Fixes: NB#64355 Control panel; Device lock: OK and Cancel buttons
+  * Fixes: NB#60154 It is possible to enter invalid date in the birthday date picker
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>  Mon, 06 Aug 2007 09:52:19 +0300
+
 libhildon (1.0.11-1) stable; urgency=low
 
   * Adding some new API functions to control the active item in HildonFindToolbar
index 49619c0..6792466 100755 (executable)
@@ -123,7 +123,7 @@ binary-arch: build install
        dh_strip --dbg-package="libhildon1"
        dh_compress
        dh_fixperms
-       dh_makeshlibs -V "libhildon1 (>= 1.0.3)" 
+       dh_makeshlibs -V "libhildon1 (>= 1.0.11)" 
        dh_installdeb
        dh_shlibdeps
        dh_gencontrol