/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: 2009-04-14 03:36:05 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090414033605-ao45swlzyvmahc8y
Minor code cleanup, and a bug fix.

* mandos: Added blank second line in doc strings.
  (SO_BINDTODEVICE): New global constant.
  (TCP_handler): Renamed to "ClientHandler".  All users changed.
  (ClientHandler.handle): Get GnuTLS priority directly from
                          server.gnutls_priority instead of
                          server.settings["priority"].
  (IPv6_TCPServer): Do not use super() anywhere.
  (IPv6_TCPServer.__init__) Do not receive "settings" dict, get all
                            the relevant settings separately as
                            keyword arguments.  All callers changed.
  (IPv6_TCPServer.server_bind): Use global SO_BINDTODEVICE.  Bug fix:
                               add NUL character to interface name.
                               Use "self.interface" directly instead
                               of "self.settings['interface']".
  (IPv6_TCPServer.handle_ipc): Use "self.use_dbus" directly instead of
                               "self.settings['use_dbus']".

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.0.11 (2009-05-23)
5
 
* Client
6
 
** Bug fix: Use "pkg-config" instead of old "libgnutls-config".
7
 
 
8
 
Version 1.0.10 (2009-05-17)
9
 
* Client
10
 
** Security bug fix: Fix permissions on initrd.img-*.bak files when
11
 
   upgrading from older versions.
12
 
 
13
 
Version 1.0.9 (2009-05-17)
14
 
* Client
15
 
** Security bug fix: Fix permissions on initrd.img file when
16
 
   installing new linux-image-* packages calling mkinitramfs-kpkg (all
17
 
   version lower than 2.6.28-1-* does this).
18
 
 
19
4
Version 1.0.8 (2009-02-25)
20
5
* Client
21
6
** Bug fix: Fix missing quote characters in initramfs-tools-hook.