[maemo-commits] [maemo-commits] r11600 - in projects/haf/trunk/hildon-fm: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri May 11 17:14:41 EEST 2007
Author: marivoll
Date: 2007-05-11 17:14:40 +0300 (Fri, 11 May 2007)
New Revision: 11600

Modified:
   projects/haf/trunk/hildon-fm/ChangeLog
   projects/haf/trunk/hildon-fm/configure.ac
   projects/haf/trunk/hildon-fm/debian/changelog
Log:
	Released 1.9.19


Modified: projects/haf/trunk/hildon-fm/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-fm/ChangeLog	2007-05-11 14:13:33 UTC (rev 11599)
+++ projects/haf/trunk/hildon-fm/ChangeLog	2007-05-11 14:14:40 UTC (rev 11600)
@@ -1,3 +1,26 @@
+2007-05-11  Marius Vollmer  <marius.vollmer at nokia.com>
+
+	Released 1.9.19
+	
+	Support for smb:// locations.  Aka, the "Weirdos from another
+	planet" release.
+
+	* hildon-fm/hildon-file-system-special-location.h
+	(hildon_file_system_special_location_get_folder,
+	hildon-fm/hildon-file-system-special-location.c): New, to let the
+	smb:// special location provide their own weird way of listing the
+	top-level.
+	* hildon-fm/hildon-file-system-model.c (link_file_folder): Use it
+	for special locations.
+
+	* hildon-fm/hildon-file-system-smb.c,
+	hildon-fm/hildon-file-system-smb.h: New, for the weird smb://
+	namespace.
+	* hildon-fm/Makefile.am (libhildonfm_la_SOURCES): Added them.
+
+	* hildon-fm/hildon-file-system-private.c
+	(_hildon_file_system_get_locations): Setup SMB.
+
 2007-05-07  Marius Vollmer  <marius.vollmer at nokia.com>
 
 	Released 1.9.18

Modified: projects/haf/trunk/hildon-fm/configure.ac
===================================================================
--- projects/haf/trunk/hildon-fm/configure.ac	2007-05-11 14:13:33 UTC (rev 11599)
+++ projects/haf/trunk/hildon-fm/configure.ac	2007-05-11 14:14:40 UTC (rev 11600)
@@ -1,5 +1,5 @@
 AC_INIT(hildon-fm/hildon-file-system-model.c)
-AM_INIT_AUTOMAKE(libhildonfm, 1.9.18)
+AM_INIT_AUTOMAKE(libhildonfm, 1.9.19)
 AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_HOST

Modified: projects/haf/trunk/hildon-fm/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-fm/debian/changelog	2007-05-11 14:13:33 UTC (rev 11599)
+++ projects/haf/trunk/hildon-fm/debian/changelog	2007-05-11 14:14:40 UTC (rev 11600)
@@ -1,3 +1,9 @@
+libhildonfm (1:1.9.19) unstable; urgency=low
+
+  * Added "smb://" support.
+
+ -- Marius Vollmer <marius.vollmer at nokia.com>  Tue,  8 May 2007 13:57:09 +0300
+
 libhildonfm (1:1.9.18) unstable; urgency=low
 
   * Added hildon-fm1-compat.h header for legacy applications.


More information about the maemo-commits mailing list