File lsyncd.changes of Package lsyncd
-------------------------------------------------------------------
Mon Mar 28 11:29:46 UTC 2011 - dmacvicar@suse.de
- update to 2.0.4
* enhancement: new setting options logident, logfacility
* fix: moving filenames with spaces through ssh
* fix: excludes containing chars % $ ( ) . [ ] + -
* fix: various typos
* change: api, settings.statusInterval instead of
settings.statusIntervall
-------------------------------------------------------------------
Tue Mar 8 09:00:01 UTC 2011 - dmacvicar@suse.de
- update to 2.0.3
* enhancement: new default target --direct using /bin/ binaries
to keep to local dirs in sync (and by default
not preserving ownership)
* example: added a new example how to remotely execute a command
after each rsync operations
* fix: possible crash with long rsyncOps table exceeding lua stack.
* fix: excludes now properly match relative and absolute paths
* fix: call to nil function when manually adding blanket delays
* fix: on ReiserFS not delivering proper dir stats and when
encountering a symlink, aquire the node stat for the symlink
instead from the linked node.
* change: leave lua apichecking enabled by default.
-------------------------------------------------------------------
Fri Jan 21 07:47:38 UTC 2011 - dmacvicar@suse.de
- update to 2.0.2
* fix: exclude rules not terminated with '/' now match a file or dir
named exactly the same not starting with.
* fix: pass exclude rules to the startup sync
* fix: when matching exclusion to not add inotify use same partial path
than on syncs
* fix: properly close pipes that needed more than one write.
- 2.0.1 changes
* most important fix: The garbage collector in 2.0.0 was able to
remove event lists just at the wrong moment so an "agent unknown"
error was raised.
* fixed: The pid in the pidfile should be now the pid after the deamon
fork() and not the pid initiators pid.
* improved: You can now specify multiple command-line options in
rsyncOps by using a table. eg. rsyncOps = {"--lts", "--safe-links"}
-------------------------------------------------------------------
Thu Dec 2 13:18:29 UTC 2010 - dmacvicar@suse.de
- update to 2.0.0 final
-------------------------------------------------------------------
Fri Nov 26 15:06:35 UTC 2010 - dmacvicar@suse.de
- update to 2.0beta3