Skip to content

Releases: theimpossibleastronaut/rmw

snapshot-2017.11.14

14 Nov 08:09
Compare
Choose a tag to compare

stable dev snapshot

RMW v2016.09.19.01a released

19 Sep 21:46
Compare
Choose a tag to compare

=== RMW Release Notes ===

2016-09-18

Two new developers have contributed patches to rmw: Parth Suresh and
Bruce Hernandez.

Notable changes from the previous release:

We believe the 'missing aclocal' error received when building is fixed.

When files are ReMoved or purged, each one will not not display unless
--verbose -v is used at the command line; instead, a summary line will
show how many files were ReMoved or purged.

For purge to run, -f --force is needed as an argument at the command line.
If 'force_not_required' is added to your config file, then using the extra
argument is not needed.

Restoring a file with the 'select' option will no longer fail.

Adding ',removable' after a WASTE folder in your config file will mean
that rmw won't try to create that directory; it must be manually created
prior to first use. If the WASTE folder is present, rmw will use it, if not
rmw will skip over it.

symlinks: rmw can now find the info file when restoring them.

Files can be restored using only the basename, from within any directory.
NOTE: That feature will not process wildcards unless the user is in a
<WASTE>/files folder and the filespec actually exists in the present
working directory.

.trashinfo files now conform to the freedesktop Trash specification
(e.g. if the Path= key in a .trashinfo contains '%20' as part of the filename,
it will be converted to a 'space' when it is restored).
See https://github.com/andy5995/rmw/issues/20 for more detail.

Please visit the web site and leave feedback; bug reports are also requested.
https://github.com/andy5995/rmw/wiki

RMW v2016.09.04.01a released

04 Sep 17:27
Compare
Choose a tag to compare

This release includes a fix for issue #24.

Notable changes since v2016.09.04.01a:

Improvements to directory protection feature (See README)

Added function to create directories when parents don't exist (sometimes
creating a WASTE directory would fail).

Added '-Wall' option to the Makefile, and then fixed the warnings
(issue #17)

Thanks to Jammy, I fixed the warning about missing automake 1.14 (issue #21)

Added more error checking for things that rarely go wrong.

Updated documentation; information for first-time users can be viewed
with 'rmw --help'.

The home page for RMW is now at https://github.com/andy5995/rmw/wiki

RMW v2016.09.03.01a released

04 Sep 01:21
Compare
Choose a tag to compare

Improvements to directory protection feature (See README)

Added function to create directories when parents don't exist (sometimes
creating a WASTE directory would fail).

Added '-Wall' option to the Makefile, and then fixed the warnings
(issue #17)

Thanks to Jammy, I fixed the warning about missing automake 1.14 (issue #21)

Added more error checking for things that rarely go wrong.

Updated documentation; information for first-time users can be viewed
with 'rmw --help'.

The home page for RMW is now at https://github.com/andy5995/rmw/wiki

RMW v2016.08.17.01a released

18 Aug 04:42
Compare
Choose a tag to compare

Features added

  • Directory protection (see README for details)
  • More detailed messages when purging directories containing files that are non-writeable

Features removed

  • add waste dir from command line with -a

Please see the ChangeLog if you'd like more detailed information about recent changes.

I've optimized the code some but there is a lot more to do. If you
are interested in contributing and getting credit for your work, please
contact me via the methods listed on the Home Page.

Anyone wishing to get notified of new releases may sign up for the
mailing list on SourceForge:
https://lists.sourceforge.net/lists/listinfo/rmw-announce

I still haven't decided what to use for a primary web site.

2016.08.06.01a

06 Aug 19:05
Compare
Choose a tag to compare

The potential mangling of the trash directory string when using "$HOME"
in the config file is now fixed!
#2

RMW version 2016.08.05.01a released

06 Aug 00:23
Compare
Choose a tag to compare

-Version 2016.08.05.01a-

I'm not seeing a problem anymore with the trash directory string
getting mangled.

This is a minor update to the last release from 2013. Besides the bug-fix,
I've been working at cleaning up the code, and plan to continue.