Rev | Line | |
---|
[1] | 1 |
|
---|
| 2 | from 1.7.x to 1.8.x: client/server encryption protocol has been enhanced
|
---|
| 3 |
|
---|
| 4 | -- 1.7.x clients can connect to a 1.8.x server
|
---|
| 5 |
|
---|
| 6 | -- 1.8.x clients can only connect to a 1.7.x server, if they
|
---|
| 7 | are built with --enable-encrypt=1
|
---|
| 8 |
|
---|
| 9 |
|
---|
| 10 |
|
---|
| 11 | from 1.6.x to 1.7.x: things to watch out for
|
---|
| 12 |
|
---|
| 13 | -- the log server drops root privileges after startup; it needs a logfile
|
---|
| 14 | directory with write access for the unprivileged user now
|
---|
| 15 |
|
---|
| 16 | -- the PID file does not double as lock for the log file anymore; the
|
---|
| 17 | log file has its own lock now (same path, with .lock appended)
|
---|
| 18 |
|
---|
| 19 | -- by default, the HTML status page of the server is in the log directory
|
---|
| 20 | now; this allows to make the data directory read-only for the server
|
---|
| 21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.