SHA256
1
0
forked from pool/gvfs

Accepting request 67413 from GNOME:Next

thanks

OBS-URL: https://build.opensuse.org/request/show/67413
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=100
This commit is contained in:
Vincent Untz
2011-04-21 15:25:25 +00:00
committed by Git OBS Bridge
parent 3e63ed07c9
commit cd4321b411
9 changed files with 192 additions and 170 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Apr 5 11:55:02 UTC 2011 - fcrozat@novell.com
- Update to version 1.8.0:
+ afc: Fix renaming files moving them to the root dir
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 21 16:49:05 UTC 2011 - fcrozat@novell.com
- Update to version 1.7.3!
+ build: Bump fuse requirement for ATOMIC_O_TRUNC support
+ build: Honor ACLOCAL_FLAGS
+ build: Don't link http backend with SoupOutputStream
+ build: Cleanups and fixes for compiler warnings
+ client: Fix wrong assignment before dbus_connection_unref()
+ archive: Prevent assertion failure on duplicate mount
+ archive: Skip leading "./" from pathnames if present
+ archive: Propagate entry index as inode no. for files
+ smb: Add support for default location
+ Updated translations.
-------------------------------------------------------------------
Thu Mar 10 11:09:26 CET 2011 - vuntz@opensuse.org
@@ -5,12 +27,52 @@ Thu Mar 10 11:09:26 CET 2011 - vuntz@opensuse.org
dbus .service files with their appropriate daemons, to avoid
declaring a dbus service if the binary is not installed.
-------------------------------------------------------------------
Mon Feb 28 11:11:32 UTC 2011 - fcrozat@novell.com
- Update to version 1.7.2:
+ ftp: Parse mode, user and group for unix listings
+ ftp: Implement chmod
+ sftp: Catch invalid argument type for chmod command
+ smb: Catch invalid argument type when setting mtime
+ Updated translations.
- Changes from version 1.7.1:
+ ftp: Fix refcounting of addresses when connecting
+ ftp: Detect TLS and SSL support
+ afc: Add ability to mount the house-arrest service
+ afc: Add support for House Arrest protocol to access
the Documents/ folder within applications
+ Fix gvfs client code on ARM platform
+ Various build issues fixed
+ Updated translations.
-------------------------------------------------------------------
Thu Jan 13 18:31:47 CET 2011 - hpj@novell.com
- Add gvfs-dav-recursive-directory-ops.patch (bnc#395225). This
makes copying directories over WebDAV work.
-------------------------------------------------------------------
Thu Dec 16 17:40:53 CET 2010 - vuntz@opensuse.org
- Update to version 1.7.0:
+ sftp: Close pty master in child process to prevent SELinux
denial
+ fuse: Add proper truncate support for open()
+ Port to GSettings
+ gdu: Treat mounts as hidden if they have a path element
that starts with a dot
+ Updated translations.
- Drop gvfs-glib-2.27.patch: this is not needed anymore.
- Rebase gvfs-dice-backend.patch, gvfs-nds.patch and
gvfs-nvvfs.patch.
- Remove gconf2-devel BuildRequires.
- Remove check for openSUSE 11.1 and earlier: we won't support 11.1
anymore.
- Handle gsettings schemas: add %glib2_gsettings_schema_requires
for gvfs-backends, and %glib2_gsettings_schema_post(un) in the
gvfs-backends scriptlets.
-------------------------------------------------------------------
Mon Dec 6 16:10:56 CET 2010 - vuntz@opensuse.org