/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-02-11 19:02:24 UTC
  • mto: This revision was merged to the branch mainline in revision 465.
  • Revision ID: teddy@fukt.bsnet.se-20110211190224-62celso7mswtep65
* mandos-monitor: Use unicode string literals.  Update __future__
                  import line to use all available and applicable
                  imports.

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
 
 
17
4
Version 1.2.3 (2010-10-11)
18
5
* Server:
19
6
** Bug fix: Expose D-Bus API also in non-debug mode.