wmudmount (3.0)

 * Improve action handling.
   * Actions now wait for the UDisks notification reflecting the change,
     so the buttons on the notifications are correct.
   * All actions are diabled on removed volumes.
   * Lock, eject, and detached are disabled on mounted volumes.
 * Remove current-date substitution from the manpage.
 * Remove dependency of libgnome-keyring, use libgcr and libsecret instead.
 * Clean up some other deprecated function uses.

  -- Brad Jorsch <anomie@users.sourceforge.net>  Sun, 16 Dec 2018 13:41:58 -0500

wmudmount (2.2)

 * Adjust icon window handling again. Add a --non-wmaker option instead to fix
   openbox.
 * Replace deprecated GtkStock items.

  -- Brad Jorsch <anomie@users.sourceforge.net>  Wed, 26 Feb 2014 16:45:12 -0500

wmudmount (2.1)

 * Adjust icon window handling; even more of a hack for GTK now. Sigh.
 * Tested in openbox and afterstep.

  -- Brad Jorsch <anomie@users.sourceforge.net>  Fri, 14 Feb 2014 22:48:18 -0500

wmudmount (2.0)

 * Major rewrite for GTK+ 3.0 and UDisks 2.
 * Drop support for old versions of UDisks/DeviceKit-Disks
 * Add a default "single click" command: on the fsm, it takes you to the
   device page.

  -- Brad Jorsch <anomie@users.sourceforge.net>  Mon, 03 Feb 2014 00:39:05 -0500

wmudmount (1.13)

  * Another "%N$" fix. Apparently this positional parameter feature is
    almost useless outside of i18n.
  * Fix bug with insecure memory in the LUKS popup.
  * Use mntent functions to access fstab, with fsent functions as a fallback.
  * Update manpage: add missing command-line options that are also recognized
    in the config file, and condense the description of all such options.
  * Correctly handle --conf=foo.
  * Add --no-default-config.
  * Many user suggestions:
    * Don't blink when over 95% full for read-only filesystems.
    * Add a switch to make it never blink.
    * Rename skip-system-filesystems and include-system-filesystems to
      exclude-system-volumes and include-system-volumes
    * Change the default to exclude-system-volumes instead of
      include-system-volumes. Makes more sense for general users that way.
    * Make the exclude-system-volumes and include-system-volumes options
      affect both the FSM and pager. Add fsm- and pager-specific versions.
    * Add include-volume and exclude-volume (and fsm- and pager-specific)
      config file options.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Mon, 16 Apr 2012 17:04:00 -0400

wmudmount (1.12)

  * Fix potential printf security issue
  * Pass -lX11 to the linker. -Wl,--as-needed will remove it for normal
    builds, while it is needed when compiled with --enable-gtk-withdrawn-hack.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Thu, 01 Mar 2012 11:45:44 -0500

wmudmount (1.11)

  * Make clicking the notification open the corresponding device in the
    dockapp.
  * Add action buttons to the notifications, too.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Thu, 23 Feb 2012 19:19:30 -0500

wmudmount (1.10)

  * Mark most notifications "transient".

 -- Brad Jorsch <anomie@users.sourceforge.net>  Tue, 20 Sep 2011 10:57:31 -0400

wmudmount (1.9)

  * Add AC_LANG_SOURCE to avoid an autoconf warning.
  * Update for newer version of libnotify (they removed a parameter from
    notify_notification_new).
  * Allow control of the interface via signals. The intended use is that you
    can then bind "kill -USR1 `pidof wmudmount`" to a keyboard key.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Thu, 25 Aug 2011 16:12:17 -0400

wmudmount (1.8)

  * Only set res_class to "DockApp" for the actual dock window.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Tue, 28 Sep 2010 10:07:22 -0400

wmudmount (1.7)

  * Set res_class to "DockApp".
  * Fix a bug in config file parsing where double-click-command might be
    invalidated if any command directives follow.
  * Add the ability to specify a single-click command.
  * Dashes in manpage.
  * Fix spelling error, "suppored" to "supported".

 -- Brad Jorsch <anomie@users.sourceforge.net>  Wed, 15 Sep 2010 10:30:27 -0400

wmudmount (1.6)

  * Hack around GTK+'s not allowing us to specify
    initial_state=WithdrawnState.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Fri, 11 Jun 2010 11:52:37 -0400

wmudmount (1.5)

  * Add an option to skip filesystems that seem to require root access to
    mount.
  * Somehow I missed that "%2$s" requires a "%1$s" somewhere in the same
    format string. Sigh.
  * Redraw the dock icon if a volume is updated while displaying the fsm view.
  * Use -Wl,--as-needed (when available) to avoid linking to the many
    libraries returned by gtk+'s pkg-config that we don't actually use.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Wed, 19 May 2010 00:14:57 -0400

wmudmount (1.4)

  * Make libnotify optional, in case anyone is really opposed to it.
  * Ditto for libgnome-keyring, although omitting that will mean that
    --allow-insecure-memory is required.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Sun, 04 Apr 2010 01:14:17 -0400

wmudmount (1.3)

  * DBus connections by default will exit the program if the dbus connection
    fails. Call dbus_connection_set_exit_on_disconnect() to avoid that.
  * Add some parens to compile without warnings with -Wall.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Sun, 21 Mar 2010 12:45:15 -0400

wmudmount (1.2)

  * Pass the filesystem type (instead of "auto") to FilesystemMount, udisks
    doesn't pick the correct mount options otherwise.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Fri, 12 Mar 2010 11:21:25 -0500

wmudmount (1.1)

  * Fix a few bugs in the usage of gnome-keyring: a double-free, and a missing
    header include that resulted in the wrong prototype being used.

 -- Brad Jorsch <anomie@users.sourceforge.net>  Thu, 11 Mar 2010 15:46:38 -0500

wmudmount (1.0)

  * Initial release

 -- Brad Jorsch <anomie@users.sourceforge.net>  Mon, 25 Jan 2010 13:12:53 -0500
