/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

Merge new wireless network hook.  Fix bridge network hook to use
hardware addresses instead of interface names.  Implement and document
new "CONNECT" environment variable for network hooks.

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.5 (2014-05-11)
5
 
* Client
6
 
** Work around bug in GnuPG <http://bugs.g10code.com/gnupg/issue1622>
7
 
** Give better error messages when run without sufficient privileges
8
 
** Only warn if workaround for Debian bug #633582 was necessary and
9
 
   failed, not if it failed and was unnecessary.
10
 
 
11
 
Version 1.6.4 (2014-02-16)
12
 
* Server
13
 
** Very minor fix to self-test code.
14
 
 
15
 
Version 1.6.3 (2014-01-21)
16
 
* Server
17
 
** Add systemd support.
18
 
** For PID file, fall back to /var/run if /run does not exist.
19
 
* Client
20
 
** Moved files from /usr/lib/mandos to whatever the architecture
21
 
   specifies, like /usr/lib/x86_64-linux-gnu/mandos or
22
 
   /usr/lib64/mandos.
23
 
 
24
 
Version 1.6.2 (2013-10-24)
25
 
* Server
26
 
** PID file moved from /var/run to /run.
27
 
** Bug fix: Handle long secrets when saving client state.
28
 
** Bug fix: Use more magic in the GnuTLS priority string to handle
29
 
   both old DSA/ELG 2048-bit keys and new RSA/RSA 4096-bit keys.
30
 
* Client
31
 
** mandos-keygen: Bug fix: now generate RSA keys which GnuTLS can use.
32
 
                  Bug fix: Output passphrase prompts even when
33
 
                  redirecting standard output.
34
 
 
35
 
Version 1.6.1 (2013-10-13)
36
 
* Server
37
 
** All client options for time intervals now also take an RFC 3339
38
 
   duration.  The same for all options to mandos-ctl.
39
 
** Bug fix: Handle fast checkers (like ":") correctly.
40
 
** Bug fix: Don't print output from checkers when running in
41
 
   foreground.
42
 
** Bug fix: Do not fail when client is removed from clients.conf but
43
 
   saved settings remain.
44
 
** Bug fix: mandos-monitor now displays standout (reverse video) again
45
 
   using new version of Urwid.
46
 
** Bug fix: Make boolean options work from the config file again.
47
 
** Bug fix: Make --no-ipv6 work again.
48
 
** New default priority string to be slightly more compatible with
49
 
   older versions of GnuTLS.
50
 
* Client
51
 
** Bug fix: Fix bashism in mandos-keygen.
52
 
** Default key and subkey types are now RSA and RSA, respectively.
53
 
   Also, new default key size is 4096 bits.
54
 
 
55
 
Version 1.6.0 (2012-06-18)
56
 
* Server
57
 
** Takes new --foreground option
58
 
** Init script supports new "status" action.
59
 
* Client
60
 
** Now uses all interfaces by default; the --interface option can
61
 
   still be used to restrict it, and the argument to --interface (as
62
 
   well as the $DEVICE environment variable for the network hooks) is
63
 
   now a comma-separated list of interfaces to use.
64
 
 
65
 
Version 1.5.5 (2012-06-01)
66
 
* Server
67
 
** Server takes new --socket option
68
 
 
69
 
Version 1.5.4 (2012-05-20)
70
 
* Server
71
 
** Bug fix: Regression fix: Make non-zero approval timeout values work.
72
 
** Bug fix: Regression fix: Allow changing the Timeout D-Bus property.
73
 
** Fall back to not bind to an interface if an invalid interface name
74
 
   is given.
75
 
** Removed support for undocumented feature of using plain "%%s" in
76
 
   "checker" client option.
77
 
** Old D-Bus interface are now marked as deprecated.
78
 
** mandos-monitor: Bug fix: show approval timers correctly.
79
 
** mandos-ctl: Show "Extended Timeout" correctly, not as milliseconds.
80
 
 
81
 
Version 1.5.3 (2012-01-15)
82
 
* Server
83
 
** Add D-Bus property se.recompile.Client.LastCheckerStatus and use it
84
 
   in mandos-monitor.
85
 
* Client
86
 
** Fix bugs in the example "bridge" network hook.
87
 
 
88
 
Version 1.5.2 (2012-01-08)
89
 
* Server
90
 
** Removed D-Bus signal se.recompile.Mandos.NewRequest() added in
91
 
   1.5.0.  It was buggy and was of questionable utility.
92
 
 
93
 
Version 1.5.1 (2012-01-01)
94
 
* Server
95
 
** Include intro(8mandos) manual page, missing since migration from
96
 
   README file in version 1.4.0.
97
 
 
98
 
Version 1.5.0 (2012-01-01)
99
 
* Client
100
 
** Network hooks.  The Mandos client can now run custom scripts to take
101
 
   up a network interface before the client is run.  Three example
102
 
   scripts are provided: "wireless", "openvpn", and "bridge".
103
 
   To facilitate this, the client now prefers network interfaces which
104
 
   are up (if any) over all other interfaces.
105
 
* Server
106
 
** Persistent state.  Client state is now saved between server
107
 
   restarts.
108
 
** clients.conf file can now contain "enabled" setting for clients.
109
 
** Bug fix: Fix rare crash bug.
110
 
** Bug fix: Send corrent D-Bus type in PropertyChanged for
111
 
   "ApprovalDelay", "ApprovalDuration", "Timeout", and
112
 
   "ExtendedTimeout".
113
 
** mandos-ctl: Bare numbers as arguments are taken to be milliseconds.
114
 
** Bug fix: mandos-ctl --secret option now works.
115
 
** New D-Bus signal: se.recompile.Mandos.NewRequest(s).
116
 
 
117
4
Version 1.4.1 (2011-10-15)
118
5
* Server
119
6
** Make D-Bus properties settable again, and handle checkers