[maemo-commits] [maemo-commits] r11967 - in projects/haf/trunk/osso-gnome-vfs2/debian: . patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue May 29 19:49:35 EEST 2007
- Previous message: [maemo-commits] r11966 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r11968 - projects/haf/tags/osso-gnome-vfs2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: richard Date: 2007-05-29 19:49:33 +0300 (Tue, 29 May 2007) New Revision: 11967 Added: projects/haf/trunk/osso-gnome-vfs2/debian/patches/30-allow-corrupt-drives.patch Modified: projects/haf/trunk/osso-gnome-vfs2/debian/changelog Log: Prepare for release. Modified: projects/haf/trunk/osso-gnome-vfs2/debian/changelog =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/debian/changelog 2007-05-29 15:42:43 UTC (rev 11966) +++ projects/haf/trunk/osso-gnome-vfs2/debian/changelog 2007-05-29 16:49:33 UTC (rev 11967) @@ -1,3 +1,9 @@ +osso-gnome-vfs2 (2.16.3-1osso18) unstable; urgency=low + + * Allow corrupt/unformatted drives + + -- Richard Hult <richard at imendio.com> Tue, 29 May 2007 18:18:55 +0200 + osso-gnome-vfs2 (2.16.3-1osso17) unstable; urgency=low * Fix a daemon crash for "mkdir" Added: projects/haf/trunk/osso-gnome-vfs2/debian/patches/30-allow-corrupt-drives.patch =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/debian/patches/30-allow-corrupt-drives.patch 2007-05-29 15:42:43 UTC (rev 11966) +++ projects/haf/trunk/osso-gnome-vfs2/debian/patches/30-allow-corrupt-drives.patch 2007-05-29 16:49:33 UTC (rev 11967) @@ -0,0 +1,10 @@ +--- libgnomevfs/gnome-vfs-hal-mounts.c-unmod 2007-05-29 18:17:17.000000000 +0200 ++++ libgnomevfs/gnome-vfs-hal-mounts.c 2007-05-29 18:17:20.000000000 +0200 +@@ -669,6 +669,7 @@ _hal_volume_policy_check (GnomeVFSVolume + /* needs to be a mountable filesystem OR contain crypto bits OR audio disc OR blank disc */ + if (! ((libhal_volume_get_fsusage (hal_volume) == LIBHAL_VOLUME_USAGE_MOUNTABLE_FILESYSTEM) || + (libhal_volume_get_fsusage (hal_volume) == LIBHAL_VOLUME_USAGE_CRYPTO) || ++ (libhal_volume_get_fsusage (hal_volume) == LIBHAL_VOLUME_USAGE_UNKNOWN) || + libhal_volume_disc_has_audio (hal_volume) || + libhal_volume_disc_is_blank (hal_volume))) + goto out;
- Previous message: [maemo-commits] r11966 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r11968 - projects/haf/tags/osso-gnome-vfs2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]