lsyncd/ChangeLog

173 lines
7.6 KiB
Plaintext
Raw Normal View History

2012-02-16 07:30:53 +00:00
156-02-2011: 2.0.6
fix: no longer stops syslogging on HUP signals
fix: OSX event watcher no longer misses moves into and out of the watch tree
fix: not refinding a relative path to the config file in case of HUP.
fix: rsync doing error 13 and killing Lsyncd.
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659941
fix: no event creation during shutdown (might loop before)
fix: no logging due to wrong log levels
fix: without-inotify compile option now works to compile on OSX
fix: in case of HUP-reset imply insist=true, since startup is known to be
configured correctly.
fix: a series of typos in comments, manpage etc.
fix: moves to and from deleted directories (deleted when Lsyncd gets notified)
were not correctly translated
fix: added --ignore-errors to rsync when deleting files, so it will not miss a delete
even when another part of the tree made an IO-error.
change: complain if any "rsyncOps" is given
change: splitted the default configurations in their own files.
more cleanly seperated from the Lsyncd runner, and highlights it are just
Layer 1 configurations that happen to be provided by default.
change: Beautified the code, no extra spaces at line end, ' instead of ",
supposing 100 char width to view,
change: Lsyncd now remembers the absolute path of its config file during HUPs
enhancement: Defaults not respect a 'delete=false' flag when set as parameter to sync{}
default.rsync: does not add --delete to rsync
default.rsyncssh: does not add --delete to rsync, and does not use rm via ssh tunnel
default.direct: does not add --delete to startup rsync and does not use rm
2011-08-25 11:34:44 +00:00
25-08-2011: 2.0.5
2012-01-31 11:12:30 +00:00
fix: Lsyncd will now terminate if it inotify watching exceeds
2011-08-25 11:34:44 +00:00
its preset limit.
2011-08-25 11:01:05 +00:00
fix: rsync error exit code 12 now results in retries.
2012-01-31 11:12:30 +00:00
fix: Lsyncd 2.0.5 should now compile better on a bit elder
2011-08-25 11:01:05 +00:00
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
2011-08-25 11:34:44 +00:00
of an inlet.
2012-01-31 11:12:30 +00:00
change: builtin Lua code is now loaded via a c-array.
2011-08-25 11:34:44 +00:00
Now more portable and correct memory flags are set.
2011-08-25 11:01:05 +00:00
change: Lsyncd will now bail on unknown error codes.
2012-01-31 11:12:30 +00:00
enhancement: settings.maxProcesses can now be set as a global limit
2011-08-25 11:34:44 +00:00
of childprocesses
enhancement: Lsyncd will refuse to start when any startup rsync
2012-01-31 11:12:30 +00:00
does not work cleanly and returns "again" unless settings.insist or
2011-08-25 11:34:44 +00:00
--insist is specified, then Lsyncd will keep retrying until it works.
2011-08-25 11:01:05 +00:00
enhancement: option "rsyncBinary" determines which rsync Lsyncd calls.
Default is "/usr/bin/rsync"
enhancement: fsevents ("inotify for OSX") fixed for Snowleopard.
2011-08-25 11:34:44 +00:00
and is available to configure by default.
2012-01-31 11:12:30 +00:00
enhancement: settings.inotifyMode: the actualy Modification event
2011-08-25 11:01:05 +00:00
Lsyncd reacts to can now be configured. Default is to react on
file closing in write mode.
2011-08-25 11:34:44 +00:00
enhancement: readdir(path) is available to userscripts, reads the contents
of a directory.
2011-08-25 11:01:05 +00:00
2011-03-27 08:25:56 +00:00
27-03-2011: 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
25-02-2011: 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.
2012-01-31 11:12:30 +00:00
2011-01-20 19:26:57 +00:00
20-01-2011: 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
2012-01-31 11:12:30 +00:00
fix: when matching exclusion to not add inotify use same
2011-01-20 19:26:57 +00:00
partial path than on syncs
fix: properly close pipes that needed more than one write.
2011-01-12 15:54:19 +00:00
11-01-2011: 2.0.1
fix: write pidfile after daemonize()
2012-01-31 11:12:30 +00:00
fix: fixed weak tables that allowed garbage collector to collect
2011-01-12 15:54:19 +00:00
event lists too eraly.
improvement: allow multiple arguments as table for rsyncOps
change: added OSX fsevents interface, disabled in autoconf by default
since still very experimental and limited to OSX 10.5 only.
2010-12-02 12:14:07 +00:00
02-12-2010: 2.0.0
a complete recoding!
change: format of command line arguments changed completly.
improvement: the config files format is not LUA instead of XML
2012-01-31 11:12:30 +00:00
allowing a range from easy configuration up until
2010-12-02 12:14:07 +00:00
complete scripts
enhancement: difference actions on different kind of events
effents are combined logically.
enhancement: allow moves to moved on the target (rsyncssh)
enhancement: excludes now allow simple file patterns (?, * and **)
enhancement: optionally there is now a statusfile
improvement: multiple target queues do not interfer with each other
improvement: Lsyncd2 will no longer wait for child processes to return
the monitor queue is constantly empties as long Lsyncd runs
improvement: Lsyncd2 can now retry operations on network failure and
queue events up.
2012-01-31 11:12:30 +00:00
improvement: There are now several debugging categories that can be
2010-12-02 12:14:07 +00:00
turned on individually.
change: manpage is now written in asciidoc
change: most more complex logic of Lsyncd is now written in Lua.
2010-11-16 21:33:11 +00:00
04-10-2010: 1.39
enhancement: call action for multiple targets simultanously
fix: correctly accept <file-filter/> from config xml
fix: correctly close and free the inotify file descriptor in case of restart
due to HUP signal or OVERFLOW condition
2012-01-31 11:12:30 +00:00
fix: when delay=0 a bug always called rsync file filter even when in
directory mode
2010-11-16 21:33:11 +00:00
01-09-2010: 1.38
enhancement: implemented file filters for singular operations
enhancement: added --singular parameter for single file calls
fix: fixed --dryrun messages
improvement: now restarts on an inotify OVERFLOW message, just like if
2012-01-31 11:12:30 +00:00
being kill -HUPed
2010-11-16 21:33:11 +00:00
internal: printout the actual binary called when --debug specified
05-08-2010: 1.37
enhancement: react on HUP signals (interpreted as complete restart)
enhancement: inotifies are configureable
enhancement: --no-startup skips the startup calls
fix : fixed delayed blocking handling.
improvement: made logging output better readable
internal: made all global variables local
internal: renamed "tackles" to "delays"
internal: removed the need of the "tosync" stack
internal: use more pointers instead of indexes
11-07-2010: 1.34
fix: logging segfault on 64bit systems
changed: man page location, spellings
05-06-2010: 1.33
2012-01-31 11:12:30 +00:00
fix: exlude file argument passing to rsync
2010-11-16 21:33:11 +00:00
fix: allow exlude files specified for individual sources
fix/enhancement: exlusions will be compared with extended
path files allowing sub dirs to be excluded.
enhancement: allow delays and call aggregation
05-01-2009: Release of lsyncd 1.26
fix: segfault on multitargets
2012-01-31 11:12:30 +00:00
changed meaning of "version" tag in lsyncd.conf.xml
2010-11-16 21:33:11 +00:00
14-12-2008: Release of lsyncd 1.25
fix: mv dir and cp -r working
fix: working with reiserfs
enhancement: config files
enhancement: multiple targets
enhancement: pidfiles
optimized: memory usage
improved documentation
lots of smaller stuff here and there ...
Thanks to all contributers!
2012-01-31 11:12:30 +00:00
05-12-2007: Release of lsyncd 1.0
2010-11-16 21:33:11 +00:00