[maemo-commits] [maemo-commits] r11056 - in projects/haf/trunk/hildon-1: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Apr 16 11:27:56 EEST 2007
Author: mdk
Date: 2007-04-16 11:27:47 +0300 (Mon, 16 Apr 2007)
New Revision: 11056

Modified:
   projects/haf/trunk/hildon-1/AUTHORS
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/NEWS
   projects/haf/trunk/hildon-1/configure.ac
   projects/haf/trunk/hildon-1/debian/changelog
Log:
[1.0.1 release]


Modified: projects/haf/trunk/hildon-1/AUTHORS
===================================================================
--- projects/haf/trunk/hildon-1/AUTHORS	2007-04-16 08:21:05 UTC (rev 11055)
+++ projects/haf/trunk/hildon-1/AUTHORS	2007-04-16 08:27:47 UTC (rev 11056)
@@ -3,3 +3,7 @@
 
 Previous maintainers:
   Luc Pionchon <luc.pionchon at nokia.com>
+
+Authors: 
+  Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>
+  Xan Lopez <xan.lopez at nokia.com>

Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-04-16 08:21:05 UTC (rev 11055)
+++ projects/haf/trunk/hildon-1/ChangeLog	2007-04-16 08:27:47 UTC (rev 11056)
@@ -1,3 +1,12 @@
+2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	[1.0.1 release]
+
+	* AUTHORS:
+	* NEWS:
+	* configure.ac:
+	* debian/changelog: Updating for release.
+
 2007-04-16  Xan Lopez  <xan.lopez at nokia.com>
 
 	* src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):

Modified: projects/haf/trunk/hildon-1/NEWS
===================================================================
--- projects/haf/trunk/hildon-1/NEWS	2007-04-16 08:21:05 UTC (rev 11055)
+++ projects/haf/trunk/hildon-1/NEWS	2007-04-16 08:27:47 UTC (rev 11056)
@@ -0,0 +1,3 @@
+[1.0.1-1 release] 
+* Breadcrumb trail widget by Xan
+* Fingerable scrollbar API by Michael

Modified: projects/haf/trunk/hildon-1/configure.ac
===================================================================
--- projects/haf/trunk/hildon-1/configure.ac	2007-04-16 08:21:05 UTC (rev 11055)
+++ projects/haf/trunk/hildon-1/configure.ac	2007-04-16 08:27:47 UTC (rev 11056)
@@ -1,4 +1,4 @@
-AC_INIT([Hildon gtk widgets], [1.0.0], [michael.kostrzewa at nokia.com], [hildon])
+AC_INIT([Hildon gtk widgets], [1.0.1], [michael.kostrzewa at nokia.com], [hildon])
 AC_CANONICAL_SYSTEM
 
 AM_CONFIG_HEADER(config.h)
@@ -10,7 +10,18 @@
 AS_VERSION
 
 # set the libtool versioning
-AS_LIBTOOL(HILDON, 0, 0, 0)
+# Quick guide into libtool versioning:
+# 1. Start with version information of `0:0:0' for each libtool library.
+# 2. Update the version information only immediately before a public release of your software. 
+#    More frequent updates are unnecessary, and only guarantee that the current interface number 
+#    gets larger faster.
+# 3. If the library source code has changed at all since the last update, then increment revision 
+#    (`c:r:a' becomes `c:r+1:a').
+# 4. If any interfaces have been added, removed, or changed since the last update, 
+#    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)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC

Modified: projects/haf/trunk/hildon-1/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-1/debian/changelog	2007-04-16 08:21:05 UTC (rev 11055)
+++ projects/haf/trunk/hildon-1/debian/changelog	2007-04-16 08:27:47 UTC (rev 11056)
@@ -1,3 +1,12 @@
+libhildon (1.0.1-1) stable; urgency=low
+
+  * New breadcrumb trial widget.
+  * Fingerable scrollbar API.
+
+  * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Mon, 16 Apr 2007 11:09:27 +0300
+
 libhildon (1.0.0-1) stable; urgency=low
 
   * Move to Gtk 2.10


More information about the maemo-commits mailing list