Change logs for gvfs source package in Quantal

  • gvfs (1.14.2-0ubuntu0.1) quantal; urgency=low
    
      * New upstream version:
        - client: Don't disable exit_on_close on session bus (lp: #1072508)
      * debian/patches/00git_music-player-mimetype.patch,
        debian/patches/fix-fuse-unmount-crash.patch:
        - dropped, the fixes are in the new version
     -- Sebastien Bacher <email address hidden>   Wed, 20 Feb 2013 17:26:39 +0000
  • gvfs (1.14.0-0ubuntu6) quantal; urgency=low
    
      * debian/tests/gvfs-test{,bed}: Move back to SIGHUPing udevd, "udevadm
        control --reload-rules" does not work under setuid (it checks real, not
        effective uid).
     -- Martin Pitt <email address hidden>   Mon, 08 Oct 2012 22:30:47 +0200
  • gvfs (1.14.0-0ubuntu5) quantal; urgency=low
    
      * debian/tests/gvfs-test: Add test cases for WebDAV:
        unauthenticated/authenticated, for both http and https.
      * debian/tests/control: Add apache2 and apache2-prefork-dev (for apxs2) test
        dependencies.
      * debian/tests/gvfs-testbed: Copy OpenSSL conf to sandbox.
      * debian/tests/gvfs-testbed: Keep $PATH from calling environment for the
        called test script, to ensure availability of /sbin directories.
     -- Martin Pitt <email address hidden>   Mon, 08 Oct 2012 18:02:20 +0200
  • gvfs (1.14.0-0ubuntu4) quantal; urgency=low
    
      * debian/tests/gvfs-testbed: Use "udevadm control --reload-rules" instead of
        signalling udevd.
      * debian/tests/gvfs-test: Add test case for recognizing a media player as
        such.
      * Rename 06_music-player-mimetype.patch to 00git_*, patch got committed
        upstream.
     -- Martin Pitt <email address hidden>   Fri, 05 Oct 2012 13:02:29 +0200
  • gvfs (1.14.0-0ubuntu3) quantal; urgency=low
    
      * 06_music-player-mimetype.patch: Drop old kludge against the now unused
        gdu backend, and replace with a proper and upstreamable patch against the
        udisks2 backend. This brings back media player detection in nautilus and
        other gvfs clients. (LP: #1051951)
     -- Martin Pitt <email address hidden>   Thu, 04 Oct 2012 22:29:06 +0200
  • gvfs (1.14.0-0ubuntu2) quantal; urgency=low
    
      * debian/patches/fix-fuse-unmount-crash.patch:
        - Avoid double free on fuse unmount.  LP: #1053561
     -- Michael Terry <email address hidden>   Mon, 01 Oct 2012 16:32:24 -0400
  • gvfs (1.14.0-0ubuntu1) quantal; urgency=low
    
      * New upstream stable release
     -- Robert Ancell <email address hidden>   Tue, 25 Sep 2012 14:47:00 +1200
  • gvfs (1.13.9-0ubuntu1) quantal; urgency=low
    
      * New upstream release:
        - Some code cleanup
        - Lots of translation updates
        - Bug fixes
        - gmountsource: Always use NULL-terminated arrays (LP: #1033275)
        - Remove final parts of libdbus (LP: #932935)
      * Disable 04_hurd_path_max.patch; not required for Ubuntu and does not apply
        any more.
      * Update 05_shared_libdaemon.patch for new upstream version.
      * Drop check-gdu-pool.patch, applied upstream.
      * Update build_old_libgphoto.patch for new upstream version.
      * debian/gvfs-backends.install: libgvfscommon-dnssd.so, not installed any
        more (it's just an internal library).
      * debian/control.in: Bump glib build dependency as per configure.ac.
      * debian/tests/gvfs-test: Rename Sftp.test_localhost() to test_rsa(), and
        factor out the checks on the gvfs mount.
      * debian/tests: Direct sshd log into a file, and cat it if there are test
        failures.
      * debian/tests/gvfs-test: Add test case for RSA authentication for unknown
        host. This reproduces the crash in LP #1033275.
      * debian/tests/gvfs-test: Relax expected gvfs-mount -li output for working
        with 1.13.9.
     -- Martin Pitt <email address hidden>   Thu, 20 Sep 2012 14:52:13 +0200
  • gvfs (1.13.7-0ubuntu6) quantal; urgency=low
    
      * debian/tests/gvfs-testbed: Use pkill instead of killall, as that's in the
        required procps package.
      * debian/tests/gvfs-testbed: Fix propagation of exit code from the wrapped
        test script, and cat'ing of the Samba log files. This will make
        autopkgtest actually report a failure if tests fail.
      * debian/tests/gvfs-test: Fix the gvfs-ls checks to not depend on the order
        of the listed files.
      * debian/tests/gvfs-test: Properly poll for mock polkit to be started up,
        instead of just waiting for a fixed amount of time.
     -- Martin Pitt <email address hidden>   Fri, 31 Aug 2012 15:41:35 +0200
  • gvfs (1.13.7-0ubuntu5) quantal; urgency=low
    
      * debian/control.in: Promote udisks2 recommends to a dependency.
      * debian/tests/gvfs-testbed: Ensure that the calling user can define Samba
        usershares.
      * debian/tests/gvfs-testbed: Reload udev rules after adding scsi_debug
        workaround rule.
      * debian/tests/gvfs-testbed: Read udisksd path from D-BUS .service file
        instead of hardcoding it, to avoid distro specific paths.
      * debian/tests/gvfs-test: Add test case for mounting a system partition.
     -- Martin Pitt <email address hidden>   Fri, 31 Aug 2012 09:05:35 +0200
  • gvfs (1.13.7-0ubuntu4) quantal; urgency=low
    
      * debian/tests/gvfs-testbed: Error out early if samba is not installed.
      * debian/tests/gvfs-testbed: Create a root shell that the test user can call
        to control scsi_debug and similar.
      * debian/tests/gvfs-testbed: Move from synthetic test user to using the
        actual user that called the tests. This avoids problems with being able to
        access the outside system D-BUS and services on it which check users, and
        generally is more realistic as a system integration test. The sandbox
        still shields the real home directory, samba state etc.
      * debian/tests/gvfs-testbed: Add temporary udev rule to make scsi_debug
        CD-ROM file system detection work in udev. (See LP#1043182)
      * debian/tests/gvfs-testbed: Copy /etc/polkit-1/ into testbed, do not
        clobber /etc/mtab with the tmpfs mounts.
      * Add debian/tests/test_polkitd.py: Mock polkit daemon for easier control of
        allowed/disallowed actions. Taken from udisks2.
      * debian/tests/gvfs-test: Add test for detecting, mounting, and unmounting a
        CD-ROM.
      * debian/tests/gvfs-testbed:
        - Create a local /media/, and restart udisksd in the sandbox so that it
          operates on the sandboxed /media/. Otherwise the system udisksd and the
          sandbox' gvfs disagree on what they see in /media/.
        - Temporarily inhibit gvfs-udisks2-volume-monitor to avoid error popups
          while running the tests in a desktop session.
      * debian/control.in: Add missing udisks2 Recommends: to gvfs-daemons.
      * debian/tests/gvfs-testbed: Run as "set -e", and verify that this script
        gets run from a non-root user.
     -- Martin Pitt <email address hidden>   Thu, 30 Aug 2012 17:34:36 +0200
  • gvfs (1.13.7-0ubuntu3) quantal; urgency=low
    
      * debian/tests/gvfs-testbed: Fix passing of script arguments.
      * debian/tests/gvfs-testbed: Run sandboxed smbd and nmbd, and set up a samba
        test user with known password.
      * debian/tests/control: Add samba dependency.
      * debian/tests/gvfs-test: Add tests for smb:// anonymous and authenticated.
        The latter only works when running under the testbed, as we need a
        predictable password.
      * debian/tests/gvfs-test: Add timeout to waiting for gvfs-mount user prompt,
        to fix a potential infinite loop when the twisted ftpd does not come up
        fast enough.
      * debian/tests/gvfs-testbed: Show samba log files if wrapped program fails.
      * debian/tests/integration: Unset $TMPDIR, as it has too tight permissions
        for running the Samba tests.
     -- Martin Pitt <email address hidden>   Tue, 28 Aug 2012 08:54:30 +0200
  • gvfs (1.13.7-0ubuntu2) quantal; urgency=low
    
      * Add debian/tests/ autopkgtest. Currently covers:
        - archive:// for tar, tar.gz, tar.bz2, zip, .iso for RR/Joliet
        - sftp://
        - ftp:// for anonymous and authenticated user
     -- Martin Pitt <email address hidden>   Mon, 27 Aug 2012 08:16:04 +0200
  • gvfs (1.13.7-0ubuntu1) quantal; urgency=low
    
      * New upstream release
      * debian/control:
        - Build with libsecret-1-dev instead of libgnome-keyring-dev
     -- Robert Ancell <email address hidden>   Fri, 24 Aug 2012 10:43:37 +1200
  • gvfs (1.13.6-0ubuntu1) quantal; urgency=low
    
      * New upstream version:
        - cdda: Fix abort with non-ASCII text (lp: #819304)
      * debian/patches/build_old_libgphoto.patch:
        - revert upstream patch for libgphoto 2.5 support it breaks build
     -- Sebastien Bacher <email address hidden>   Wed, 08 Aug 2012 15:56:06 +0200
  • gvfs (1.13.4-0ubuntu2) quantal; urgency=low
    
      * debian/control.in:
        - gvfs-bin "Pre-Depends: ${misc:Pre-Depends}"
      * debian/gvfs-bin.install:
        - install the bash completion file to the new usr location
      * debian/gvfs-bin.maintscript:
        - clean old conffiles on upgrade (lp: #1022927)
     -- Sebastien Bacher <email address hidden>   Fri, 03 Aug 2012 16:59:08 +0200
  • gvfs (1.13.4-0ubuntu1) quantal; urgency=low
    
      * New upstream release
      * debian/control:
        - Bump build-depends on libudisks2-dev
      * debian/gvfs-fuse.install:
      * debian/gvfs-fuse.lintian-overrides:
        - gvfs-fuse-daemon renamed to gvfsd-fuse
     -- Robert Ancell <email address hidden>   Thu, 02 Aug 2012 10:07:08 +0200
  • gvfs (1.13.3-0ubuntu2) quantal; urgency=low
    
      * debian/control.in: add the gtk build-depends in the correct file
     -- Sebastien Bacher <email address hidden>   Mon, 30 Jul 2012 16:36:55 +0200
  • gvfs (1.13.3-0ubuntu1) quantal; urgency=low
    
      * New upstream release (LP #1025542).
      * debian/patches debian/patches/series
        - removed 00git_compile_error.patch as it's in upstream
        - refreshed patches
      * debian/control
        - bumped libglib2.0-dev dep to 2.33.4
        - added dep on libgtk-3-dev
      * debian/gvfs-common.install
        - added usr/share/man/man1/
      * debian/gvfs-backends
        - added usr/lib/gvfs/gvfsd-recent
        - added usr/share/gvfs/mounts/recent.mount
     -- Brian Curtis <email address hidden>   Fri, 20 Jul 2012 12:29:15 -0400
  • gvfs (1.13.2-0ubuntu1) quantal-proposed; urgency=low
    
      * New upstream release
     -- Robert Ancell <email address hidden>   Thu, 28 Jun 2012 10:42:45 +1200
  • gvfs (1.13.1-0ubuntu1) quantal-proposed; urgency=low
    
      * New upstream release
     -- Robert Ancell <email address hidden>   Wed, 06 Jun 2012 13:48:26 +1200
  • gvfs (1.13.0-0ubuntu3) quantal; urgency=low
    
      * debian/rules:
        - Install udisks2 monitor instead of the gdu one
     -- Robert Ancell <email address hidden>   Mon, 28 May 2012 17:05:27 +1200
  • gvfs (1.13.0-0ubuntu2) quantal; urgency=low
    
      * debian/control:
        - Drop build-depends on libgdu-dev
     -- Robert Ancell <email address hidden>   Thu, 24 May 2012 17:13:50 +1200
  • gvfs (1.13.0-0ubuntu1) quantal; urgency=low
    
      * New upstream release
      * debian/control:
        - Build-depend on libudisks2-dev
      * debian/patches/00git_compile_error.patch:
        - Fix compile error
      * debian/patches/00git_fix_build.patch:
        - Applied upstream
     -- Robert Ancell <email address hidden>   Thu, 24 May 2012 10:22:06 +1200
  • gvfs (1.12.2-1ubuntu2) quantal; urgency=low
    
      * Add 00git_fix_build.patch: Fix building with gcc 4.7.
     -- Martin Pitt <email address hidden>   Sun, 06 May 2012 05:21:46 -0700
  • gvfs (1.12.2-1ubuntu1) quantal; urgency=low
    
      * Merge with Debian unstable. Remaining Ubuntu changes:
        - debian/control.in: Drop libbluray-dev build dependency (not in main).
        - 05_shared_libdaemon.patch: Don't turn libgvfsdaemon into a static
          library. gvfs redefines some dbus-glib functions and having a library
          leads to load the wrong symbols. Fixes obex mount not working.
          (LP #899858)
        - Add 06_music-player-mimetype.patch: Add media player content type if we
          have a multimedia-player icon. (LP #440290)
        - Add check-gdu-pool.patch: If gdu_pool_new() returns NULL, handle it
          gracefully. (LP #832379)
        - Add dont-crash-on-null-job.patch: Don't try to announce the finish of a
          NULL job.  (LP #345754, #838464)
        - Add handle-inactive-vfs.patch: If the VFS never initialized, don't crash
          when creating volume monitors. (LP #832533)
        - Add metadata-dont-flush-null-tree.patch: Don't try to flush a tree that
          doesn't exist. Patch from upstream's Christian Kellner. (LP #405432)
        - Add metadata-nuke-junk-data.patch: If metadata file is bogus, erase it
          and start over.  Related to above bug, to be able to recover from junk
          data in addition to not crashing. Patch from upstream's Christian
          Kellner.
        - Add ref-jobs-in-thread.patch:
        - debian/watch: Check for unstable versions.
      * debian/control.in: Bump Breaks/Replaces in gvfs-backends to the
        corresponding Ubuntu version.
    
    gvfs (1.12.2-1) unstable; urgency=low
    
      * New upstream release.
    
    gvfs (1.12.1-1) unstable; urgency=low
    
      [ Josselin Mouette ]
      * Move gsettings schemas to gvfs-backends, they are only used by smb
        and dns-sd.
      * Add Breaks/Replaces accordingly.
    
      [ Michael Biebl ]
      * New upstream release.
     -- Martin Pitt <email address hidden>   Fri, 04 May 2012 06:44:00 +0200
  • gvfs (1.12.1-0ubuntu1) precise-proposed; urgency=low
    
      * New upstream release:
        - udisks2: Fix some memory leaks (not relevant for Ubuntu)
        - gphoto2: Initialize mutex early enough
        - afc: Fix building against libimobiledevice-1.1.2
        - afp: Prevent redefinition of GVfsAfpServer
        - Translation updates
      * Drop 07_gphoto2_mutex_init.patch, upstream now.
     -- Martin Pitt <email address hidden>   Mon, 16 Apr 2012 22:23:43 +0200