/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Teddy Hogeborn
  • Date: 2008-09-17 00:34:09 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080917003409-bxbjsc4o69nx40t6
* .bzr-builddeb/default.conf: New.

* Makefile (install-server): Do not create directories that
                             should already be present in a
                             normal system.
  (install-client-nokey): - '' -  Also specify non-executable
                          mode for "initramfs-tools-hook-conf".

* README: Improved wording.  Use real copyright mark.

* debian/changelog: New.
* debian/compat: - '' -
* debian/control: - '' -
* debian/copyright: - '' -
* debian/mandos-client.README.Debian: - '' -
* debian/mandos-client.dirs: - '' -
* debian/mandos-client.lintian-overrides: - '' -
* debian/mandos-client.postinst: - '' -
* debian/mandos-client.postrm: - '' -
* debian/mandos.dirs: - '' -
* debian/mandos.lintian-overrides: - '' -
* debian/rules: - '' -
* default-mandos: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This NEWS file records noteworthy changes, very tersely.
2
 
See the manual for detailed information.
3
 
 
4
 
Version 1.0.3 (2009-01-06)
5
 
* Server
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
9
 
   clients.conf.
10
 
 
11
 
* Client
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.
15
 
 
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
19
 
  future.
20
 
 
21
 
Version 1.0.1 (2008-10-07)
22
 
* Server
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.
26
 
 
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.
33
 
 
34
 
* There is now a "NEWS" file (this one), giving a history of
35
 
  noteworthy changes.