/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 debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2009-02-13 05:38:21 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090213053821-03e696gckk4nbjps
Support not using IPv6 in server:

* mandos (AvahiService.__init__): Take new "protocol" parameter.  All
                                  callers changed.
  (IPv6_TCPServer.__init__): Take new "use_ipv6" parameter.  All
                             callers changed.
  (IPv6_TCPServer.server_bind): Create IPv4 socket if not using IPv6.
  (main): New "--no-ipv6" command line option.  New "use_ipv6" config
          option.
* mandos-options.xml ([@id="address"]): Document conditional IPv4
                                        address support.
  ([@id="ipv6"]): New paragraph.
* mandos.conf (use_ipv6): New config option.
* mandos.conf.xml (OPTIONS): Document new "use_dbus" option.
  (EXAMPLE): Changed to use IPv6 link-local address.  Added "use_ipv6"
             option.
* mandos.xml (SYNOPSIS): New "--no-ipv6" option.
  (OPTIONS): Document new "--no-ipv6" option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.0.6-1) unstable; urgency=low
2
 
 
3
 
  * New upstream release.
4
 
  * debian/mandos-client.postinst: Converted to Bourne shell.  Also
5
 
    minor message change.
6
 
  * debian/mandos-client.postrm: Minor message change.
7
 
  * debian/mandos.postinst: Converted to Bourne shell.  Also minor
8
 
    message change.
9
 
  * debian/mandos.prerm: Minor message change.
10
 
  * debian/rules (install-indep): Removed "--no-start" from
11
 
    dh_installinit.
12
 
  * debian/mandos-client.lintian-overrides: Remove obsolete override for
13
 
    unbreakable line in plugin-runner manual page.
14
 
  * debian/control (mandos/Depends): Added "python-gobject".
15
 
  * debian/mandos-client.dirs: Change
16
 
    "usr/share/initramfs-tools/scripts/local-top" to
17
 
    "usr/share/initramfs-tools/scripts/init-premount".
18
 
  * debian/mandos-client.README.Debian: Add reference to initramfs.conf
19
 
    and nfsroot.txt.  New section about the new non-local connection
20
 
    feature.
21
 
 
22
 
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Fri, 13 Feb 2009 09:27:25 +0100
23
 
 
24
1
mandos (1.0.5-1) unstable; urgency=low
25
2
 
26
3
  * New upstream release.