Skip to content

Debian Changelog gnome-volume-manager (1.5.15-1)

2006

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

 -- Sjoerd Simons <sjoerd@debian.org>  Mon, 1 May 2006 17:11:19 +0200

gnome-volume-manager (1.4.0-4) unstable; urgency=low

   * Tighten depend on hal (Closes: #347579)

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 11 Jan 2006 20:27:12 +0100

gnome-volume-manager (1.4.0-3) unstable; urgency=low

   * Upload to unstable

 -- Sjoerd Simons <sjoerd@debian.org>  Thu, 5 Jan 2006 22:15:19 +0100

2005

gnome-volume-manager (1.4.0-2) experimental; urgency=low

   * Built against dbus 0.60

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 16 Dec 2005 15:54:58 +0100

gnome-volume-manager (1.4.0-1) experimental; urgency=low

   * New upstream release

 -- Sjoerd Simons <sjoerd@debian.org>  Thu, 8 Sep 2005 10:13:53 +0200

gnome-volume-manager (1.3.6-1) experimental; urgency=low

   * New upstream release
   * Dropped patches that are fixed upstream
     + debian/patches/01_browse_fixup.patch
     + debian/patches/02_pmount.patch
     + debian/patches/03_kernel_hint.patch
     + debian/patches/04_reconnect_on_dbus_exit.patch
     + debian/patches/05_mount_at_start.patch
     + debian/patches/07_dialogs_info.patch
     + debian/patches/08_photographss_typo.patch
     + debian/patches/09_nautilus_path.patch
     + debian/patches/10_improve_mounting.patch
     + debian/patches/11_track_cdrom_changes.patch
   * debian/patches/00_set_defaults.patch renamed to
     debian/patches/01_set_defaults.patch and updated
   * debian/patches/12_no_autorun.patch
     + Updated
   * debian/patches/99_autotools.patch
     + Updated
   * Sync with ubuntu
     + debian/patches/06_pmount_crypt.patch renamed to
       debian/patches/02_pmount_crypt.patch and updated

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 28 Aug 2005 00:01:09 +0200

gnome-volume-manager (1.3.1-1) experimental; urgency=low

   * New upstream release
   * Based on Ubuntu's gnome-volume 1.3.1 package by Martin Pitt.
   * Patches adapted for new upstream
     + debian/patches/00_set_defaults.patch
     + debian/patches/03_browse_fixup.patch (renamed to 01_browse_fixup.patch)
     + debian/patches/30_26_kernel_hint.patch (renamed to 03_kernel_hint.patch)
     + debian/patches/06_mount_at_start.patch
       (renamed to 05_mount_at_start.patch)
     + debian/patches/25_improve_mounting.patch
       (renamed to 10_improve_mounting.patch)
     + debian/patches/33_track_cdrom_changes.patch
       (renamed to 11_track_cdrom_changes.patch)
     + debian/patches/40_no_autorun.patch
       (renamed to 12_no_autorun.patch)
   * debian/paches/20_specify_programs.patch replaced by
     debian/paches/02_pmount.patch and debian/paches/09_nautilus_path.patch.
     Which is are simpler patches that just hardcodes pmount and the nautilus
     path. (Patches from Martin Pitt)
   * debian/patches/13_dont_set_capabilities.patch
     + Dropped. Only surpresses a debug message, not really needed.
   * debian/patches/34_compiler_warnings.patch
     + Dropped. Fixed upstream
   * debian/patches/06_mount_crypt.patch
     + When an encrypted volume is inserted ask for the password and mount it
       using pmount. (Needs cryptsetup with luks patches)
   * debian/patches/07_dialogs_info.patch
     + Added. Change the dialogs to be info instead of warning.
   * debian/patches/08_photographss_typo.patch
     + Added. Fix typo "photographss" in src/manager.c and all translations.

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 22 Jun 2005 11:00:14 +0200

gnome-volume-manager (1.2.1-1) unstable; urgency=low

   * New upstream release

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 29 Apr 2005 12:07:24 +0200

gnome-volume-manager (1.2.0-2) unstable; urgency=low

   * debian/patches/11_dbus_reconnect_on_bus_exit.patch
     + Updated. Fixes some potential crashers.

 -- Sjoerd Simons <sjoerd@debian.org>  Mon, 11 Apr 2005 21:47:21 +0200

gnome-volume-manager (1.2.0-1) unstable; urgency=low

   * New upstream release
   * debian/patches/08_fr.patch
     + Removed. Fixed upstream
   * Updates from the ubuntu package (Thanks to Martin Pitt):
      * debian/patches/20_specify_programs.patch:
       - Adapted to new upstream version.
       - Regenerated autoconf changes.
     + Added debian/patches/32_cleanup_debugging.patch:
       - Remove irritating info.capabilities error messages.
       - Clean up added/removed messages.
     + Added debian/patches/33_track_cdrom_changes.patch:
       - Keep track of the CD-ROMs we already handled change/add events on; this
         avoids playing audio CDs (and similar stuff) on hald restarts.
       - gvm_mount_device(): Add device to the mounted list even if mounting
         fails. With a data volume we don't need to try it again, and with a
         CD-ROM we want to avoid false "change" events on hald restarts.
     + Added debian/patches/34_compiler_warnings.patch:
       - Format string buffer overflow.
       - Include missing dbus/dbus-glib-lowlevel.h.
       - Other minor fixes.

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 18 Mar 2005 12:57:18 +0100

gnome-volume-manager (1.1.3-2) unstable; urgency=low

   * Install the desktop file in /usr/share/control-center-2.0/capplets instead
     of /usr/share/applications (Closes: #294412)
   * debian/patches/40_no_autorun.patch
     + Updated. Fixes some crashers

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 12 Feb 2005 20:10:40 +0100

gnome-volume-manager (1.1.3-1) unstable; urgency=low

   * New upstream release
   * Updates patches to work with the new release
     + debian/patches/03_browse_fixup.patch
     + debian/patches/08_fr.patch
     + debian/patches/30_26_kernel_hint.patch
   * debian/gnome-volume-manager-gthumb
     + Fix a problem when the mountpoint contains spaces.
       Patch from Olivier Berger (Closes: #294039)
   * debian/patches/40_no_autorun.patch
     + Disable the autorun code.

 -- Sjoerd Simons <sjoerd@debian.org>  Tue, 8 Feb 2005 16:05:41 +0100

2004

gnome-volume-manager (1.1.2-5) unstable; urgency=low

   * debian/patches/20_specify_programs.patch
     + updated. Quote all arguments to shell commands correctly. Fixes issues
     when a mountpoint contains spaces.

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 18 Dec 2004 20:45:33 +0100

gnome-volume-manager (1.1.2-4) unstable; urgency=low

   * debian/patches/30_26_kernel_hint.patch
     + Added. If hald is not running, give a hint to the user that they might
       need to install a 2.6 kernel.  Based on a patch from Michael Banck
       (Closes: #283310)

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 24 Nov 2004 12:41:40 +0100

gnome-volume-manager (1.1.2-3) unstable; urgency=low

   * Upload to unstable
   * Add a news item about the pmount change
   * Updated README.Debian for pmount

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 19 Nov 2004 22:59:01 +0100

gnome-volume-manager (1.1.2-2) experimental; urgency=low

   + debian/patches/20_specify_programs.patch
     + Added. Replaces 20_specify_mountprogram.patch. Adds the possibility to
       specify the path to nautilus
   * Specify the correct path to nautilus

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 19 Nov 2004 15:18:38 +0100

gnome-volume-manager (1.1.2-1) experimental; urgency=low

   * New upstream release
     + Obsoleted patches:
       - debian/patches/04_hal_fusage.patch
       - debian/patches/05_automount.patch
       - debian/patches/09_de.patch
       - debian/patches/10_dont_mount_locked.patch
       - debian/patches/12_dont_mount_mounted.patch
       - debian/patches/14_ca.patch
   * debian/patches/00_set_defaults.patch
     + Added. Merge all the gconf schema patches into one patch.
       Also turn autorun off and turn autobrowse on by default.
   * debian/patches/00_default_dvd.patch
     + Removed. Obsoleted by debian/patches/00_set_defaults.patch
   * debian/patches/07_default_photo_command.patch
     + Removed. Obsoleted by debian/patches/00_set_defaults.patch
   * debian/patches/06_mount_at_start.patch
     + Updated. Removed gui option to not mount static drives. This should be
     done by a hal fdi file now.
   * debian/patches/20_specify_mountprogram.patch
     + Added. Allows to indicated the mount and unmount programs at compile
     time.
   * Use pmount-hal and pumount as commands for mounting and unmounting.
   * debian/patches/02_search_fstab.patch
     + Removed. pmount searches fstab now, so we don't have too.
   * debian/patches/25_improve-mounting.patch
     + Added. Don't mount if the volume is already mounted. Don't mount if the
     volume doesn't have a sensible filesystem. Don't mount if
     storage.automount_enabled_hint is false.

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 17 Nov 2004 11:44:57 +0100

gnome-volume-manager (1.0.2-4) unstable; urgency=low

   * debian/patches/11_dbus_reconnect_on_bus_exit.patch
     + Updated. When reconnecting, first shutdown the hal context and then
     unref the dbus connection. Fixes crashes on dbus restart with hal >= 0.4.0

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 31 Oct 2004 14:48:28 +0100

gnome-volume-manager (1.0.2-3) unstable; urgency=medium

   * Depend on newer debhelper for dh_desktop, which cdbs uses these days

 -- Sjoerd Simons <sjoerd@debian.org>  Mon, 18 Oct 2004 14:56:51 +0200

gnome-volume-manager (1.0.2-2) unstable; urgency=medium

   * Install gnome-volume-manager-gthumb mode 755 instead of 644 in
     debian/rules (thanks to Martin Pitt for noticing)
   * debian/patches/12_dont_mount_mounted.patch
     + Added. Don't do actions on devices that were seen before. (from the
       ubuntu package with a little bugfix)
   * debian/patches/13_dont_set_capabilities.patch
     + Added. Newer hal doesn't allow users to add capabilities in the
     database, it's useless anyway so remove it.
   * debian/patches/14_ca.patch
     + Added. Updated Catalan translation (patch from Jordi Mallach)
   * Improved gthumb wrapper script

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 10 Oct 2004 21:38:54 +0200

gnome-volume-manager (1.0.2-1) unstable; urgency=medium

   * New upstream release
   * Added a gthumb wrapper script (Closes: Bug#271592)
   * debian/patches/02_search_fstab.patch
     + updated
   * debian/patches/04_hal_fsusage.patch
     + Added. From the unstable branch. hal uses volume.fsusage instead of
       volume.is_filesystem
   * debian/patches/05_automount.patch
     + Added. From the unstable branch. Fixes issue where hal says drive supports
       removable media when not sure (as opposed to earlier where hal said
       nonremovable media)
   * debian/patches/06_mount_at_start.patch
     + Added. Option to mount static drives on gnome-volume-manager
       startup. (Closes: Bug#271551)
   * debian/patches/07_default_photo_command.patch
     + Added. Use the gthumb wrapper script as default photo command
   * debian/patches/08_fr.patch
     + Added. Updated french translation (from ubuntu package)
   * debian/patches/09_de.patch
     + Added. Updated german translation (from ubuntu package)
   * debian/patches/10_dont_mount_locked.patch
     + Added. do not automatically mount locked volumes (from ubuntu package)
   * debian/patches/11_dbus_reconnect_on_bus_exit.patch
     + Added. Reconnect to dbus if the system bus exits. (from ubuntu package)

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 22 Sep 2004 16:23:21 +0200

gnome-volume-manager (0.9.10+cvs20040902-1) unstable; urgency=high

   * New CVS snapshot
   * Priority high to match hal

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 8 Sep 2004 20:40:25 +0200

gnome-volume-manager (0.9.9-2) unstable; urgency=high

   * Really add conflict with magicdev
     + High priority because the conflict should be in sarge.

 -- Sjoerd Simons <sjoerd@debian.org>  Mon, 23 Aug 2004 20:06:38 +0200

gnome-volume-manager (0.9.9-1) unstable; urgency=low

   * New upstream release
   * debian/patches/01_translations.patch
     + added. Translation updates from CVS
   * debian/patches/02_search_fstab.patch (Closes:#265191)
     + added. Search the fstab for the right device to run mount on.
   * debian/patches/03_browse_fixup.patch
     + added. Also browse dvd's and cameras, when there was no other action
     taken on them.

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 15 Aug 2004 17:57:04 +0200

gnome-volume-manager (0.9.5+cvs20040724-1) unstable; urgency=low

   * New cvs checkout

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 24 Jul 2004 13:47:11 +0200

gnome-volume-manager (0.9.5+cvs20040705-1) unstable; urgency=low

   * New cvs checkout
   * Conflict with magicdev at the request of the gnome-session maintainer
   * Recommend the external programs that are used by default

 -- Sjoerd Simons <sjoerd@debian.org>  Mon, 5 Jul 2004 22:39:32 +0200

gnome-volume-manager (0.9.5+cvs20040615-1) unstable; urgency=low

   * New cvs checkout
   * Tighten depends on libhal0 (Closes:#252778)
   * debian/patches/00_detect_writer.patch
     + removed. Has been applied upstream
   * debian/patches/00_default_dvd.patch
     + Use totem dvd:// as default dvd playing action (Closes:#252953)

 -- Sjoerd Simons <sjoerd@debian.org>  Tue, 15 Jun 2004 20:32:44 +0200

gnome-volume-manager (0.9.2+cvs20040521-1) unstable; urgency=low

   * New cvs checkout
   * debian/patches/gvm-new-hal-disc-properties.patch
     + removed. Has been fixed upstream
   * debian/patches/00_detect_writer.patch
     + Fix the check whether the cdrom device is a writer.
       Based on a patch from Frederic Peters

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 21 May 2004 09:29:26 +0200

gnome-volume-manager (0.9.2+cvs20040511-2) unstable; urgency=low

   *  Added patch from David Zeuthen to work with newer hal

 -- Sjoerd Simons <sjoerd@debian.org>  Tue, 18 May 2004 21:52:41 +0200

gnome-volume-manager (0.9.2+cvs20040511-1) unstable; urgency=low

   * New cvs checkout to bring gvm in sync with hal again
   * Tighten the depend with hal

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 15 May 2004 22:18:51 +0200

gnome-volume-manager (0.9.2-1) unstable; urgency=low

   * New upstream release

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 25 Apr 2004 19:29:15 +0200

gnome-volume-manager (0.9.1-1) unstable; urgency=low

   * New upstream release
   * debian/patches/000_gvm-media_type-data.patch
     + removed. Has been fixed upstream.
   * debian/patches/001_gvm-autorun_path.patch
     + removed. Has been applied upstream.
   * Created manpages for gnome-volume-manager and gnome-volume-properties
   * Added a README.Debian to clarify how gvm some parts of work

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 9 Apr 2004 17:23:24 +0200

gnome-volume-manager (0.9.0-3) unstable; urgency=low

   * Use CDBS's simple-patchsys.mk for patches
   * debian/patches/000_gvm-media_type-data.patch
     + Hal uses media_type data for data cd's not iso9660
   * debian/patches/001_gvm-autorun_path.patch
     + Don't crash when autorun_path gconf key isn't set (Closes:#242201)

 -- Sjoerd Simons <sjoerd@debian.org>  Mon, 5 Apr 2004 21:29:32 +0200

gnome-volume-manager (0.9.0-2) unstable; urgency=low

   * Fixed build depends, checked with pbuilder this time

 -- Sjoerd Simons <sjoerd@debian.org>  Thu, 1 Apr 2004 16:55:31 +0200

gnome-volume-manager (0.9.0-1) unstable; urgency=low

   * New upstream release

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 31 Mar 2004 23:37:35 +0200

gnome-volume-manager (0.8.2-1) unstable; urgency=low

   * Inital release (Closes: Bug#230100)

 -- Sjoerd Simons <sjoerd@debian.org>  Mon, 22 Mar 2004 10:17:43 +0100