/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-06-03 18:28:39 UTC
  • Revision ID: teddy@recompile.se-20160603182839-064dp506ht0ylzrt
mandos: Bug fix for Python 2.7 and the "--interface" option

* mandos: Try harder at program start to find correct value of
          SO_BINDTODEVICE, even if it is missing from the Python
          standard libraries.
  (IPv6_TCPServer.server_bind): If SO_BINDTODEVICE was not found, fall
                                back to a hard-coded value (and emit
                                warning).

Reported-by: Valerio Bellizzomi <valerio@selnet.org>

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.9 (2016-06-22)
5
 
* Client
6
 
** Do not include intro(8mandos) man page
7
 
 
8
 
Version 1.7.8 (2016-06-21)
9
 
* Client
10
 
** Include intro(8mandos) man page
11
 
** mandos-keygen: Use ECDSA SSH keys by default
12
 
** Bug fix: Work with GnuPG 2 when booting (Debian bug #819982)
13
 
   by copying /usr/bin/gpg-agent into initramfs
14
 
* Server
15
 
** Bug fix: Work with GnuPG 2 (don't use --no-use-agent option)
16
 
** Bug fix: Make the --interface option work when using Python 2.7
17
 
   by trying harder to find SO_BINDTODEVICE
18
 
 
19
4
Version 1.7.7 (2016-03-19)
20
5
* Client
21
6
** Fix bug in Plymouth client, broken since 1.7.2