File: NEWS

package info (click to toggle)
darkstat 3.0.722-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 868 kB
  • sloc: ansic: 7,585; sh: 660; javascript: 213; makefile: 174; php: 15
file content (24 lines) | stat: -rw-r--r-- 1,052 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Changes to defaults, most recent first:

- After v3.0.717, the user must specify a --chroot dir for chroot() to happen.
  We don't set a default in the configure script anymore.

- After v3.0.708, --debug was split into --verbose and --no-daemon.

- Since v3.0.694, darkstat is able to save its internal database into a file and
  reload it on startup.  The file format is, by design, incompatible with the
  format from darkstat v2.

- After v3.0.626, daemonizing can be suppressed with the "--debug" commandline
  argument, to force darkstat to stay in the foreground for debugging purposes.

  The "-d" argument is no longer recognized, and will prevent darkstat
  from starting, so make sure you adjust any startup scripts you may have.

- v3.0.540 and earlier defaulted to running in the foreground and had a "-d"
  commandline argument to get darkstat to daemonize, detach from the controlling
  terminal, and run in the background.

  After 540, the default has been inverted.  darkstat will daemonize by default.

vim:set noet ts=8 sw=8 tw=80: