Change logs for gnome-mount source package in Feisty

  • gnome-mount (0.5-2ubuntu8) feisty; urgency=low
    
      * Add debian/patches/08_crypto_setup_error_dialog.patch: If setup_crypto()
        fails with Crypto.SetupError, display an error dialog instead of failing
        silently. Special-case a missing /sbin/cryptsetup, suggest to install the
        package. (LP: #78358)
    
     -- Martin Pitt <email address hidden>   Wed,  4 Apr 2007 20:31:19 +0200
  • gnome-mount (0.5-2ubuntu7) feisty; urgency=low
    
      [ Jani Monoses ]
      * debian/patches/07_gnome_password_dialog.patch:
          Patch from upstream svn, import a local copy of GnomePasswordDialog
          and drop the GNOME library dependencies (LP: #97642)
      * debian/patches/99_autoreconf:
          autotools rerun
      * debian/rules:
          make dh_shlibdeps ignore libgnome-mount so the package does not hard
          depend on libgnome.
    
      [ Martin Pitt ]
      * debian/patches/03_root_mounting.patch: Add #include <stdlib.h> to make
        getenv() available again.
    
     -- Martin Pitt <email address hidden>   Wed,  4 Apr 2007 19:44:17 +0200
  • gnome-mount (0.5-2ubuntu6) feisty; urgency=low
    
      * debian/patches/06_dont_flood_log.patch:
        - don't flood xsession-errors with messages about drive and volume
          (Ubuntu: #93238)
    
     -- Sebastien Bacher <email address hidden>   Fri, 30 Mar 2007 18:09:02 +0200
  • gnome-mount (0.5-2ubuntu5) feisty; urgency=low
    
      * debian/control: Set Ubuntu maintainer (to me).
      * debian/patches/ubuntu-default-mount-options.patch: Use shortname=mixed
        mount option for VFAT to stay compatible with earlier Ubuntu releases.
        (LP: #76200)
      * debian/patches/ubuntu-default-mount-options.patch: Mount with 'exec' by
        default to stay compatible with earlier Ubuntu releases.
        (LP: #87627)
      * debian/patches/ubuntu-default-mount-options.patch: Use 'uid' option by
        default for HFS. (LP: #84044)
      * Add debian/patches/05_ignore_slash_label.patch: If the label is a single
        '/', ignore it, so that it does not end up as /media/_. (LP: #83323)
    
     -- Martin Pitt <email address hidden>   Fri,  9 Mar 2007 18:03:18 +0100
  • gnome-mount (0.5-2ubuntu4) feisty; urgency=low
    
      * debian/patches/03_root_mounting.patch:
        - Pass mount policy that was figured out from the user's gconf setup to
          the gksu'ed instance. Based on a patch from Florent Mertens, thank you!
        - Move gksu calling into separate function gksu_myself() to keep the code
          clean.
        - Closes: LP#78314
      * Add debian/patches/04_ntfs_mount_options.patch:
        - Supply sane default mount options for ntfs-3g and ntfs-fuse.
        - Patch from Florent Mertens, thank you!
        - Closes: LP#78375
    
     -- Martin Pitt <email address hidden>   Wed, 10 Jan 2007 08:59:33 +0100
  • gnome-mount (0.5-2ubuntu3) feisty; urgency=low
    
      * Add debian/patches/02_sudo_session_dbus.patch:
        - When being run through sudo, temporarily drop real user id to the sudo
          user, so that notify_init() connects to the actual user's session dbus
          instead of root's nonexisting one.
      * Add debian/patches/03_root_mounting.patch:
        - If we get a PermissionDeniedByPolicy on mounting, unmounting, or
          ejecting, and are in the 'admin' group, call ourselves through gksu, so
          that administrators can handle fixed partitions just like removable ones.
        - See https://wiki.ubuntu.com/MountAllLocalFilesystems for details.
    
     -- Martin Pitt <email address hidden>   Tue, 12 Dec 2006 09:05:18 +0100
  • gnome-mount (0.5-2ubuntu2) feisty; urgency=low
    
      * Drop cryptsetup from Recommends: to Suggests.
    
     -- Martin Pitt <email address hidden>   Thu, 16 Nov 2006 16:15:42 -0800
  • gnome-mount (0.5-2ubuntu1) feisty; urgency=low
    
      * First Ubuntu version.
      * debian/control: Add missing libeel2-dev build dependency. (Debian bug
        #395478)
      * debian/rules: Use -Wl,--as-needed to get rid of unnecessary library
        dependencies.
      * Add debian/patches/ubuntu-default-mount-options.patch:
        - Use 'utf8' option for VFAT, ISO-9660, and NTFS.
        - Mount VFAT with umask 077 to stay compatible to previous Ubuntu releases
          and keep the possibility of using VFAT USB sticks for ssh/gpg keys.
    
     -- Martin Pitt <email address hidden>   Wed,  1 Nov 2006 11:29:11 +0100