1
This NEWS file records noteworthy changes, very tersely.
2
See the manual for detailed information.
4
Version 1.0.3 (2009-01-06)
6
** Now tries to change to user and group "_mandos" before falling back
7
to trying the old values "mandos", "nobody:nogroup", and "65534".
8
** Now does not abort on startup even if no clients are defined in
12
** Plugins named "*.dpkg-bak" are now ignored.
13
** Hopefully fixed compilation failure on some architectures where the
14
C compiler does not recognize the "-z" option as a linker option.
16
Version 1.0.2 (2008-10-17)
17
* mandos-keygen now signs the encrypted key blobs. This signature is
18
not currently verified by mandos-client, but this may change in the
21
Version 1.0.1 (2008-10-07)
23
** Expand environment variables and ~user in clients.conf's "secfile"
24
The "secfile" option in /etc/mandos/clients.conf now expands
25
"~user/foo" and "$ENVVAR" strings.
27
* Client (plugin-runner, plugins, etc.)
28
** Manual pages for the usplash, splashy, and askpass-fifo plugins.
29
All plugins now have man pages.
30
** More secure compilation and linking flags.
31
All programs are now compiled with "-fstack-protector-all -fPIE
32
-pie", and linked using "-z relro -pie" for additional security.
34
* There is now a "NEWS" file (this one), giving a history of