From 852155a4dbab012719edb92b8a6ae6035959d289 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 29 Jul 2009 08:33:59 +0200 Subject: [PATCH] Update changes list: +6 changes Signed-off-by: Nico Schottelius --- doc/changes/next | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/changes/next b/doc/changes/next index 4ff4cba..6024003 100644 --- a/doc/changes/next +++ b/doc/changes/next @@ -4,3 +4,9 @@ * Some code cleanups (argument parsing, usage) (Nico Schottelius) * Only consider directories as sources when using -a (Nico Schottelius) * Fix general parsing problem with -a (Nico Schottelius) +* Fix potential bug when using remote_host, delete_incomplete and ssh (Nico Schottelius) +* Improve removal performance: minimised number of 'rm' calls (Nico Schottelius) +* Support sorting by mtime (John Lawless) +* Improve option handling (John Lawless) +* Add support for quiet operation for dead devices (quiet_if_down) (John Lawless) +* Add smart option parsing (John Lawless)