commit 8350026da9e291c7dbb2257a990f8358c05e222d
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   2012-02-07

    Update NEWS for 1.11.3 release

M	NEWS

commit e523572e14a9042696e1c5ccd4f30cb3240fa0df
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:	2012-02-07

    GVfsJobUnmount: check that vfunc is implemented before calling it

    GVfsBackend::try_unmount is optional (like all the other try_*
    vfuncs),
    and in fact many backends don't implement it.
    In case it's NULL, returing FALSE does the right thing and schedules
    a thread for calling ->unmount.

    https://bugzilla.gnome.org/show_bug.cgi?id=669211

M	daemon/gvfsjobunmount.c

commit 989d0889afe34a0ce072edf9840b6d18314a00b3
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-02-07

    burn: Use user runtime dir instead of /tmp

    https://bugzilla.gnome.org/show_bug.cgi?id=646391

    Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>

M	daemon/gvfsbackendburn.c

commit f81e381b58bf4dc8ea42ceb50311d4ef92677f72
Author: William Jon McCann <jmccann@redhat.com>
Date:	2012-02-07

    Use user runtime dir for gvfs mounts

    https://bugzilla.gnome.org/show_bug.cgi?id=646391

    Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>

M	client/gdaemonvfs.c
M	daemon/main.c
M	daemon/mount.c

commit 87b5115aa18bc13858ef0d5041855658a22822be
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:	2012-02-04

    Updated Dutch translation

M	po/nl.po

commit fa53cd373efb22e427a329650ebb5c076ef3171b
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	2012-01-29

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

M	po/zh_HK.po
M	po/zh_TW.po

commit 50ac84a753286ad37ce84b9ece034b4dbb69132e
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:	2012-01-28

    Updated Hebrew translation.

M	po/he.po

commit e7d0f9ece1379b68f6d3ec22795782beefc5e600
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2012-01-25

    Updated Slovenian translation

M	po/sl.po

commit e5002669770af3d79aeeebd846f8638874d727d8
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2012-01-25

    Updated Slovenian translation

M	po/sl.po

commit 37d4bf323a05a0b46fa3cb2b4cc96aa4ceca598e
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-24

    For mount options, switch from comment=gvfs to x-gvfs

    Recent util-linux (2.21+) supports any x-* option.

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/gvfsudisks2volume.c
M	monitor/udisks2/gvfsudisks2volumemonitor.c
M	monitor/udisks2/what-is-shown.txt

commit ce3bda236c2c85517260fc138669acf91af1092f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	2012-01-23

    Updated Norwegian bokmål translation

M	po/nb.po

commit f47d4b10fa148972f9ff6d1d44645fd8ab4974d5
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:	2012-01-23

    Updated Galician translations

M	po/gl.po

commit f5238a19f5115d63fd482a5341449c5c67ed2df1
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-01-22

    Updated Spanish translation

M	po/es.po

commit 74bb0801b3d81e861be87ab5e146563875c24ab5
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2012-01-22

    Updated POTFILES.in

M	po/POTFILES.in

commit dec478831e0444e922ab8cd0e3336449fa1a743a
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2012-01-22

    afpvolume: s/afp_conn/conn/

M	daemon/gvfsafpvolume.c

commit f30a3c75f0102c69502edff77c6dba3775d90569
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2012-01-22

    afp: fix potential leak in g_vfs_afp_volume_enumerate

M	daemon/gvfsafpvolume.c

commit fa288893d51478daa7190bbb554779404a205157
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2011-11-23

    afp: split out volume specific functions into a GVfsAfpVolume object.

M	daemon/Makefile.am
M	daemon/gvfsafpconnection.c
M	daemon/gvfsafpconnection.h
M	daemon/gvfsafpserver.c
M	daemon/gvfsafpserver.h
M	daemon/gvfsafputils.c
M	daemon/gvfsafputils.h
A	daemon/gvfsafpvolume.c
A	daemon/gvfsafpvolume.h
M	daemon/gvfsbackendafp.c
M	daemon/gvfsbackendafpbrowse.c

