/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: 2014-03-23 22:12:57 UTC
  • mto: (237.7.272 trunk)
  • mto: This revision was merged to the branch mainline in revision 311.
  • Revision ID: teddy@recompile.se-20140323221257-9lkufevfdn4kwoq6
Use openat() etc. in plugin-runner.  Also one less useless warning.

* plugin-runner.c (main): Only print warning about failure to work
                          around Debian bug #633582 if the plugin
                          directory actually exists.  Use openat(),
                          fstat(), faccessat(), and eliminate
                          asprintf().

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This NEWS file records noteworthy changes, very tersely.
2
2
See the manual for detailed information.
3
3
 
 
4
Version 1.6.4 (2014-02-16)
 
5
* Server
 
6
** Very minor fix to self-test code.
 
7
 
 
8
Version 1.6.3 (2014-01-21)
 
9
* Server
 
10
** Add systemd support.
 
11
** For PID file, fall back to /var/run if /run does not exist.
 
12
* Client
 
13
** Moved files from /usr/lib/mandos to whatever the architecture
 
14
   specifies, like /usr/lib/x86_64-linux-gnu/mandos or
 
15
   /usr/lib64/mandos.
 
16
 
4
17
Version 1.6.2 (2013-10-24)
5
18
* Server
6
19
** PID file moved from /var/run to /run.