/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 at recompile
  • Date: 2020-01-12 01:42:09 UTC
  • Revision ID: teddy@recompile.se-20200112014209-ktr3acloxzbmhbnt
mandos-ctl: Add DBussy support

Add support in mandos-ctl for the "DBussy" Python D-Bus module.  Use
it by default, if it is available.

* mandos-ctl: Try to import the "dbussy" and its high-level module
  "ravel".
  (main): Use DBussy if import succeeded.
  (dbussy_adapter): New.
  (Test_dbussy_adapter_SystemBus): New test class.

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
5
 
* Client
6
 
** Fix file descriptor leak when adding or removing local routes to
7
 
   unreachable hosts on the local network.
8
 
 
9
 
Version 1.8.10 (2020-03-21)
10
 
* Server
11
 
** Fix bug when setting a client's D-Bus "Secret" property
12
 
** Start client checkers after a random delay
13
 
** When using systemd, allow easier modification of server options
14
 
** Better log messages in mandos-monitor
15
 
* Client
16
 
** When using dracut & systemd, allow easier modification of options
17
 
 
18
4
Version 1.8.9 (2019-09-03)
19
5
* No user-visible changes
20
6