commit 784885be4a55814924dc1359c9b02beaaa397c69 Author: Ondrej Holy Date: 2016-05-09 Update NEWS for 1.28.2 release M NEWS commit f259c9c02c8e059abeefe91f0c8d39f54d639b15 Author: Tiago Santos Date: 2016-04-28 Updated Portuguese translation M po/pt.po commit 874a51730e68b63544c748373237baba58f1b0a6 Author: Ondrej Holy Date: 2016-04-18 udisks2: Fix crash when mounting encrypted volume Code handling external unlocks during mount operation was added by the commit beea21e recently. Unfortunately, it may cause crashes due to accessing already freed memory, because gvfs_udisks2_volume_monitor_update waits for pending dbus messages using udisks_client_settle, thus another main context iteration may happen (i.e. mount operation may finish and mount data may be freed) before accessing mount data pointer. The mount data pointer has to be obtained after gvfs_udisks2_volume_monitor_update call in order to fix this crashes. https://bugzilla.gnome.org/show_bug.cgi?id=765146 M monitor/udisks2/gvfsudisks2volume.c commit 4a156988465cb86ee40f0d4454f5c38f895b92f8 Author: Ondrej Holy Date: 2016-04-13 sftp: Fix hostname and ip name parsing The value returned from strchr is immediately incremented. So NULL is incremented if char is not found, therefore consequent check is always true and next strchr can cause a segfault. https://bugzilla.gnome.org/show_bug.cgi?id=545445 M daemon/gvfsbackendsftp.c commit 442ccb08616dcfac4e5554ba9c43b50668192f3a Author: Ondrej Holy Date: 2016-04-11 Post release version bump M configure.ac