Changelog
=========

1.6 - 2010-01-31
----------------

- Add --clean and --minimal import/export options to respective commands.
  [stefan]

- Fix --merge-only import option of keyserver commands.
  [stefan]

- Remove the --yes option again since it has no apparent effect.
  [stefan]


1.5 - 2010-01-26
----------------

- Remove obsolete --secret option from the import command.
  [stefan]

- Userid completion is now triggered by any kind of quoting.
  [stefan]

- Allow to specifiy command line options after the argument.
  [stefan]


1.4 - 2010-01-20
----------------

- Extend the quoting and dequoting API to make it more (re)usable.
  [stefan]

- Dequoting didn't work right when the default quoting character
  was single quote.
  [stefan]

- Tildes in quoted filenames could cause quotes to be closed even
  if the tilde-expanded name matched a directory.
  [stefan]


1.3 - 2010-01-03
----------------

- Cut down on infrastructure slack in filename completion. The
  individual strategies are very small.
  [stefan]

- Remove logging as it clutters up the code.
  [stefan]

- Add an example session to the README.
  [stefan]


1.2 - 2009-11-24
----------------

- Extend keyid completion to also complete userids and names.
  [stefan]

- Extract filename completion functionality into functions,
  as it is useful in other places as well.
  [stefan]


1.1 - 2009-11-16
----------------

- Allow to specify the filename quoting style on the command line
  to ease experimentation.
  [stefan]

- Filename completion: By dequoting early on we can skip a problematic
  hook and regain control over tilde expansion. Also see rl `issue/3`_.
  [stefan]

.. _`issue/3`: http://github.com/stefanholek/rl/issues#issue/3


1.0 - 2009-11-08
----------------

- Initial release.
