Changelog for
lsyncd-debugsource-2.1.4-15.1.x86_64.rpm :
Wed Feb 6 13:00:00 2013 e.istominAATTedss.ee
- update to 2.1.4
- remove lua 5.2 patch (https://github.com/axkibe/lsyncd/pull/148)
Tue Oct 9 14:00:00 2012 crrodriguezAATTopensuse.org
- Build against LUA 5.2
Sun Feb 26 13:00:00 2012 dmuellerAATTsuse.de
- fix build in factory (build against lua 5.1)
Mon Nov 28 13:00:00 2011 eugene.istominAATTedss.ee
- update to 2.0.5
* fix: Lsyncd will now terminate if it inotify watching exceeds
its preset limit.
* fix: rsync error exit code 12 now results in retries.
* fix: Lsyncd 2.0.5 should now compile better on a bit elder
GNU/Linux versions.
* fix: examples are now installed in the configured document directory.
* fix: partial transfers during startup are considered ok. Lsyncd
will rework the specified files anyway.
* change: Layer 1 interface init() now receives an \"Init\" event
instead of an inlet.
* change: builtin Lua code is now loaded via a c-array.Now more
portable and correct memory flags are set.
* change: Lsyncd will now bail on unknown error codes.
* enhancement: settings.maxProcesses can now be set as a global limit of childprocesses
* enhancement: Lsyncd will refuse to start when any startup rsync
does not work cleanly and returns \"again\" unless settings.insist or
- -insist is specified, then Lsyncd will keep retrying until it works.
* enhancement: option \"rsyncBinary\" determines which rsync Lsyncd calls.
Default is \"/usr/bin/rsync\"
* enhancement: fsevents (\"inotify for OSX\") fixed for Snowleopard.
and is available to configure by default.
* enhancement: settings.inotifyMode: the actualy Modification event
Lsyncd reacts to can now be configured. Default is to react on
file closing in write mode.
* enhancement: readdir(path) is available to userscripts, reads the contents
of a directory.
Mon Mar 28 14:00:00 2011 dmacvicarAATTsuse.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 13:00:00 2011 dmacvicarAATTsuse.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 13:00:00 2011 dmacvicarAATTsuse.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:00:00 2010 dmacvicarAATTsuse.de
- update to 2.0.0 final
Fri Nov 26 13:00:00 2010 dmacvicarAATTsuse.de
- update to 2.0beta3