/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: 2014-02-16 02:42:42 UTC
  • Revision ID: teddy@recompile.se-20140216024242-9wiw1nkxgt7ohovj
Fix running of self-tests.

* debian/control (Build-Depends): Add Python dependencies to
                                  successfully run self-tests.
* debian/copyright: GPLv3 now has its own license file - use it.
* debian/watch: Set PGP signature URL.
* mandos (main): Bug fix: When running self-tests, set exit code.
* mandos-ctl (main): Cosmetic fix; use os.EX_OK instead of plain 0.

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
4
Version 1.6.3 (2014-01-21)
16
5
* Server
17
6
** Add systemd support.