~ubuntu-branches/ubuntu/saucy/lsyncd/saucy-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Jan Dittberner
  • Date: 2013-06-22 23:14:59 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20130622231459-ngiwwvd9u5xmt0iy
Tags: 2.1.5-1
* New upstream version (Closes: #707328).
* refresh debian/patches/dont_install_lua_as_docs.patch
* debian/control:
  - change Homepage to github page
  - switch to canonical Vcs-* URLs
  - bump Standards-Version to 3.9.4 (no changes)
* debian/rules:
  - add --add-missing to automake invocation to add missing test-driver and
    remove test-driver in clean target (Closes: #713793)
* debian/lsyncd.init:
  - don't source /lib/init/vars.sh and don't use $VERBOSE, don't use
    --make-pidfile
  - add --nicelevel to lsyncd invocation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
??-??-????:
 
1
07-07-2013: 2.1.5
 
2
        enhancement: Added rsync options: bwlimit, timeout
 
3
        fix: Specifying ssh port no longer overwrites the last rsync option
 
4
        fix: rsync option password_file is now accepted
 
5
        fix: onAttrib is accepted again
 
6
        fix: -log Exec now prints now fully all arguments
 
7
        fix: configure script lua detection now includes math lib to workaround 
 
8
             wrongly created "needs COMPAT_ALL" messages.
 
9
        fix: repaired variable replacement for layer 3 scripts
 
10
        fix: config.delay is now checked to a number >= 0
 
11
        change: a2x is no longer checked by configure script.
 
12
                        should not be needed when building from tarball
 
13
 
 
14
24-11-2012: 2.1.4
 
15
        fix: making ssh custom port changes work with ssh and rsync
 
16
 
 
17
23-11-2012: 2.1.3
 
18
        fix: fixed 2 crash conditions due to failure to read 'uSettings'
 
19
 
 
20
03-11-2012: 2.1.2
 
21
        fix: added excludeFrom to checkgauge (thx to DavidWittman)
 
22
        fix: fixed rsync option computation
 
23
        enhancement: added password_file file option to rsync
 
24
 
 
25
27-10-2012: 2.1.1
 
26
        fix: fix rsync.rsh, rsync.rsync_path, rsync.tmp_dir, rsync._extra parameters
 
27
                 thanks go to Birger Schmidt for this fix.
 
28
 
 
29
23-10-2012: 2.1.0
 
30
        fix: fail startup if settings.inist is false and one of the target hosts fails
 
31
        fix: in case of waiting for processes during restart only logs this state now once a minute
 
32
             rather than filling the log crazy about it
 
33
        enhancement: rsyncOpts has been replaced by rsync = {...} parameter lists
 
34
        enhancement: default.rsyncssh has now a ssh = {...} parameter similar to default.rsync to
 
35
                     add option to ssh calls. Ditto for xargs = {...}
 
36
        enhancement: the default.* implementations have a checkgauge erroring on any unknown
 
37
                     parameters to the sync{} call
 
38
        enhancement: the delete parameter now takes: true, false, 'running' and 'startup'
 
39
        improvement: Dennis Schridde provided various improvements for Lsyncd's autoconf building
 
40
        change: Lsyncd is now Lua 5.2 compatible
 
41
        change: Lsyncd now exits with exitcode 143 on TERM signal
 
42
        change: settings is now be used as call like settings{...} instead of settings = {...}
 
43
 
 
44
04-04-2012: 2.0.7
2
45
        fix: closed a memory leak due to not correct configured weak tables
3
46
        fix: default.direct, do not use on OSX unrecognized option -t on modify
4
47
        fix: default.direct, typo leading to compile error
8
51
        change: removed --with-default-runner since it was broken, and will be replaced by something
9
52
                more generic in future
10
53
 
11
 
16-02-2011: 2.0.6
 
54
16-02-2012: 2.0.6
12
55
        fix: no longer stops syslogging on HUP signals
13
56
        fix: OSX event watcher no longer misses moves into and out of the watch tree
14
57
        fix: not refinding a relative path to the config file in case of HUP.