summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-12-18 17:39:44 +0100
committerTomas Bzatek <tbzatek@redhat.com>2012-12-18 17:39:44 +0100
commitb267ff4ea02665c1056d408ce8ac1d695304ffb2 (patch)
tree19efe8324ba7e870d1889e066dc9f762306e0869
parenta8df997a5945ef8cb19558fbd2530f804ddfe42e (diff)
downloadgvfs-1.15.1.tar.gz
Update NEWS for 1.15.1 release1.15.1
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 79371eef..a3db7822 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Major changes in 1.15.1
+=======================
+* client: Set default timeout to infinite for all GDaemonFile methods
+* http, dav: Port to SoupRequest
+* sftp: Fix symlink target in query_info_reply()
+* smb: Report proper error on do_query_fs_info()
+* proxy volume monitor: Don't disable exit_on_close on session bus
+* proxy volume monitor: Get session bus on demand
+* udisks2: Use udisks 2.0.90 API for symbolic icons
+* udisks2: Fix symbolic icons for devices without an UDisksDrive
+* udisks2: Don't leak GIcon when applying hints
+* udisks2: Get icons via UDisksObjectInfo for block devices that are not drives
+* udisks2: Add support for mount option x-gvfs-symbolic-icon
+* udisks2: If a drive is hotplugged and CanPowerOff is TRUE, set can_stop to TRUE
+* udisks2: Don't set GDrive.can_stop to TRUE if drive has removable media
+* test: Add tests for trash://
+* test: Add tests using the introspected Gio API
+* test: Fix Drive tests for Python 3.3
+* test: Disable service activation for local D-BUS
+* test: Skip Dav tests if http is disabled
+* programs: Add a cmdline way to empty the trash
+* programs: Print out symbolic-icon in gvfs-info
+* Removed calls to g_type_init()
+* Translation updates
+
Major changes in 1.15.0
=======================
* New testing framework, written by Martin Pitt