/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-10 06:55:54 UTC
  • Revision ID: teddy@recompile.se-20140310065554-of3kz8jdhlll42l3
Use "struct sockaddr_storage" instead of a union in mandos-client.

Apparently using struct sockaddr_storage the way POSIX intended is
incompatible with strict aliasing, so turn that off in the Makefile.

* plugins.d/mandos-client.c (start_mandos_communication): Change "to"
                                                          from a union
                                                          to a struct
                                                          sockaddr_storage.
* Makefile (OPTIMIZE): Add "-fno-strict-aliasing".

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.