Change logs for gnome-volume-manager source package in Edgy

  • gnome-volume-manager (2.15.0-0ubuntu7) edgy; urgency=low
    
      * debian/patches/95_ubuntu_auto_unmount_notifications.patch: Increase
        timeout to 20 seconds, 10 seconds was considered to short (part of
        LP#64827).
    
     -- Martin Pitt <email address hidden>   Mon,  9 Oct 2006 19:09:47 +0200
  • gnome-volume-manager (2.15.0-0ubuntu6) edgy; urgency=low
    
      * debian/patches/95_ubuntu_auto_unmount_notifications.patch:
        - Remove UDI of ripped out device from mounted_volumes, so that the next
          mount/unmount of it does not cause an unsafe removal warning (because
          there are two entries for it in mounted_volumes).
        - Closes: LP#60137
      * debian/patches/02_pmount_crypt.patch:
        - Call gtk_window_set_skip_taskbar_hint() to have the password input
          dialog appear in the task bar. Closes: LP#47060
        - Check for existing cryptsetup before creating the GksuuiDialog, so that
          we don't accumulate unused dialogs in memory if cryptsetup is not
          installed.
        - Use nonblocking open() with a timeout for opening the passphrase FIFO
          instead of using fopen(); the latter blocks eternally if pmount dies for
          some reason (e. g. the target device is not removable). Closes: LP#46529
    
     -- Martin Pitt <email address hidden>   Wed, 20 Sep 2006 11:54:14 +0200
  • gnome-volume-manager (2.15.0-0ubuntu5) edgy; urgency=low
    
      * Rebuild against dbus 0.90
    
     -- Sebastian Dröge <email address hidden>   Thu, 24 Aug 2006 14:41:33 +0200
  • gnome-volume-manager (2.15.0-0ubuntu4) edgy; urgency=low
    
      * debian/patches/95_ubuntu_auto_unmount_notifications.patch: Refactorize and
        robustify the code and call it on device removal, too, so that it will
        work also with the recent change to using hal's storage backend.
    
     -- Martin Pitt <email address hidden>   Wed,  9 Aug 2006 14:42:45 +0200
  • gnome-volume-manager (2.15.0-0ubuntu3) edgy; urgency=low
    
      * Remove debian/patches/03_no_gnome_mount.patch: Our current hal now
        supports the Mount/Unmount/Eject interface in a safe fashion, so we can
        drop this intrusive patch to just use hal's backend. This also
        automatically makes gnome-mount work if it is installed.
      * debian/control: Bump hal dependency to >= 0.5.7.1-0ubuntu4 to ensure that
        we can use its Mount interface.
    
     -- Martin Pitt <email address hidden>   Fri,  4 Aug 2006 10:18:23 +0200
  • gnome-volume-manager (2.15.0-0ubuntu2) edgy; urgency=low
    
      * Add debian/patches/95_ubuntu_auto_unmount_notifications.patch:
        - Show an explanatory notification if a device is ripped out without
          proper unmount/eject.
        - Implements https://wiki.ubuntu.com/AutoUnmountNotifications
    
     -- Martin Pitt <email address hidden>   Thu,  3 Aug 2006 22:39:15 +0200
  • gnome-volume-manager (2.15.0-0ubuntu1) edgy; urgency=low
    
      * New upstream version:
        - Now uses official Gnome version numbering.
        - Many bug fixes and patch adoptions.
        - New translations.
      * Drop debian/patches/04_at_console.patch: upstream now reads utmp to
        determine if the user is in a local X session and does not need
        pam-console/pam-foreground for this any more.
      * Drop patches which were adopted upstream:
        - 06_no_policy_for_manual_mounts.patch
        - 08_low_disk_space_no_readonly.patch
      * Adopted patches for new upstream version.
    
     -- Martin Pitt <email address hidden>   Wed,  2 Aug 2006 11:47:01 +0200
  • gnome-volume-manager (1.5.15-1ubuntu1) edgy; urgency=low
    
      * Merge from debian unstable.
    
    gnome-volume-manager (1.5.15-1) unstable; urgency=low
    
      * New upstream release
      * Doesn't autorun on login (Closes: #354117)
      * Uses an autostart file to automagically start on login (Closes: #327246)
      * debian/patches/01_set_defaults.patch
        + Updated
      * debian/patches/02_pmount_crypt.patch
        + Updated. (From the ubuntu package)
      * debian/patches/03_no_gnome_mount.patch
       + Added. Use pmount instead of gnome-mount.
      * debian/patches/12_no_autorun.patch
       + Removed.
      * debian/patches/99_autotools.patch
       + Updated
    
     -- Martin Pitt <email address hidden>   Mon,  3 Jul 2006 13:39:33 +0200
  • gnome-volume-manager (1.5.15-0ubuntu10) dapper; urgency=low
    
      * debian/patches/02_pmount_crypt.patch: mount_all(): Do not try to mount
        partitions that contain a LUKS volume which is already mapped and mounted.
        This requires us to jump through some hoops, but much of the code could be
        stolen from eject. Closes: LP#40449
      * debian/control: Add 'eject' dependency. We need the
        /usr/lib/eject/dmcrypt-get-device helper for above patch, and eject itself
        is also needed for handling the hardware eject buttons of CD-ROM drives.
    
     -- Martin Pitt <email address hidden>   Tue, 16 May 2006 10:48:50 +0200