Imported Upstream version 3.0.717
[darkstat-debian] / NEWS
1 Changes to defaults, most recent first:
2
3 - After v3.0.708, --debug was split into --verbose and --no-daemon.
4
5 - Since v3.0.694, darkstat is able to save its internal database into a file and
6   reload it on startup.  The file format is, by design, incompatible with the
7   format from darkstat v2.
8
9 - After v3.0.626, daemonizing can be suppressed with the "--debug" commandline
10   argument, to force darkstat to stay in the foreground for debugging purposes.
11
12   The "-d" argument is no longer recognized, and will prevent darkstat
13   from starting, so make sure you adjust any startup scripts you may have.
14
15 - v3.0.540 and earlier defaulted to running in the foreground and had a "-d"
16   commandline argument to get darkstat to daemonize, detach from the controlling
17   terminal, and run in the background.
18
19   After 540, the default has been inverted.  darkstat will daemonize by default.