Last change
on this file since 19 was 18, checked in by rainer, 19 years ago |
Optimized version of tiger algorithm, and basic ingredients for unit testing (part 2)
|
File size:
957 bytes
|
Line | |
---|
1 | since 2.1.0: update and daemon mode can be combined
|
---|
2 |
|
---|
3 | -- this implies that '-t update' will start a daemon process if running as
|
---|
4 | daemon is the default specified in the config file. use '--foreground'
|
---|
5 | to avoid starting a daemon process
|
---|
6 |
|
---|
7 |
|
---|
8 |
|
---|
9 | from 1.7.x to 1.8.x: client/server encryption protocol has been enhanced
|
---|
10 |
|
---|
11 | -- 1.7.x clients can connect to a 1.8.x server
|
---|
12 |
|
---|
13 | -- 1.8.x clients can only connect to a 1.7.x server, if they
|
---|
14 | are built with --enable-encrypt=1
|
---|
15 |
|
---|
16 |
|
---|
17 |
|
---|
18 | from 1.6.x to 1.7.x: things to watch out for
|
---|
19 |
|
---|
20 | -- the log server drops root privileges after startup; it needs a logfile
|
---|
21 | directory with write access for the unprivileged user now
|
---|
22 |
|
---|
23 | -- the PID file does not double as lock for the log file anymore; the
|
---|
24 | log file has its own lock now (same path, with .lock appended)
|
---|
25 |
|
---|
26 | -- by default, the HTML status page of the server is in the log directory
|
---|
27 | now; this allows to make the data directory read-only for the server
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.