Release 4.6 (Sun Jul 23 17:04:53 CEST 2006) * fixed bug whereby hardlinked files were not listed correctly. * removed the 'wholesystem.conf' file (as now OS-specific ones do the same thing) * corrected name of debian_release file in /etc (used to decide on sort command to use) * although symlinks are ignored the directories they are in still need opening up. Fixed this. * patches for Fedora Core 3 (sort command in /bin instead of /usr/bin) Release 4.5 (Tue Mar 29 15:57:04 BST 2005) * in scripts updated names of some ADE global variables (ADE_MSG_VERBOSELEVEL) in tests * added /media to linux exclusion list for fadscan * man page typo corrected * linux fadscan config file updated with some more exclusions Release 4.4.2 (Mon Sep 20 11:23:07 CEST 2004) * updated some tests that used shell vars UID and GID which are bash reserved variable names. * removed duplicates from 'SEE ALSO' sections of man pages * updated linux.conf example configuration file with mount points to exclude for non disk filesystems. * fixed typo in fadfixperms man page Release 4.4.1 (Thu Apr 29 22:16:07 CEST 2004) * added 'BUGS' file * removed release dates from man pages and replaced with a token which aderel substitutes. * very minor man page correction. * added svn keyword properties * aligned with new adespp option names * corrected some spacing around commas in man pages * added 'amd' to exclusions list in doc/examples/linux.conf. * correction to perl scripts option processing whereby comma operator misinterpreted because of being in array context * removed use of 'unset' constant and used empty value instead in shell scripts (better alignment with perl scripts) * changed '-n' from suppressing crcs to simulation in fadscan * converted changelog to non-Debian format * added option processing breaker '--' code * corrected some public environment variable names * aligned options, usage message and man page * added more tests for fadfixperms * updated example scripts based on dione/Linux * changed comments in example spp'd files to be spp comments so don't make it installation (is this a good idea?) * fadfixperms - support for changing uid/gid (needed for /pub maintenance) - warns if *may* to change owner and not root, error if has to. - better opening upwards (don't add read if there is a non-".*" pattern which matches the upward dir) * fadscan - added '--suppress-crcs,-n' option, which is useful for /pub, where I don't care to read the whole of a lot of files. - documented this in man page * Makefile fixed to create config log and state dirs for fadscan * added config ('in') file for new ADE standard test * removed underscores from 'standard' directory name symbols (e.g. 'TMP_DIR' is now 'TMPDIR') * added vim filetype defintions to .spp files * converted to new option processing code * partial conversion to using non-opt-supporting aderoot * beginnings of Debian compliance * minor man page typo fixes * svn:keyword property and substitute text mods for bsfr * removed use of AUTHORID * removed '-xx' stype options from fadscan, man page and tests that used it. * updated TODO list * fixed bug whereby fadfixperms was not setting the permissions of intermediate directories correctly