/mandos/trunk

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

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Teddy Hogeborn
  • Date: 2021-02-03 00:12:25 UTC
  • Revision ID: teddy@recompile.se-20210203001225-n8x1w4wwnf3qy5pv
Fix #include headers

Update all #include's and comments to reflect order of use in source
code.

* dracut-module/password-agent.c: Update #include headers.
* plugin-helpers/mandos-client-iprouteadddel.c: - '' -
* plugin-runner.c: - '' -
* plugins.d/askpass-fifo.c: - '' -
* plugins.d/mandos-client.c: - '' -
* plugins.d/password-prompt.c: - '' -
* plugins.d/plymouth.c: - '' -
* plugins.d/splashy.c: - '' -
* plugins.d/usplash.c: - '' -

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.8.11
 
4
Version 1.8.13 (2020-11-30)
 
5
* Client
 
6
** Fix unreliable test in password-agent(8mandos).
 
7
 
 
8
Version 1.8.12 (2020-07-04)
 
9
* Client
 
10
** Fix compatibility with the GNU C Library version 2.31.
 
11
** In initramfs-tools boots, only use setsid(1) when available.
 
12
 
 
13
Version 1.8.11 (2020-04-08)
5
14
* Client
6
15
** Fix file descriptor leak when adding or removing local routes to
7
16
   unreachable hosts on the local network.