commit a1af02aee5d076e042502569d59d350d03839baf
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2011-11-22

    afp: Add support for making backups when server has support for
    FPExchangeFiles

    Instead of deleting the temporary file after doing the FPExchangeFiles
    call we
    rename the temporary file to "~filename" since it holds the old
    contents of the
    file.

M	daemon/gvfsbackendafp.c

commit 35cf2feab74059065b23073b8bb3bcd8a3786bbf
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2011-11-22

    afp: fix leak of AfpHandle::tmp_filename

M	daemon/gvfsbackendafp.c

commit 86cca680ec185d0a74fa948485d221bc9efe9181
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2011-11-06

    afp: change g_vfs_afp_connection_get_server_info to
    g_vfs_afp_query_server_info

    It's unnecessary to create a GVfsAfpConnection to retreive the
    server info

M	daemon/gvfsafpconnection.c
M	daemon/gvfsafpconnection.h
M	daemon/gvfsafpserver.c

commit 88866fdc3c34e8b9ce2d4435098885e67212ac40
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2011-09-26

    afp: move retrieval of volumes into GVfsAfpServer

    GVfsAfpServer now has a g_vfs_afp_server_get_volumes to retrieve
    the available
    volumes asynchronously.

M	daemon/gvfsafpserver.c
M	daemon/gvfsafpserver.h
M	daemon/gvfsbackendafpbrowse.c

commit 5207f0102fb3bad1505f70fed37435537905c46a
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2011-09-18

    afp: more string fixes after André's review

M	daemon/gvfsafpserver.c
M	daemon/gvfsbackendafp.c

commit 612ef0a3facb8473b5812f2f4e79942ed32b8473
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2011-09-01

    afp: move get_vol_parms to GVfsAfpServer

M	daemon/gvfsafpserver.c
M	daemon/gvfsafpserver.h
M	daemon/gvfsbackendafp.c

commit f0a4fe7e7cde9da102caa3a36eb417165499f768
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2011-09-01

    afp: move retrieval of server parameters into GVfsAfpServer

    add function g_vfs_afp_server_time_to_local_time to do the
    server time -> local time conversion

M	daemon/gvfsafpserver.c
M	daemon/gvfsafpserver.h
M	daemon/gvfsbackendafp.c

commit 4e7e87dec90fdfa936d21e7ef208213f53a78c35
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2011-08-31

    afp: do some string fixes and add some translator comments

M	daemon/gvfsafpconnection.c
M	daemon/gvfsbackendafp.c
M	daemon/gvfsbackendafpbrowse.c

commit 948b8bbd2b926a1b8da58afd93d568c713f85319
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2011-08-30

    afp: make GVfsAfpName an opaque type

M	daemon/gvfsafpconnection.c
M	daemon/gvfsafpconnection.h

commit 199973156a5b1975fa8ecccedf4fb93a32cac7b4
Author: Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Date:	2011-08-30

    afp: output the textual representation of undhandled error codes

    add a new function afp_result_to_gerror which does a generic
    AfpResultCode
    to GError mapping

M	daemon/Makefile.am
M	daemon/gvfsafpconnection.h
M	daemon/gvfsafpserver.c
A	daemon/gvfsafputils.c
A	daemon/gvfsafputils.h
M	daemon/gvfsbackendafp.c
M	daemon/gvfsbackendafpbrowse.c

commit ca382dd370cdeaac0d73f74db54eb5a90626798c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	2012-01-21

    Updated Slovenian translation

M	po/sl.po

commit 4accc5c3896abae61df646e836ffbb02160e113b
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	2012-01-21

    Updated Spanish translation

M	po/es.po

commit 8d64f9034e67aaad522533697eaf1361ae8e4031
Author: Matthias Clasen <mclasen@redhat.com>
Date:	2012-01-21

    Don't forget to dist the udisks2 monitor

M	monitor/Makefile.am

commit 4460066746dd20415203354917da1e3568efddc8
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-20

    Add a link to the latest copy of udisks(8) man page

    e.g. http://udisks.freedesktop.org/docs/latest/udisks.8.html

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/what-is-shown.txt

commit 7b3fc203f779bf36bd901615b0806d6de78cbdf7
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	2012-01-20

    Updated POTFILES.in

M	po/POTFILES.in

