42 lines (32 with data), 1.7 kB
LOG:
20140403 - 0.3.2 Fixed a bug related to "hostname -I" used in testsuite
scripts (some Linux systems use an older version without "-I" option);
fixed a bug related to [Trace]/CommandTraceFile keywork inside config
files
removed '#' from test case titles (it does not work with some m4
versions)
added syslog messages and verbose console messages to help debugging
network related issued
20140320 - 0.3.1 Fixed a bug related to token "UnicastAddress" inside config
files
Added "-D, --discovery-attempts" option (see [Network]/DiscoveryAttempts)
Added "-I, --discovery-timeout" option (see [Network]/DiscoveryTimeout)
Added "--discovery-ttl" option (see [Network]/DiscoveryTTL)
Added "--tcp-keepalive-*" otpions (see [Network]/TcpKeepalive*)
20140309 - 0.3.0 Renamed [Communication] with [Daemon] inside configuration
files
Added "-d, --daemon-lifespan" option (see [Daemon]/Lifespan)
Added distributed lock manager feature with all related options:
-a, --unicast-address, -p, --unicast-port, -A, --multicast-address,
-P, --multicast-port
20140127 - 0.1.5 implemented lock sharing among two or more users [use case #6]
20140124 - 0.1.4 implemented lock mode semantic as in VMS DLM (Distributed Lock
Manager) [use case #5]
20140119 - 0.1.3 implemented blocking with timeout behavior
(--resource-timeout, -o) [use case #4]
20140115 - 0.1.2 implemented non blocking behavior (--resource-wait, -w)
[use case #3]
20140104 - 0.1.1 splitted daemon/command trace file; implemented configuration
files; implemented multiple resources [use case #2]
20131222 - 0.1.0 first release: it implements use case #1 (simple
serialization)