commit 20f702c95df552edd8252abb12e288485a4bd20b Author: Tomas Bzatek Date: 2012-06-04 Update NEWS for 1.13.1 release M NEWS commit 8315eaf84e52c6a00a4905f1f6a73182db9e8015 Author: Tomas Bzatek Date: 2011-05-18 Port volume monitoring and metadata to GDBus This is a complete port of volume monitors and metadata to GDBus. The (private) d-bus API has been mostly preserved except of MountOp methods. No difference in functionality should be observed. M .gitignore M client/gdaemonfile.c M client/gdaemonvfs.c M client/gdaemonvfs.h M metadata/Makefile.am A metadata/dbus-interface.xml M metadata/meta-daemon.c M metadata/meta-set.c M monitor/afc/Makefile.am M monitor/gdu/Makefile.am M monitor/proxy/Makefile.am A monitor/proxy/dbus-interfaces.xml M monitor/proxy/gproxydrive.c M monitor/proxy/gproxydrive.h M monitor/proxy/gproxymount.c M monitor/proxy/gproxymount.h M monitor/proxy/gproxymountoperation.c M monitor/proxy/gproxymountoperation.h M monitor/proxy/gproxyshadowmount.c M monitor/proxy/gproxyvolume.c M monitor/proxy/gproxyvolume.h M monitor/proxy/gproxyvolumemonitor.c M monitor/proxy/gproxyvolumemonitor.h M monitor/proxy/gvfsproxyvolumemonitordaemon.c commit cc34b3774e6ce80551babf20c7d5dfabd9d2ed24 Author: Kjartan Maraas Date: 2012-05-30 Updated Norwegian bokmål translation M po/nb.po commit 4152083676a7ea16e574f0c20e3c7dc09fe5bb88 Author: Matej Urbančič Date: 2012-05-28 Updated Slovenian translation M po/sl.po commit 0a939b85ae643939d3e270f277c1dcdeedb89464 Author: Yaron Shahrabani Date: 2012-05-25 Updated Hebrew translation. M po/he.po commit 82b0d8e47487a99ce649459cf7098c0c297a03ff Author: Alexandre Franke Date: 2012-05-23 Update French translation M po/fr.po commit b86597410d804353075326cfb5a1404ad03c262e Author: Fran Diéguez Date: 2012-05-20 Updated Galician translations M po/gl.po commit b55955849cbff6ab14e8b77ab989041f0a433d45 Author: Daniel Mustieles Date: 2012-05-16 Updated Spanish translation M po/es.po commit 3ac0a803e4fe58a4ac1b82a5770468c6801e93ab Author: David Zeuthen Date: 2012-05-15 udisks2: Show "Eject Anyway" (not "Unmount Anyway") if ejecting ... instead of unmounting. Signed-off-by: David Zeuthen M monitor/udisks2/gvfsudisks2drive.c M monitor/udisks2/gvfsudisks2mount.c commit ffc6b5a3175259bca65f96e15c7501a6fa2570bb Author: David Zeuthen Date: 2012-05-15 udisks2: set can_eject correctly Yes, can_eject can be TRUE even if the media is not removable. Signed-off-by: David Zeuthen M monitor/udisks2/gvfsudisks2drive.c commit d44ebed4590fc19b41e88d00fe7c598b9eaac832 Author: David Zeuthen Date: 2012-05-15 gvfs-mount: add new -e option to eject a mount Like the rest of gvfs-mount(1), this is mostly useful for debugging. Signed-off-by: David Zeuthen M programs/gvfs-mount.c commit 817d82da698910b45f2809175653d671190b939f Author: David Zeuthen Date: 2012-05-14 udisks2: set timeout to INTMAX when unmounting a filesystem It may indeed take more than 25 seconds if there's a lot of data to write. Related to https://bugzilla.redhat.com/show_bug.cgi?id=819492 Signed-off-by: David Zeuthen M monitor/udisks2/gvfsudisks2mount.c commit 4f89d930d3eb8414dc301262d7db448d257843bc Author: David Zeuthen Date: 2012-05-08 udisks2: also check for umount(8) saying "target is busy" Same as http://cgit.freedesktop.org/udisks/commit/?id=d8fa361eec2706091e9d7f166f63bb5c0f663f4b Signed-off-by: David Zeuthen M monitor/udisks2/gvfsudisks2mount.c commit 253d78c25af2f527015834ab5edb1780028998c2 Author: David Zeuthen Date: 2012-05-08 udisks2: don't call g_simple_async_result_take_error() twice Signed-off-by: David Zeuthen M monitor/udisks2/gvfsudisks2mount.c commit 7ef4140c6eb484b8aabf36a86fe070ef634dab05 Author: David Zeuthen Date: 2012-05-03 udisks2: don't show loop devices set up by other users Signed-off-by: David Zeuthen M monitor/udisks2/gvfsudisks2volumemonitor.c commit 9b449288f63b6a6be45c8cee14bfa8f1c0b37024 Author: David Zeuthen Date: 2012-04-30 udisks2: Remove support for ID_SEAT=all We might bring this back in one shape or the other, but remove it for now until I get a chance to talk to Kay and Lennart some more. Signed-off-by: David Zeuthen M monitor/udisks2/gvfsudisks2utils.c M monitor/udisks2/gvfsudisks2utils.h M monitor/udisks2/gvfsudisks2volume.c M monitor/udisks2/gvfsudisks2volumemonitor.c M monitor/udisks2/what-is-shown.txt commit 5eec133eb758acebeba29aaeae9dd7fad04fd30b Author: Tomas Bzatek Date: 2012-04-30 Post release version bump M configure.ac