commit 300f9c5040cc80654325a84b8e082241c135ade7
Merge: 23701b0 3f7f3da
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-20

    Merge branch 'master' into wip/udisks2

commit 23701b02d1fa87619fbba804f9a6529919ca05a1
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-20

    Update copyrights

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/gvfsudisks2drive.c
M	monitor/udisks2/gvfsudisks2drive.h
M	monitor/udisks2/gvfsudisks2mount.c
M	monitor/udisks2/gvfsudisks2mount.h
M	monitor/udisks2/gvfsudisks2utils.c
M	monitor/udisks2/gvfsudisks2utils.h
M	monitor/udisks2/gvfsudisks2volume.c
M	monitor/udisks2/gvfsudisks2volume.h
M	monitor/udisks2/gvfsudisks2volumemonitor.c
M	monitor/udisks2/gvfsudisks2volumemonitor.h
M	monitor/udisks2/udisks2volumemonitordaemon.c

commit 5f1a8f9d7144e07916c9fe3dab685715ad568eb8
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-20

    No need to handle force_rescan since we don't cache anything

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/gvfsudisks2mount.c

commit aacccf64f7042143a7ec1a4baad03d5dbddca174
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-20

    Reword a couple of comments

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/gvfsudisks2volume.c
M	monitor/udisks2/gvfsudisks2volumemonitor.c

commit 5876debe8c4e9f3b035e50155cb0630168252f25
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-20

    s/TODO/Idea/

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/gvfsudisks2volumemonitor.c

commit 003b45d3e5d7fc12f82481f7ee0268444db3a0c6
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-20

    Add a note explaining why we don't offer to save LUKS passphrases

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/gvfsudisks2volume.c

commit 8310b421d7e61f0ee14f7766ff5aac3813f37731
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-20

    Expand TODO item pontificating whether a GDrive should be added or not

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/gvfsudisks2volumemonitor.c

commit 71176998d938759cb0b4933ef1fe37158d572d54
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-20

    Also add UDISKS_IGNORE example

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/what-is-shown.txt

commit 44802979a1aa004407ba81d7166569c6fc20f436
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-20

    Mention that certain udev properties also influence what is shown

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/what-is-shown.txt

commit 02d42f3cd85a0475470163ab3c6bedae905c4b4a
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-20

    Respect Block:HintIgnore property

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/gvfsudisks2volumemonitor.c

commit e3abfad8bfcecedf266ab878e20455929215929b
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-20

    Use Block:HintAuto instead of Drive:Removable to determine automount

    This makes it possible to override with the UDISKS_AUTO property.

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/gvfsudisks2volume.c

commit 10e26fc2697cb01490803bd9f93df6db8149ce03
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-19

    Don't prompt for passphrase if it's already in the /etc/crypttab file

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/gvfsudisks2volume.c

commit 65058d3597ecc6329b3b9234f42b3d7e899feac6
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-18

    Fix typo in fstab example

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/what-is-shown.txt

commit 9f2ff580a9995e764076d3702538c465d7d687e4
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-18

    Fix typo

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/what-is-shown.txt

commit 861bfc5b900c620e85752f047bc76739c1f8af9c
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-18

    Clarify a couple of things in the what-is-shown.txt doc

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/what-is-shown.txt

commit 9cd1261803302c6122e2847ed12ca8439078d870
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-18

    Add text file describing how to influence what mounts are shown

    Signed-off-by: David Zeuthen <davidz@redhat.com>

A	monitor/udisks2/what-is-shown.txt

commit ea1360d6ce8eee37f0290011eb9f47cf10fcccc9
Author: David Zeuthen <davidz@redhat.com>
Date:	2012-01-18

    Use comment=gvfs-show and -hide instead of -show=1|True|0|False

    This is also easier to express in the UI

     http://people.freedesktop.org/~david/palimpsest-fstab-gvfs-show-option.png

    Signed-off-by: David Zeuthen <davidz@redhat.com>

M	monitor/udisks2/gvfsudisks2utils.c
M	monitor/udisks2/gvfsudisks2volumemonitor.c

commit 3f7f3da7a2dbac68ef2692c445c3a5afa17aaa8d
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:	2012-01-18

    Post release version bump

M	configure.ac