/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-03-23 19:55:18 UTC
  • Revision ID: teddy@recompile.se-20140323195518-amvoytwi12iheypo
Make mandos-client prefer /run/tmp over /tmp.

* plugins.d/mandos-client.c (init_gpgme): Add more const.
  (main): Make "tempdir" a pointer to the temporary directory, if one
          has been created, or NULL.  This also eliminates the need
          for the "tempdir_created" variable.

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
4
Version 1.6.4 (2014-02-16)
12
5
* Server
13
6
** Very minor fix to self-test code.