/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 bsnet
  • Date: 2011-07-31 13:05:34 UTC
  • Revision ID: teddy@fukt.bsnet.se-20110731130534-v4d9hsvek80ms9uo
* plugins.d/mandos-client.c (avahi_loop_with_timeout): Fix warning.
  (main): Disallow "--retry" arguments < 0.  Allow brackets [] around
          IPv6 addresses, as recommended by RFC 5952.  Bug fix: When
          using --connect, really use retry_interval, not 1 second.
* plugins.d/mandos-client.xml (DESCRIPTION): Add retry info.
  (--retry): Remove repeated word.

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.3.1 (2011-07-27)
 
5
* Client:
 
6
** Client now retries all Mandos servers periodically.
 
7
** Work around Debian bug #633582 - fixes "Permission denied" problem.
 
8
 
 
9
Version 1.3.0 (2011-03-08)
 
10
* Server:
 
11
** Updated for Python 2.6.
 
12
* Client:
 
13
** Bug fix: Make the password-prompt plugin not conflict with
 
14
   Plymouth.
 
15
** Bug fix: Bug fix: update initramfs also when purging package.
 
16
 
4
17
Version 1.2.3 (2010-10-11)
5
18
* Server:
6
19
** Bug fix: Expose D-Bus API also in non-debug mode.