1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
* Sat May 6 2006 Ben Asselstine <benasselstine@users.sourceforge.net>
- build system now allows out-of-tree builds.
- fixed bug #1483008. now shows newly created directories when in -r mode.
Thanks to James Vanns for identifying this bug and supplying a patch.
* Wed Jul 21 2005 Ben Asselstine <benasselstine@users.sourceforge.net>
- removed some unneeded headers
- added asprintf failure handling
- removed some needless strdup'ing
- added strdup failure handling
- more code beautification
- fixed bug where "executed" would show "execute".
* Wed Jul 20 2005 Ben Asselstine <benasselstine@users.sourceforge.net>
- fixed bug #1241987. now complains when monitoring nothing.
- more code beautification
- added in-line documentation
* Wed Jul 20 2005 Ben Asselstine <benasselstine@users.sourceforge.net>
- version 0.6.4
- closed ancient bug #725725, can't reproduce it.
- added documentation for -L and -x options.
- added new option -L --dereference (symlinks). bug #1241792
- code beautification
- fixed bad signed/unsigned param passing (gcc4)
* Wed Jun 8 2005 Ben Asselstine <benasselstine@users.sourceforge.net>
- fixed bug #1217188 use SA_NOCLDWAIT only if the platform has it.
* Wed Jun 1 2005 Ben Asselstine <benasselstine@users.sourceforge.net>
- added gamin support.
- fixed bug #1203532, debian fam dependency.
- reworded some of the --help documentation.
* Thu Feb 11 2005 Ben Asselstine <benasselstine@users.sourceforge.net>
- added gettext support.
- fixed bug #1121065 change displayed action to be more CVS-like.
* Thu Feb 10 2005 Ben Asselstine <benasselstine@users.sourceforge.net>
- version 0.6.1
- changed "--prepend-action" to "--display-action".
- reworded some of the --help documentation.
- fixed written list code to not have a hardcoded limit.
- minor code cleanups.
* Fri Oct 8 2004 Ben Asselstine <benasselstine@users.sourceforge.net>
- replaced -c -C -d -e -E options with -s (--show=EVENT).
* Tue Jun 15 2004 Ben Asselstine <benasselstine@users.sourceforge.net>
- fixed zombies upon execlp. thanks to Konstantin Reznichenko.
* Tue May 25 2004 Ben Asselstine <benasselstine@users.sourceforge.net>
- added new -x "execute command" option. thanks to Konstantin Reznichenko.
* Fri May 7 2004 Ben Asselstine <benasselstine@users.sourceforge.net>
- minor code rewrites.
- added new specfile, thanks to Dick Marinus.
* Mon May 3 2004 Ben Asselstine <benasselstine@users.sourceforge.net>
- fixed bug #914580 loops on self referring symlinks.
- fixed bug #932343 Copying files breaks monitoring.
- reworded some of the --help documentation.
* Sun Feb 22 2004 Ben Asselstine <benasselstine@users.sourceforge.net>
- version 0.6.0
- a rewrite of fileschanged.
- now monitorining starts after the list of files is read in.
- removed one-filesystem option.
- removed hash-is-not-comment option.
- changed default option from -l to -f.
- changed the wording of the --help display.
- added new --show-all option.
* Thu Mar 22 2003 Ben Asselstine <benasselstine@users.sourceforge.net>
- version 0.5.3
- improved autobuilding.
* Thu Feb 8 2003 Ben Asselstine <benasselstine@users.sourceforge.net>
- version 0.5.2
- fixed -d option so that it works.
* Thu Oct 10 2002 Ben Asselstine <benasselstine@users.sourceforge.net>
- version 0.5.1
- added --show-action option.
* Thu Sep 26 2002 Ben Asselstine <benasselstine@users.sourceforge.net>
- version 0.5.0
- correctly handling termination of fam server.
- added help2man to missing and configure scripts.
- automatically creating manpage from ./fileschanged --help .
- ran autoproject to fancify things.
- created texinfo page.
* Wed Sep 26 2002 Ben Asselstine <benasselstine@users.sourceforge.net>
- version 0.4.0
- fixed leaks/race conditions to allow for monitoring larger
- filesets.
- added new option -x to stay on current filesystem (as
- current working dir).
- built rpm from simple spec file.
* Thu Aug 8 2002 Ben Asselstine <benasselstine@users.sourceforge.net>
- new in version 0.3.0
- created a man page.
- added extra info in --help.
- now checking malloc return values.
- added handy new timeout command line option.
* Sun Jul 14 2002 Ben Asselstine <benasselstine@users.sourceforge.net>
- new in version 0.2.0
- revamped the command-line options to make more sense.
- added feature to see files that start and stop executing.
- changed -d option not report deleted files on stderr.
- fixed getopt crashing
- added some initial error checking.
* Fri Jun 7 2002 Ben Asselstine <benasselstine@users.sourceforge.net>
- initial version
|