[maemo-commits] [maemo-commits] r11085 - projects/haf/trunk/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Apr 16 16:38:49 EEST 2007
Author: marivoll
Date: 2007-04-16 16:38:48 +0300 (Mon, 16 Apr 2007)
New Revision: 11085

Modified:
   projects/haf/trunk/hildon-fm/ChangeLog
   projects/haf/trunk/hildon-fm/configure.ac
Log:
Released 1.9.15


Modified: projects/haf/trunk/hildon-fm/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-fm/ChangeLog	2007-04-16 13:38:24 UTC (rev 11084)
+++ projects/haf/trunk/hildon-fm/ChangeLog	2007-04-16 13:38:48 UTC (rev 11085)
@@ -1,11 +1,17 @@
 2007-04-16  Marius Vollmer  <marius.vollmer at nokia.com>
 
+	* hildon-fm/hildon-file-system-info.c
+	(hildon_file_system_info_async_new): Use g_slice_new0 and
+	g_slice_free after all.  The slice allocator is the recommended
+	general purpose allocator now.  Thanks to Martyn again for
+	explaining this!
+
 	Released 1.9.14.
 	
 	* hildon-fm/hildon-file-system-info.c
 	(hildon_file_system_info_free): Use g_free instead of g_slice_free
 	to free the HildonFileSystemInfo structure since we have allocated
-	it with g_new0 (N54107).  Thanks to Russel Martyn!
+	it with g_new0 (N54107).  Thanks to Martyn Russell!
 
 2007-03-23  Tommi Komulainen  <tommi.komulainen at nokia.com>
 

Modified: projects/haf/trunk/hildon-fm/configure.ac
===================================================================
--- projects/haf/trunk/hildon-fm/configure.ac	2007-04-16 13:38:24 UTC (rev 11084)
+++ projects/haf/trunk/hildon-fm/configure.ac	2007-04-16 13:38:48 UTC (rev 11085)
@@ -1,5 +1,5 @@
 AC_INIT(hildon-fm/hildon-file-system-model.c)
-AM_INIT_AUTOMAKE(libhildonfm, 1.9.14)
+AM_INIT_AUTOMAKE(libhildonfm, 1.9.15)
 AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_HOST


More information about the maemo-commits mailing list