/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: 2016-02-21 14:24:01 UTC
  • Revision ID: teddy@recompile.se-20160221142401-j7glu6a2hg604d1e
Use AddressSanitizer and UndefinedBehaviorSanitizer.

* Makefile (SANITIZE): New; set to all sanitizing options depending on
                       GCC version.
  (CFLAGS): Added "$(SANITIZE)".

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.7.1 (2015-10-24)
 
5
* Client
 
6
** Bug fix: Can now really find Mandos server even if the server has
 
7
   an IPv6 address on a network other than the one which the Mandos
 
8
   server is on.
 
9
 
4
10
Version 1.7.0 (2015-08-10)
5
11
* Server
6
12
** Bug fix: Handle local Zeroconf service name collisions better.