2012-04-29 16:16:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 28 12:20:47 UTC 2012 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.12.2:
|
|
|
|
+ udisks2: Set should_automount correctly when starting up
|
|
|
|
+ afp: Convert pascal strings into utf-8
|
|
|
|
+ afp: Use the UTF-8 server name for password dialogs when it's
|
|
|
|
available
|
|
|
|
+ Updated translations.
|
|
|
|
|
2012-04-18 17:13:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 17 06:17:06 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.12.1:
|
|
|
|
+ afc: Fix building against libimobiledevice-1.1.2
|
|
|
|
+ afp: Prevent redefinition of GVfsAfpServer
|
|
|
|
+ gphoto2: Initialize mutex early enough
|
|
|
|
+ udisks2: Fix some memory leaks
|
|
|
|
+ Updated translations.
|
|
|
|
|
2012-04-01 11:47:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 30 09:06:34 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Add udisks2 Recommends to backends subpackage when udisks2
|
|
|
|
support is enabled: we need udisks2 for the volume monitor to
|
|
|
|
work.
|
|
|
|
|
2012-03-28 22:51:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 28 09:43:22 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.12.0:
|
|
|
|
+ Updated translations.
|
|
|
|
|
2012-03-28 11:43:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 19 17:48:44 UTC 2012 - zaitor@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.11.5:
|
2012-03-28 22:51:33 +02:00
|
|
|
+ fuse: Keep using ~/.gvfs as fallback.
|
2012-03-28 11:43:08 +02:00
|
|
|
+ udisks2: Set G_VOLUME_IDENTIFIER_KIND_CLASS identifier for
|
|
|
|
volumes.
|
|
|
|
+ Updated translations.
|
|
|
|
- Enable udisks2 support in gvfs.
|
|
|
|
|
2012-02-25 15:40:38 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 25 10:25:32 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.11.4:
|
|
|
|
+ dav: Fix free space reporting
|
|
|
|
+ udisks2: Only show /run/media/$USER mounts instead of
|
|
|
|
$XDG_RUNTIME_DIR
|
|
|
|
+ Updated translations.
|
|
|
|
|
2012-02-08 11:57:18 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 7 15:17:07 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.11.3:
|
|
|
|
+ Brand new udisks2 volume monitor
|
|
|
|
+ AFP backend fixes and enhancements
|
|
|
|
+ User runtime dir is now used for gvfs mounts and the burn
|
|
|
|
backend
|
|
|
|
+ Fixed backends segfaulting on unmount
|
|
|
|
+ Updated translations.
|
|
|
|
- Remove xz BuildRequires now that it comes for free in the build
|
|
|
|
system.
|
|
|
|
- Get ready for switch to udisks2:
|
|
|
|
+ Add a with_udisk2 macro, currently set to 0 as udisk2 is still
|
|
|
|
waiting for security review (bnc#742751).
|
|
|
|
+ This will enable the use of the udisks2 volume monitor, instead
|
|
|
|
of the gdu volume monitor.
|
|
|
|
+ If with_udisk2 is set to 1:
|
|
|
|
- Use pkgconfig(udisks2) BuildRequires.
|
|
|
|
- Pass --enable-udisks2 --disable-gdu to configure.
|
|
|
|
+ If with_udisk2 is set to 0:
|
|
|
|
- Use libgdu-devel BuildRequires.
|
|
|
|
- Pass --disable-udisks2 --enable-gdu to configure.
|
|
|
|
|
2012-01-18 20:56:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 18 17:43:27 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.11.2:
|
|
|
|
+ daemon: Spawn fuse daemon in foreground for uClibc
|
|
|
|
compatibility
|
|
|
|
+ ftp: Make ftp.mount no longer conditionally built
|
|
|
|
+ fuse: Remove the unused sys/vfs.h include
|
|
|
|
+ gvfs-mime: List recommended applications
|
|
|
|
+ build: Check for util.h to prevent implicit declaration
|
|
|
|
+ Updated translations.
|
|
|
|
|
2011-12-21 05:32:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 20 10:08:57 UTC 2011 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.11.1:
|
|
|
|
+ Fixed several crashes from recent mutex API changes
|
|
|
|
+ afc:
|
|
|
|
- Invert the choices order for the device passcode dialog
|
|
|
|
- Tweak the text used to report a device locked error
|
|
|
|
- Add support for iOS5 thumbnails
|
|
|
|
+ http: Automatically decompress gzip'ed streams
|
|
|
|
+ Updated translations.
|
|
|
|
- Add xz BuildRequires because we can't build a package for a
|
|
|
|
xz-compressed tarball without explicitly specifying that... See
|
|
|
|
bnc#697467 for more details.
|
|
|
|
|
2011-11-18 21:17:57 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 17 16:42:06 UTC 2011 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Add pkgconfig(libbluray) BuildRequires. The newly available
|
|
|
|
library eases access to Blu-Ray disks.
|
|
|
|
|
2011-11-15 10:46:41 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 28 07:41:25 UTC 2011 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.11.0:
|
|
|
|
+ volume monitors:
|
|
|
|
- Keep remote volume monitor proxies alive forever
|
|
|
|
- Support get_sort_key() in out-of-process volume monitors and
|
|
|
|
gvfs-mount(1)
|
|
|
|
+ daemon: Grab a pointer to the GvfsBackend before unref'ing a
|
|
|
|
job source, preventing a crash
|
|
|
|
+ build: Purge hardcoded -DG_DISABLE_DEPRECATED
|
|
|
|
+ Adapt to GLib 2.31.0 deprecations and new API
|
|
|
|
+ Updated translations.
|
2011-11-15 10:48:26 +01:00
|
|
|
- Update gvfs-nvvfs.patch: only glib.h can be included directly.
|
2011-11-15 10:46:41 +01:00
|
|
|
|
2011-10-17 23:12:55 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 17 20:25:38 CEST 2011 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.10.1:
|
|
|
|
+ daemon: Fix a crash on unmount, unref'ing a job source
|
|
|
|
+ Updated translations.
|
|
|
|
|
2011-10-15 08:14:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 15 04:47:08 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- add libtool as buildrequire to make the spec file more reliable
|
|
|
|
|
2011-09-27 13:19:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 26 14:39:21 UTC 2011 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.10.0:
|
|
|
|
+ gdu volume monitor: Mark bootable mounts as such
|
|
|
|
+ smb: Ignore read-only attribute for directories
|
|
|
|
+ Updated translations.
|
|
|
|
|
2011-09-06 21:54:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 5 18:38:39 UTC 2011 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.9.5:
|
|
|
|
+ dav: Fix small memory leak
|
|
|
|
+ gdu: Don't ignore fstab mounts belonging to crypto volumes
|
|
|
|
+ smb: Always check for existing file on rename
|
|
|
|
+ Updated translations.
|
|
|
|
|
2011-09-02 02:10:13 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 31 16:25:58 CEST 2011 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.9.4:
|
|
|
|
+ Brand new AFP backend
|
|
|
|
+ Fixed several leaks of GSimpleAsyncResult objects
|
|
|
|
+ Added simple gvfs-mime test application
|
|
|
|
+ daemon: Ignore SIGPIPE signals to avoid process termination on
|
|
|
|
cancelled transfer
|
|
|
|
+ computer: Use 'drive-harddisk-system' as File System icon
|
|
|
|
+ ftp: Fix return value of try_get_settable_attributes() on
|
|
|
|
failure
|
|
|
|
+ gvfs-open: Exit with error code > 0 when open fails
|
|
|
|
+ String tweaks
|
|
|
|
+ Updated translations.
|
|
|
|
- Add libgcrypt-devel BuildRequires: new dependency for the AFP
|
|
|
|
backend.
|
|
|
|
- Rebase gvfs-nvvfs.patch.
|
|
|
|
|
2011-08-17 23:09:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 15 19:37:07 CEST 2011 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.9.3:
|
|
|
|
+ gvfs-copy: Do not use deprecated g_format_size_for_display()
|
|
|
|
+ fuse: Bring back real statfs()
|
|
|
|
+ Fixed several obvious programming errors found during code
|
|
|
|
analysis
|
|
|
|
+ Updated translations.
|
|
|
|
- Drop gvfs-g_format_size.patch: fixed upstream.
|
|
|
|
|
2011-07-29 08:54:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 28 09:03:07 CEST 2011 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.9.2:
|
|
|
|
+ ftp: Fix stupid proxy servers disconnecting on FEAT
|
|
|
|
+ gdu: Respect UDISKS_AUTOMOUNT_HINT available in recent udisks
|
|
|
|
and gnome-disk-utility
|
|
|
|
+ build: Lower AC_PREREQ requirement
|
|
|
|
+ Updated translations.
|
|
|
|
- Add gvfs-g_format_size.patch: do not use deprecated API to fix
|
|
|
|
build.
|
|
|
|
|
2011-07-01 12:34:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 1 11:10:33 CEST 2011 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Drop gvfs-dice-backend.patch: the dice features are not getting
|
|
|
|
maintained by anyone, and we do not want to support them in that
|
|
|
|
case.
|
|
|
|
|
2011-06-16 15:32:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 14 14:20:38 CEST 2011 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.9.1:
|
|
|
|
+ client:
|
|
|
|
- Handle error events when polling _g_vfs_daemon_call_sync ()
|
|
|
|
- Don't leak the GCancellable's fd in case of an g_poll error
|
|
|
|
+ daemon:
|
|
|
|
- New logic to the backend to block requests
|
|
|
|
- Add logic to force close active channels
|
|
|
|
- Implement auto-busy on unmount
|
|
|
|
+ daemonfile: Re-root the path in set_display_name ()
|
2011-06-16 15:33:53 +02:00
|
|
|
+ afc: Better error messages
|
2011-06-16 15:32:11 +02:00
|
|
|
+ dav:
|
|
|
|
- Correctly encode URLs
|
|
|
|
- Unescape the path when setting the mount_prefix of the
|
|
|
|
GMountSpec
|
|
|
|
- Include username and/or port in the backend's display-name
|
|
|
|
- Decode the paths of the multistatus response before comparing
|
|
|
|
them
|
|
|
|
- Check for empty but present displayname dav-property
|
|
|
|
- Implement query_fs_info and report used and free space
|
|
|
|
- Use default unmount logic
|
|
|
|
+ gphoto2: Use new default auto-busy code
|
2011-06-16 15:33:53 +02:00
|
|
|
+ http:
|
|
|
|
- Add http_backend_get_mount_base ()
|
|
|
|
- Get rid of unnecessary calls to uri_for_filename ()
|
2011-06-16 15:32:11 +02:00
|
|
|
+ build: Change default tarball compression format to xz
|
|
|
|
+ Updated translations.
|
|
|
|
|
2011-06-06 12:53:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 6 10:05:48 UTC 2011 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Use 0%%{suse_version} instead of %%{suse_version} only to make
|
|
|
|
sure we have a value, even when suse_version is not defined.
|
|
|
|
|
2011-05-26 23:03:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 18 03:40:29 CEST 2011 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.9.0:
|
|
|
|
+ afc:
|
|
|
|
- Fix renaming files moving them to the root dir
|
|
|
|
- Use a better display name for jailbroken device access
|
|
|
|
+ common: Use libbluray to get Blu-Ray metadata
|
|
|
|
+ daemon:
|
|
|
|
- Fix threadsafety of closing channels
|
|
|
|
- Don't leak dbus messages
|
2011-05-26 23:07:01 +02:00
|
|
|
+ fuse:
|
|
|
|
- Make created files visible immediately on WebDAV
|
|
|
|
- Pretend created file exists even if backend didn't create it
|
2011-05-26 23:03:20 +02:00
|
|
|
+ gdu volume monitor:
|
|
|
|
- Fix setting the BDMV name
|
|
|
|
- Fix check for symlinks in /dev
|
|
|
|
- Automount flash card readers
|
|
|
|
+ gphoto2:
|
|
|
|
- Recognize cameras which don't implement get storageinfo
|
|
|
|
+ dav:
|
|
|
|
- Fix copying of remote folders to disk
|
|
|
|
- Correctly handle usernames supplied in the url
|
|
|
|
+ http/dav: Send Accept-Language header
|
|
|
|
+ http: Use Content-Disposition filename if available
|
|
|
|
+ Updated translations.
|
|
|
|
- Drop gvfs-dav-recursive-directory-ops.patch: fixed upstream.
|
|
|
|
|
2011-04-27 15:47:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 26 15:16:06 UTC 2011 - fcrozat@novell.com
|
|
|
|
|
|
|
|
- Update to version 1.8.1:
|
|
|
|
+ Fix threadsafety of closing channels.
|
|
|
|
+ Don't leak dbus messages.
|
2011-04-27 15:49:15 +02:00
|
|
|
+ gdu:
|
|
|
|
- Fix setting the BDMV name.
|
|
|
|
- Fix check for symlinks in /dev, was reversed.
|
2011-04-27 15:47:48 +02:00
|
|
|
+ Updated translations.
|
2011-04-27 15:49:15 +02:00
|
|
|
- Version libimobiledevice-devel BuildRequires with >= 1.1.0, to
|
|
|
|
make sure we don't even try to build if we don't have the right
|
|
|
|
version. New libimobiledevice will reach Factory soon.
|
2011-04-27 15:47:48 +02:00
|
|
|
|
2011-04-21 17:25:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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!
|
|
|
|
+ client: Fix wrong assignment before dbus_connection_unref()
|
2011-04-21 17:26:39 +02:00
|
|
|
+ archive:
|
|
|
|
- Prevent assertion failure on duplicate mount
|
|
|
|
- Skip leading "./" from pathnames if present
|
|
|
|
- Propagate entry index as inode no. for files
|
2011-04-21 17:25:25 +02:00
|
|
|
+ smb: Add support for default location
|
2011-04-21 17:26:39 +02:00
|
|
|
+ Build fixes.
|
2011-04-21 17:25:25 +02:00
|
|
|
+ Updated translations.
|
2011-04-21 17:26:39 +02:00
|
|
|
- Rebase gvfs-dav-recursive-directory-ops.patch.
|
2011-04-21 17:25:25 +02:00
|
|
|
|
2011-03-14 21:50:51 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 10 11:09:26 CET 2011 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Move gvfsd-metadata daemon to the main gvfs package, and ship
|
|
|
|
dbus .service files with their appropriate daemons, to avoid
|
|
|
|
declaring a dbus service if the binary is not installed.
|
|
|
|
|
2011-04-21 17:25:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2011-01-14 10:25:09 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2011-04-21 17:25:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2010-12-06 16:11:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 6 16:10:56 CET 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Change license of gvfs-backends from LGPLv2.0+ to "LGPLv2.0+ ;
|
|
|
|
GPLv3": gvfsd-trash has some GPLv3-only code. Fix bnc#653023.
|
|
|
|
|
2010-11-19 10:35:16 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 19 10:07:00 CET 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Add gvfs-glib-2.27.patch: only build the app lookup extension for
|
|
|
|
glib <= 2.27.1, else the build fails.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 15 11:35:14 CET 2010 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.6.6:
|
|
|
|
+ Revert removal of app lookup extension for stable Gnome 2.32
|
|
|
|
line
|
|
|
|
+ sftp: Close pty master in child process to prevent selinux
|
|
|
|
denials
|
|
|
|
+ fuse: Add O_TRUNC support for open() to prevent data loss.
|
|
|
|
|
2010-11-08 19:40:33 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 5 19:05:35 CET 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.6.5:
|
|
|
|
+ Remove app lookup extension (now handled internally in GIO)
|
|
|
|
+ gphoto: Use correct address for GPhoto mounts with gudev
|
|
|
|
+ sftp: Fix poll() timeout
|
|
|
|
- Drop gvfs-429959-handle-blank-schemas.patch: this was removed
|
|
|
|
since schemas are now handled in GIO directly.
|
|
|
|
|
2010-10-12 12:40:20 +02:00
|
|
|
-------------------------------------------------------------------
|
2010-10-15 16:54:32 +02:00
|
|
|
Mon Oct 11 21:32:43 CEST 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Add missing Requires for glib2-tools to gvfs in baselibs.conf.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 29 02:14:23 UTC 2010 - aj@suse.de
|
|
|
|
|
|
|
|
- Change lang package Requires to Recommends since it is not
|
|
|
|
mandatory at runtime.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 27 18:32:59 CEST 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.6.4:
|
|
|
|
+ daemons: Move GConf initialization from backend constructor
|
|
|
|
+ afc: Add support for photo thumbnails on iOS4
|
|
|
|
+ sftp: Use poll() to cope with openssh-5.6 changes
|
|
|
|
+ Updated translations.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2010-09-22 10:57:43 +02:00
|
|
|
Wed Sep 22 07:37:09 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- fix baselibs.conf
|
|
|
|
|
2010-07-23 14:34:46 +02:00
|
|
|
-------------------------------------------------------------------
|
2010-08-10 00:37:49 +02:00
|
|
|
Fri Jul 23 12:45:38 CEST 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.6.3:
|
|
|
|
+ fix the build against recent glib
|
|
|
|
+ afc: remove com.apple.afc dependency
|
|
|
|
+ afc: add password dialog
|
|
|
|
+ ftp: fix undeclared variable
|
|
|
|
+ ssh: improve password dialog
|
|
|
|
+ Updated translations.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 22 16:31:25 CEST 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Use %glib2_gio_module_* macros that have been added to glib2,
|
|
|
|
to make sure we always execute the right commands.
|
|
|
|
- Add baselibs.conf.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 21 12:48:22 CEST 2010 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.6.2:
|
|
|
|
+ bgo#619537: conflicts with GIO / recent glib
|
|
|
|
+ Updated translations.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2010-07-21 15:29:23 +02:00
|
|
|
Thu May 27 14:28:11 UTC 2010 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- fate#308282: BuildRequire libimobiledevice-devel to enable afc
|
|
|
|
support of gvfs. Split out in gvfs-backend-afc package, which is
|
|
|
|
recommended by gvfs-backends.
|
|
|
|
|
2010-05-14 00:49:46 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 3 22:13:55 CEST 2010 - captain.magnus@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.6.1:
|
|
|
|
+ client: Always return ERROR_CANCELLED for cancelled operations
|
|
|
|
+ afc: Don't handle jailbroken phones
|
|
|
|
+ afc: Detect ipad with right name and icon
|
|
|
|
+ ftp: Better handling of some PWD results
|
|
|
|
+ gdu: Support eject of blank cdroms
|
|
|
|
+ client: Don't loop on problematic dbus input
|
|
|
|
+ Translation updates
|
|
|
|
|
2010-03-29 13:24:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 29 11:57:09 CEST 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.6.0:
|
|
|
|
+ afc: Allow copy of folders
|
|
|
|
+ gphoto2: Don't access things accessible via afc too
|
|
|
|
+ Updated translations.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 8 17:28:55 CET 2010 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.5.5:
|
|
|
|
+ Fix with-dbus-service-dir configure switch
|
|
|
|
+ ftp: Cleanup (close the data connection unconditionally)
|
|
|
|
+ archive: Use archive_errno() the correct way
|
|
|
|
+ Correct return values on error for programs
|
|
|
|
+ Translation updates.
|
|
|
|
- Rebase gvfs-dice-backend.patch.
|
|
|
|
|
2010-02-14 18:47:13 +01:00
|
|
|
-------------------------------------------------------------------
|
2010-02-28 09:17:57 +01:00
|
|
|
Wed Feb 24 12:15:22 CET 2010 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.5.4:
|
|
|
|
+ gphoto2: Better support for devices that are read-only + delete
|
|
|
|
+ gdu: Various fixes and preparation for LVM
|
|
|
|
+ ftp: fix asserts
|
|
|
|
+ sftp: remember to save password if username changed
|
|
|
|
+ gio module: don't call g_file_find_enclosing_mount_async
|
|
|
|
callback directly
|
|
|
|
+ gvfs-monitor: Track moves if availible
|
|
|
|
+ Translation updates
|
|
|
|
- Rebase gvfs-dice-backend.patch, gvfs-nds.patch and
|
|
|
|
gvfs-429959-handle-blank-schemas.patch
|
|
|
|
- Drop gvfs-no-querymodule-on-install.patch, upstream included.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2010-02-14 18:47:13 +01:00
|
|
|
Sun Feb 14 18:39:40 CET 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Add gvfs-no-querymodule-on-install.patch to fix build.
|
|
|
|
|
2010-02-14 18:37:13 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 12 14:17:13 CET 2010 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.5.3:
|
|
|
|
+ afc: Update for libimobiledevice (rename of libiphone)
|
|
|
|
+ ftp: Handle cases where symlink target is not defined
|
|
|
|
+ ftp: Prefer PASV/PORT to EPSV/EPRT for IPv4, the latter for
|
|
|
|
IPv6
|
|
|
|
+ Translation updates.
|
|
|
|
|
2010-02-11 19:44:12 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 28 12:13:09 CET 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Remove en@shaw translation on openSUSE 11.2 and earlier.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 25 14:19:37 CET 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.5.2:
|
|
|
|
+ Support new "default location" gio mount attribute
|
|
|
|
+ Enable support for lazy loading of gio modules
|
|
|
|
+ Don't build hal if building gdu
|
|
|
|
+ daemon: Finalize backend on unmount
|
|
|
|
+ metadata: stability and leak fixes
|
|
|
|
+ metadata: fix data loss on i/o error
|
|
|
|
+ fuse: Don't support readlink
|
|
|
|
+ fuse: Allow setting mtime
|
|
|
|
+ fuse: Fix permissions
|
|
|
|
+ smb: Fix free space reporting on some servers
|
|
|
|
+ gdu: handle mounts better
|
|
|
|
+ trash: Fix crash/assert
|
|
|
|
- Use libexecdir instead of libdir. Fix bnc#545011.
|
|
|
|
- Remove hal-devel BuildRequires.
|
|
|
|
- Use gio-querymodules to update information about gio modules:
|
|
|
|
+ add post/postun scriptlets
|
|
|
|
+ add Requires(post)/Requires(postun) on glib2 to make sure we
|
|
|
|
have gio-querymodules installed for the scriptlets
|
|
|
|
|
2009-12-29 19:03:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 23 10:31:35 CET 2009 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Change gnome-keyring-devel BuildRequires to
|
|
|
|
libgnome-keyring-devel, following the module split upstream.
|
|
|
|
|
2009-12-24 16:29:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 2 14:23:58 CET 2009 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.5.1:
|
|
|
|
+ FreeBSD support for the gphoto2 backend
|
|
|
|
+ Don't show ssh dns-sd items in dns-sd:, only sftp ones
|
|
|
|
+ New AFC backend, providing access to Apple's iPhone, and iPod
|
|
|
|
Touch devices
|
|
|
|
+ Don't silently overwrite when restoring from trash
|
|
|
|
+ Don't subscribe to unnecessary HAL D-Bus events
|
|
|
|
+ Avoid error dialogs when the user canceled
|
|
|
|
+ Don't confuse media players for cameras
|
|
|
|
+ Support for loading icon and title on Blu-ray video discs
|
|
|
|
+ gdu:
|
|
|
|
- Consider logical partitions when determining if a drive
|
|
|
|
should be ignored
|
|
|
|
- Separated "Safely Remove Drive" from "Eject"
|
|
|
|
- Disallow mounting/ejecting empty drives
|
|
|
|
- Handle NULL device objects
|
|
|
|
+ obexftp:
|
|
|
|
- Fix a crash in the backend
|
|
|
|
- Delete source file after move (remove_source switch)
|
|
|
|
+ http:
|
|
|
|
- Support querying input streams
|
|
|
|
- Store and use cookies
|
|
|
|
+ smb:
|
|
|
|
- Support querying filesystem size and free space
|
|
|
|
+ ftp:
|
|
|
|
- Fixed parsing of CMU/VMS-IP FTP style listing
|
|
|
|
+ Bugs fixed: bgo#595981, bgo#596867, bgo#517014, bgo#593045,
|
|
|
|
bgo#594928, bgo#586724, bgo#586729, bgo#597104, bgo#580825
|
|
|
|
+ Translation updates
|
|
|
|
- Rebase gvfs-dice-backend.patch and gvfs-nvvfs.patch.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 14 16:48:41 CET 2009 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.4.1:
|
|
|
|
+ FreeBSD support for the gphoto2 backend
|
|
|
|
+ Don't silently overwrite when restoring from trash
|
|
|
|
+ Avoid error dialogs when the user canceled
|
|
|
|
+ Fix a crash in the obexftp backend
|
|
|
|
+ Don't confuse media players for cameras
|
|
|
|
+ Translation updates
|
|
|
|
|
2009-10-06 00:03:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 30 10:34:06 CEST 2009 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.4.0:
|
|
|
|
+ metadata: fix leaks
|
|
|
|
+ fix some uninitialized memory reads
|
|
|
|
+ Always return metadata:: as a writable namespace for all
|
|
|
|
backends
|
|
|
|
+ Translation updates
|
|
|
|
|
2009-09-22 23:16:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 9 03:52:19 CEST 2009 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.3.6:
|
|
|
|
+ ftp: robustness fixes
|
|
|
|
+ gdu: Avoid unnecessary authentication dialogs
|
|
|
|
+ Translation updates.
|
|
|
|
- Do not package gvfs-fuse-daemon twice.
|
|
|
|
|
2009-09-04 01:24:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 25 13:27:08 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 1.3.5:
|
|
|
|
+ Properly translate gvfs-* programs
|
|
|
|
+ Implement support for g_cancellable_release_fd
|
|
|
|
+ sftp: Handle existing file on mkdir
|
|
|
|
+ smb: Better performance when reading files
|
|
|
|
+ ftp: Fix memory leaks
|
|
|
|
+ Make dav mounts work be accessible with fuse (bgo#590730,
|
|
|
|
bgo#590862)
|
|
|
|
+ metadata: Fix memory leaks in daemon
|
|
|
|
+ metadata: Fix rare write error on journal wrapover
|
|
|
|
+ gphoto: Handle removal of camera with multiple storage heads
|
|
|
|
+ hal: Fix crash for volumes with no HAL UDI
|
|
|
|
- Reorder preamble.
|
|
|
|
|
2009-08-17 14:35:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 10 21:28:38 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 1.3.4:
|
|
|
|
+ ftp: Make large FTP transfers work
|
|
|
|
+ gphoto: use udev instead of hal
|
|
|
|
+ Fix build on FreeBSD
|
|
|
|
+ Bugs fixed: bgo#588187, bgo#589915, bgo#573994, bgo#590793,
|
|
|
|
bgo#576229, bgo#589434
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 06 17:07:56 CEST 2009 - opensuse@sukimashita.com
|
|
|
|
|
|
|
|
- Make gvfs 1.3.3 still build for openSUSE 11.1 by making the
|
|
|
|
libgdu-devel and libgudev-1_0-devel BuildRequires occur only for
|
|
|
|
11.2.
|
|
|
|
|
2009-08-06 22:00:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 29 23:21:33 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 1.3.3:
|
|
|
|
+ Call dbus_threads_init_default before doing any other dbus
|
|
|
|
calls.
|
|
|
|
+ Always build gvfsd-ftp.
|
|
|
|
+ When a p2p connection is closed, cancel all pending jobs.
|
|
|
|
+ Improve debut output.
|
|
|
|
+ Code cleanup.
|
|
|
|
+ Updated translations.
|
|
|
|
- Uncomment the libgdu-devel BuildRequires now that we have a
|
|
|
|
recent enough version.
|
|
|
|
- Respin gvfs-dice-backend.patch.
|
|
|
|
|
2009-07-31 19:53:45 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 20 14:49:24 CEST 2009 - dominique-obs@leuenberger.net
|
|
|
|
|
|
|
|
- Update to version 1.3.2:
|
|
|
|
+ metadata-store: initial implementation
|
|
|
|
+ gvfs-ls: add a -n option to gvfs-ls for nofollow-symlinks
|
|
|
|
+ gvfsd-computer: better handling of PC floppy drives
|
|
|
|
+ ftp: EPTR support
|
|
|
|
+ cdda: Support gudev (and prefer it instead of hal)
|
|
|
|
+ Add support user interaction when unmounting mounts
|
|
|
|
(gdu, gphoto2)
|
|
|
|
+ Add support starting/stopping drives (gdu monitor)
|
|
|
|
+ Fix 'make distcheck'
|
|
|
|
+ Bugs fixed: bgo#582175, bgo#516704, bgo#586280, vgo#585853,
|
|
|
|
bgo#582772, bgo#585591, bgo#587484
|
|
|
|
- New backend gvfsd-metadata
|
|
|
|
- New dependency to libgudev-1_0-devel
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 15 23:33:22 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 1.3.1:
|
|
|
|
+ Add Gnome Disk utility based volume monitor
|
|
|
|
+ Emit pre-unmount signal on GMounts
|
|
|
|
+ Use new race-free cancellation connect APIs
|
|
|
|
+ fix crash with newer glib
|
|
|
|
+ avoid sending progress info if not needed
|
|
|
|
+ ftp: Convert to use gio network APIs
|
|
|
|
+ ftp: Restructure code significantly
|
|
|
|
+ ftp: Fix logging in to a FTP server only works for the 2nd
|
|
|
|
attempt
|
|
|
|
+ ftp: Handle files > 4 gig
|
|
|
|
+ gphoto: Fix support for Canon EOS 5D
|
|
|
|
+ sftp: Pick up SSH_AUTH_SOCK from gnome-keyring
|
|
|
|
+ sftp: Don't trust remote permissions for uids other than user
|
|
|
|
+ cdda: verify filenames before using
|
|
|
|
+ gvfs-copy: Show speed when copying
|
|
|
|
|
2009-05-21 00:53:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 19 05:15:35 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 1.2.3:
|
|
|
|
+ Pick up SSH_AUTH_SOCK from gnome-keyring
|
|
|
|
+ sftp: Don't trust remote permissions for uids other than user
|
|
|
|
+ ftp: Fix logging in to a FTP server only works for the 2nd
|
|
|
|
attempt
|
|
|
|
+ ftp: Handle files > 4 gig
|
|
|
|
+ fix crash with newer glib
|
|
|
|
- Drop gvfs-no-shebang.patch: fixed upstream.
|
|
|
|
- Remove useless part of gvfs-dice-backend.patch.
|
|
|
|
|
2009-04-24 00:29:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 14 15:16:19 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 1.2.2:
|
|
|
|
+ ftp: Fix error handling in some cases
|
|
|
|
+ proxy monitor: Fix warning spew
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 7 17:28:15 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 1.2.1:
|
|
|
|
+ Fix duplicate CD audio icons after remount
|
|
|
|
+ Fix problems mounting encrypted volumes
|
|
|
|
+ Handle usernames with @ in them better in uris
|
|
|
|
+ trash: handle weird filenames correctly
|
|
|
|
+ sftp: Fix various error conditions
|
|
|
|
+ volume monitors: emit pre-unmount signals
|
|
|
|
+ smb: Fix various error conditions
|
|
|
|
+ fuse: Make sure closing a file flushed the file on the backend
|
|
|
|
|
2009-04-07 12:56:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 3 20:34:29 IST 2009 - msuman@suse.de
|
|
|
|
|
|
|
|
- Re-based gvfs-nds.patch to make it compile with gvfs-1.2.0
|
|
|
|
- Patched gvfs-nvvfs.patch and gvfs-nds.patch with fixes from
|
|
|
|
SLE11
|
|
|
|
|
2009-03-11 18:43:48 +01:00
|
|
|
-------------------------------------------------------------------
|
2009-03-27 00:06:04 +01:00
|
|
|
Mon Mar 16 14:33:57 CET 2009 - mboman@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.2.0:
|
|
|
|
+ sftp: Don't hang if ssh no authentication method availible
|
|
|
|
+ Don't leak file monitors
|
|
|
|
+ computer: don't show shadowed mounts
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2009-03-11 18:43:48 +01:00
|
|
|
Tue Mar 10 21:10:10 CET 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 1.1.8:
|
|
|
|
+ Fix crashers and leaks
|
|
|
|
+ Handle file:// uris with anchors in gvfs-open
|
|
|
|
+ fuse: Support ftruncate to the current file size
|
|
|
|
+ escape/unescape hostname part in uris, allowing spaces in e.g.
|
|
|
|
smb domains
|
|
|
|
+ hal: Fix "No mount object" error on mount
|
|
|
|
+ Change details of the new .xdg-volume-info file format
|
|
|
|
+ Fix races in cancellation of gvfs streams
|
|
|
|
+ Remove debug spew from backends
|
|
|
|
+ ftp: Fix anonymous login
|
|
|
|
+ gphoto2: Ignore broken storages with no capacity
|
|
|
|
+ Don't globally modify COMP_WORDBREAKS in bash completion script
|
|
|
|
+ Don't ask for username when getting ssh key passphrase
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 6 02:48:39 CET 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 1.1.7:
|
|
|
|
+ Fix build on some platforms
|
|
|
|
+ ftp: Fix short read errors
|
|
|
|
+ gphoto2: Make it work on iphone
|
|
|
|
+ sftp: Fix symlink creation
|
|
|
|
+ fuse: Better support of truncation, fixing OOo save
|
|
|
|
+ proxy monitors: Support mount operations, etc
|
|
|
|
+ gvfs-mount: add --device commandline support
|
|
|
|
+ sftp: Fix protocol bug that made some servers not work
|
|
|
|
+ general support for query_info over streams, implemented for
|
|
|
|
smb, sftp
|
|
|
|
+ Initial support for .xdg-volume-info reading
|
|
|
|
- Remove -fno-strict-aliasing from CFLAGS.
|
|
|
|
- Remove AutoReqProv: it's default now.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 16 17:49:47 CET 2009 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Added support for translation-update-upstream (FATE#301344).
|
|
|
|
|
2009-02-07 01:53:10 +01:00
|
|
|
-------------------------------------------------------------------
|
2009-02-17 18:20:08 +01:00
|
|
|
Mon Feb 16 16:35:01 CET 2009 - mboman@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.1.6:
|
|
|
|
+ Fix crashes
|
|
|
|
+ trash: Better messages
|
|
|
|
+ Clean up glib and gtk includes
|
|
|
|
+ archive: Build with later versions of libarchive
|
|
|
|
+ dav: Fix folder creation
|
|
|
|
+ dav: Fix redirection when user is specified in url
|
|
|
|
+ http: fix error propagation
|
|
|
|
+ sftp: Try to preserve ownership when replacing a file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2009-02-07 01:53:10 +01:00
|
|
|
Tue Feb 3 08:24:38 EST 2009 - mboman@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.1.5:
|
|
|
|
+ network: Pick up SMB shares from zeroconf
|
|
|
|
+ obexftp: Write support for
|
|
|
|
+ obexftp: Support obexftp over usb
|
|
|
|
+ trash: Don't follow symlinks on delete
|
|
|
|
+ fix crashes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 1 19:47:13 EST 2009 - mboman@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.1.4:
|
|
|
|
+ Trash performance fixes
|
|
|
|
+ Fuse performance fixes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 29 12:59:36 CET 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Disable gvfs-nds.patch for now, since it needs to be reworked to
|
|
|
|
actually compile.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 23 10:19:55 CET 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Merge packages from GNOME:Factory:Next and openSUSE:Factory.
|
|
|
|
- Rename gvfs-novell-nautilus-plugin-filesystem.patch to
|
|
|
|
gvfs-nvvfs.patch
|
|
|
|
- Integrate gvfs-nds-no-vfs-init.patch in gvfsd-nds.patch, and
|
|
|
|
rename gvfsd-nds.patch to gvfs-nds.patch
|
|
|
|
|
2009-01-19 02:22:12 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 16 20:09:06 CET 2009 - ksamrat@novell.com
|
|
|
|
|
|
|
|
- gvfs-nds-no-vfs-init.patch - Avoid issues with vfs initialization
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 15 07:55:22 CET 2009 - ksamrat@novell.com
|
|
|
|
|
|
|
|
- gvfsd-nds.patch
|
|
|
|
- gvfs-novell-nautilus-plugin-filesystem.patch
|
|
|
|
- Provide the Nautilus backend for NDS and Novell File system browsing
|
|
|
|
- Solves bugs bnc#420155 , bnc#449396
|
|
|
|
|
2009-02-07 01:53:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 09 01:04:01 CET 2009 - mboman@suse.de
|
|
|
|
|
|
|
|
- Remove gvfs-smb-browse-auth.patch. Fixed upstream
|
|
|
|
|
2009-01-09 01:30:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 8 01:04:01 CET 2009 - hpj@novell.com
|
|
|
|
|
|
|
|
- Added gvfs-429959-handle-blank-schemas.patch (bnc#429959).
|
|
|
|
|
2009-02-07 01:53:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 7 11:57:20 EST 2009 - mboman@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.1.3:
|
|
|
|
+ ftp: fix limited number of connections causes commands to fail
|
|
|
|
(bgo#565504)
|
|
|
|
+ trash: fix parallel build doesn't work (bgo#562955)
|
|
|
|
+ trash: add trash::orig-path and trash::deletion-date info
|
|
|
|
+ trash: set files to mode 700 before deleting to deal with users
|
|
|
|
trashing read-only directories
|
|
|
|
+ smb-browse: browsing authentication support (bgo#524485)
|
|
|
|
+ smb-browse: make backend not automounted anymore
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 20 11:14:02 EST 2008 - mboman@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.1.2:
|
|
|
|
+ New trash backend
|
|
|
|
+ Use the new shadow mount facility in gio
|
|
|
|
+ gphoto2: Use shadow mounts
|
|
|
|
+ obex: Fix icon for root directory
|
|
|
|
+ http: Fix major memory leak
|
|
|
|
+ http: Support proxies
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 14 19:04:33 EST 2008 - mboman@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.1.1:
|
|
|
|
+ Reverse map FUSE pathnames to gvfs locations
|
|
|
|
+ Fix crashes
|
|
|
|
+ Show better icon info in gvfs-info
|
|
|
|
+ Support custom icons for gvfs backends
|
|
|
|
+ dav: support uris (dav+sd://) which specify dns-sd services instead of
|
|
|
|
resolved ip+port
|
|
|
|
+ ftp: Fix time parsing
|
|
|
|
+ ftp: Show username in auth dialog if specified in uri
|
|
|
|
+ ftp: Support UTF8 server feature
|
|
|
|
+ ftp: Use LIST -a instead of LIST on unix servers
|
|
|
|
+ fuse: Fix major race in that caused crashes
|
|
|
|
+ fuse: Set st_blocks so that e.g. the "du" command works
|
|
|
|
+ gphoto: use custom icons for faster thumbnails
|
|
|
|
+ obexftp: Port to bluez 4 API
|
|
|
|
+ sftp: If name specified in mount, use in name too so that fuse paths
|
|
|
|
are unique
|
|
|
|
+ sftp: Support /etc/favicon.png
|
|
|
|
+ smb: Don't ask for password twice if cancelled
|
|
|
|
+ smb: support setting timestamp
|
|
|
|
- Remove gvfs-obexftp-updated-apis-3.patch. Fixed upstream
|
|
|
|
- Add gvfs-enable-deprecated.patch (bgo#564464)
|
|
|
|
|
2009-01-09 01:30:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 4 20:12:13 CST 2008 - hpj@novell.com
|
|
|
|
|
|
|
|
- Added gvfs-smb-browse-auth.patch (bnc#437780).
|
|
|
|
|
2008-11-17 16:59:38 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 11 07:32:52 CST 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Apply gvfs-dice-backend.patch correctly.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 7 19:40:15 EDT 2008 - banderso@novell.com
|
|
|
|
|
|
|
|
- updated gvfs-dice-backend.patch - feature complete for Beta 5
|
|
|
|
|
2008-10-27 16:55:29 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 27 10:40:15 EDT 2008 - jpr@novell.com
|
|
|
|
|
|
|
|
- Use bluez-devel not bluez in the BuildRequires (bnc#436950)
|
|
|
|
- List each backend individually so we know when one breaks
|
|
|
|
- Add gvfs-obexftp-update-apis-3.patch for bluez 4.x
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 21 19:24:32 EST 2008 - mboman@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.0.2:
|
|
|
|
+ Make sure mount-added is always emitted when a mount operation is
|
|
|
|
completed
|
|
|
|
+ Crash fixes
|
|
|
|
+ Set st_blocks to make du and ls -s work
|
|
|
|
+ Stability fix with concurrent close and reads (made amarok2 crash)
|
|
|
|
|
2008-10-06 18:23:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 3 11:26:25 WST 2008 - mboman@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.0.1:
|
|
|
|
+ bgo#547568 - gvfsd-trash crash due to race condition
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 24 00:37:04 CDT 2008 - hpj@suse.de
|
|
|
|
|
|
|
|
- Add gvfs-dice-backend.patch, which implements the Novell
|
|
|
|
IceDesktop backend.
|
|
|
|
|
2008-09-24 16:48:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 22 08:53:34 CDT 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.0.0:
|
|
|
|
+ Bug fixed: bgo#524498.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 17 11:21:30 CEST 2008 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 0.99.8:
|
|
|
|
+ Fix leak of GSimpleAsyncResult
|
|
|
|
+ Fix crash while browsing ssh locations
|
|
|
|
+ Fix --enable/disable-keyring configure switch
|
|
|
|
+ Updated translations.
|
|
|
|
|
2008-09-17 02:17:43 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 17 00:28:45 CEST 2008 - dmueller@suse.de
|
|
|
|
|
|
|
|
- update buildrequires
|
|
|
|
|
2008-09-13 05:46:51 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 10 11:41:52 CDT 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.99.7.1:
|
|
|
|
+ Revert to using powers of 10 instead of powers of 2 for
|
|
|
|
display sizes; this means we will agree with printed sizes for
|
|
|
|
most devices; for example, memory sticks will now correctly
|
|
|
|
report "64MB volume" instead of "61.7MB volume" as previously
|
|
|
|
+ Bugs fixed: bgo#546971 and bgo#550858
|
|
|
|
+ Updated translations.
|
|
|
|
|
2008-09-08 16:38:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 8 16:07:02 CEST 2008 - kukuk@suse.de
|
|
|
|
|
|
|
|
- Make obex-data-server really a recommends as requested initialy
|
|
|
|
in bugzilla.
|
|
|
|
|
2008-09-05 02:39:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 02 01:04:21 CEST 2008 - mboman@novell.com
|
|
|
|
|
|
|
|
- Update to version 0.99.6:
|
|
|
|
+ Better cross-backend copy/move logic.
|
|
|
|
+ Bugs fixed: bgo#548841, bgo#547133, bgo#538573, bgo#549253,
|
|
|
|
bgo#549553, bgo#550100, bgo#529971, rh#460223
|
|
|
|
+ Translation updates
|
|
|
|
|
2008-09-01 02:32:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 1 01:04:21 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- add libexpat-devel to buildrequires so that obex backend
|
|
|
|
is built
|
|
|
|
|
2008-08-28 23:15:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 28 19:15:50 CEST 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.93.5:
|
|
|
|
+ Support und update serialization of GEmblem and GEmblemedIcon
|
|
|
|
+ Add x-content/* support to daemon mounts
|
|
|
|
+ Use standard icon names
|
|
|
|
+ FTP backend now restores file permissions when replacing a
|
|
|
|
file
|
|
|
|
+ Miscellaneous unreported bug fixes
|
|
|
|
+ Bugs fixed: bgo#545695, bgo#545489, bgo#544008, bgo#543552,
|
|
|
|
bgo#528891, bgo#525779, bgo#545968, bgo#545966, bgo#509740,
|
|
|
|
bgo#539167, bgo#528848, bgo#518284, bgo#41852, and bgo#546300
|
|
|
|
+ Updated translations
|
|
|
|
- Drop gvfs-bnc382172-home-trash-monitoring.patch, because it has
|
|
|
|
been upstreamed (see bgo#509740 and bnc#382172).
|
|
|
|
|
2008-08-14 01:32:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 1 14:24:14 CDT 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.99.3:
|
|
|
|
+ Move hal and gphoto volume monitors out of process
|
|
|
|
+ Fix recursive copying
|
|
|
|
+ Make the fuse daemon more reliable
|
|
|
|
+ Many smaller bugfixes
|
|
|
|
+ Updated translations.
|
|
|
|
|
2008-06-23 03:57:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 6 20:12:07 CEST 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Update to versino 0.99.1:
|
|
|
|
+ Fix directory copy/delete problems
|
|
|
|
+ Fuse daemon robustness fixes
|
|
|
|
+ Allow mounting non-standard ISO images
|
|
|
|
+ Better username/domain tests on mount spec
|
|
|
|
+ Require gphoto >= 2.4.0
|
|
|
|
+ Fix strdup()/g_free() confusion
|
|
|
|
+ Use consistent translatable strings for mount and volume
|
|
|
|
+ Plug some memory leaks
|
|
|
|
+ Many smaller bug fixes
|
|
|
|
+ Updated translations
|
|
|
|
- Remove upstreamed patch: gvfs-bnc368628-fuse-robustness.patch.
|
|
|
|
|
2008-05-24 11:27:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 24 03:17:59 CEST 2008 - hpj@suse.de
|
|
|
|
|
|
|
|
- Merge gvfs-bgo531516-fuse-cleanup-when-killed.patch into
|
|
|
|
gvfs-bnc368628-fuse-robustness.patch so as to avoid overlapping
|
|
|
|
patches.
|
|
|
|
- Add upstream fixes to thread locking and file handle life-cycles
|
|
|
|
to gvfs-bnc368628-fuse-robustness.patch. Prevents more crashes.
|
|
|
|
- Depend on libcdio-devel for building, so we get the CDDA backend.
|
|
|
|
|
2008-05-22 00:27:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 22 00:05:26 CEST 2008 - hpj@suse.de
|
|
|
|
|
|
|
|
- Add gvfs-bgo531516-fuse-cleanup-when-killed.patch, which fixes
|
|
|
|
the remaining issues covered by BNC #368628.
|
|
|
|
|
2008-05-16 23:07:45 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 13 07:38:54 CEST 2008 - hpj@suse.de
|
|
|
|
|
|
|
|
- Add gvfs-bnc382172-home-trash-monitoring.patch, which fixes
|
|
|
|
BNC #382172.
|
|
|
|
|
2008-05-08 23:09:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 8 08:10:49 CEST 2008 - hpj@suse.de
|
|
|
|
|
|
|
|
- Add gvfs-bnc368628-fuse-robustness.patch, which probably fixes
|
|
|
|
BNC #368628.
|
|
|
|
|
2008-04-09 21:54:10 +02:00
|
|
|
-------------------------------------------------------------------
|
2008-04-10 11:36:11 +02:00
|
|
|
Wed Apr 9 23:32:06 CEST 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.2.3:
|
|
|
|
+ WebDAV: implement set_display_name
|
|
|
|
+ WebDAV fixes
|
|
|
|
+ Proper fallback icons for encrypted volumes
|
|
|
|
+ Sftp: Fix make_directory calls
|
|
|
|
+ Ftp: various fixes
|
|
|
|
+ Minor bug were fixed and leaks plugged.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-04-09 21:54:10 +02:00
|
|
|
Wed Apr 9 14:01:09 CEST 2008 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Directory ownership of %{_libdir}/gio/modules moved to glib2,
|
|
|
|
where it logically belongs.
|
|
|
|
|
2008-04-03 00:38:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 1 17:56:21 CEST 2008 - rodrigo@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.2.2:
|
|
|
|
* Respect the giomoduledir provided in gio package config file
|
|
|
|
* Better mount icon and name for archive backend
|
|
|
|
* Fix crashes with cancelled stream ops
|
|
|
|
* Fix race that caused a mount to hang for a client
|
|
|
|
* Implement async query_filesystem_info
|
|
|
|
* Fix minor leaks
|
|
|
|
* trash: Correct display names for directories
|
|
|
|
* sftp: Kerberos support
|
|
|
|
* smb: Port to new samba 3.2.0 API (backwards compat)
|
|
|
|
* sftp: Handle overwrites correctly (was silent overwrite)
|
|
|
|
|
2008-03-21 02:56:41 +01:00
|
|
|
-------------------------------------------------------------------
|
2008-03-26 16:13:57 +01:00
|
|
|
Wed Mar 26 02:22:12 CET 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- gvfs now recommends gvfs-backends (bnc#373477).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-03-21 02:56:41 +01:00
|
|
|
Wed Mar 19 18:26:29 CET 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Reduce build requirements
|
|
|
|
- Split out a shared library package, libgnomevfscommon0, and two
|
|
|
|
module subpackages, gvfs-backends and gvfs-fuse.
|
|
|
|
|
2008-03-19 12:32:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 18 19:05:18 CET 2008 - jpr@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.2.1
|
|
|
|
* Added archive backend
|
|
|
|
* Implement most of the async functions in GDaemonFile
|
|
|
|
* Correctly handle usernames in uris for ftp://
|
|
|
|
* Ftp fixes
|
|
|
|
* Webdav fixes
|
|
|
|
* Add gvfs-rename command line utility
|
|
|
|
* Fix cancellation
|
|
|
|
* OpenBSD fixes
|
|
|
|
* smb: hide dot files
|
|
|
|
* Enviroment variable to disable fuse backend at runtime
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 17 14:30:10 CET 2008 - jpr@suse.de
|
|
|
|
|
|
|
|
- Add recommends for obex-data-server (bnc #368776)
|
|
|
|
|
2008-03-14 17:45:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 14 02:59:50 CET 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.2.0.1:
|
|
|
|
+ Fix crashes
|
|
|
|
+ Build and portability fixes
|
|
|
|
+ Better mime icons for remote shares
|
|
|
|
+ Don't show mounts and volumes outside /media
|
|
|
|
+ Don't automount gphoto mounts
|
|
|
|
+ Translate cd disc names
|
|
|
|
+ ftp: Updates
|
|
|
|
+ obex: Give better error message on broken phones
|
|
|
|
+ sftp: Allow setting permissions
|
|
|
|
+ dav: Correct mount name, file icons and file types.
|
|
|
|
|
2008-02-29 23:05:09 +01:00
|
|
|
-------------------------------------------------------------------
|
2008-03-10 02:57:01 +01:00
|
|
|
Wed Mar 5 01:30:36 CET 2008 - jpr@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.1.11
|
|
|
|
* Correctly free mounts
|
|
|
|
* Disable debug log
|
|
|
|
* Fix volume monitor change reporting
|
|
|
|
* Fix timeout during automount
|
|
|
|
- enable obex backend
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 4 20:09:15 CET 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.1.9:
|
|
|
|
+ Added ftp backend
|
|
|
|
+ Added obexftp backend
|
|
|
|
+ Locking fixed for volume monitors
|
|
|
|
+ Better bash completion
|
|
|
|
+ Better webdav support
|
|
|
|
+ Allow backends to specify uri details in .mount file
|
|
|
|
+ Fix leaks and crashes
|
|
|
|
+ Fix icon for audio cds.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2008-02-29 23:05:09 +01:00
|
|
|
Fri Feb 29 18:23:46 CET 2008 - jpr@suse.de
|
|
|
|
|
|
|
|
- Update to 0.1.8
|
|
|
|
* Update for gio API changes
|
|
|
|
* Add gphoto2 backend
|
|
|
|
* Add network: and dns-sd: backend support
|
|
|
|
* Http and webdav backend updates
|
|
|
|
* Keyring support
|
|
|
|
* Fix crashes and deadlocks
|
|
|
|
* Add trash::item-count attribute to trash:///
|
|
|
|
* Fix smb reads > 65535 bytes breaking on some servers
|
|
|
|
* Fix cancellation race in reading
|
|
|
|
* Fill in thumbnail info for backends
|
|
|
|
* sftp: Handle host identity changes
|
|
|
|
* Enable translations everywhere
|
|
|
|
* Add bash completion support for command line apps
|
|
|
|
* Fix handling of blank cds and audio cds
|
|
|
|
* Support port in sftp uris
|
|
|
|
|
2008-02-29 10:20:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 29 02:18:10 CET 2008 - jpr@suse.de
|
|
|
|
|
|
|
|
- Move the gio modules into the main package (#358748)
|
|
|
|
- Enable gconf backend
|
|
|
|
|
2008-02-19 02:26:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 18 18:25:03 CET 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.1.7:
|
|
|
|
+ Update for gio API changes
|
|
|
|
+ Add gconf based implementation of
|
|
|
|
g_app_info_get_default_for_uri_scheme
|
|
|
|
+ Fix crashes
|
|
|
|
+ Allow navigation with http uris
|
|
|
|
+ Better file read performance with readahead and large block
|
|
|
|
reads
|
|
|
|
+ Lots of bugs fixed in trash backend
|
|
|
|
+ Pick up cdrom icons from autorun.inf
|
|
|
|
+ Add "filesystem" file to computer://
|
|
|
|
+ Fix renaming in sftp and smb.
|
|
|
|
|
2008-02-08 18:49:34 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 8 16:19:18 CET 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Recomend fuse (bnc#359928).
|
|
|
|
|
2008-01-30 21:05:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 30 10:01:34 CST 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.1.6:
|
|
|
|
+ Updates to work with more recent glib
|
|
|
|
+ Fix sftp error handling on reading directories
|
|
|
|
+ Use correct file info attribute name style
|
|
|
|
+ Add gvfs-mkdir app
|
|
|
|
+ hal: Don't show drives if all volumes are hidden
|
|
|
|
+ Enable translations
|
|
|
|
+ Plus some files that were missing in 0.1.5.
|
|
|
|
|
2008-01-28 04:35:08 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 22 13:06:03 CST 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Initial package, version 0.1.4.
|
|
|
|
|