/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to NEWS

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