/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.11-1) unstable; urgency=low
2
 
 
3
 
  * debian/control (Standards-Version): Changed to "3.8.1".
4
 
  * Makefile (GNUTLS_CFLAGS, GNUTLS_CFLAGS): Use "pkg-config" instead of
5
 
    the old "libgnutls-config" script.  (Closes:  #529836)
6
 
 
7
 
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sat, 23 May 2009 07:12:20 +0200
8
 
 
9
 
mandos (1.0.10-1) unstable; urgency=low
10
 
 
11
 
  * New upstream release.
12
 
  * debian/mandos-client.postinst (update_initramfs): Fix permissions of
13
 
    old initrd.img-*.bak files.
14
 
 
15
 
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sun, 17 May 2009 04:56:35 +0200
16
 
 
17
 
mandos (1.0.9-1) unstable; urgency=low
18
 
 
19
 
  * New upstream release.
20
 
 
21
 
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sun, 17 May 2009 02:59:45 +0200
22
 
 
23
 
mandos (1.0.8-1) unstable; urgency=low
24
 
 
25
 
  * New upstream release.
26
 
 
27
 
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Wed, 25 Feb 2009 02:26:57 +0100
28
 
 
29
 
mandos (1.0.7-1) unstable; urgency=low
30
 
 
31
 
  * New upstream release.
32
 
 
33
 
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 24 Feb 2009 12:58:06 +0100
34
 
 
35
 
mandos (1.0.6-1) unstable; urgency=low
36
 
 
37
 
  * New upstream release.
38
 
  * debian/mandos-client.postinst: Converted to Bourne shell.  Also
39
 
    minor message change.
40
 
  * debian/mandos-client.postrm: Minor message change.
41
 
  * debian/mandos.postinst: Converted to Bourne shell.  Also minor
42
 
    message change.
43
 
  * debian/mandos.prerm: Minor message change.
44
 
  * debian/rules (install-indep): Removed "--no-start" from
45
 
    dh_installinit.
46
 
  * debian/mandos-client.lintian-overrides: Remove obsolete override for
47
 
    unbreakable line in plugin-runner manual page.
48
 
  * debian/control (mandos/Depends): Added "python-gobject".
49
 
  * debian/mandos-client.dirs: Change
50
 
    "usr/share/initramfs-tools/scripts/local-top" to
51
 
    "usr/share/initramfs-tools/scripts/init-premount".
52
 
  * debian/mandos-client.README.Debian: Add reference to initramfs.conf
53
 
    and nfsroot.txt.  New section about the new non-local connection
54
 
    feature.
55
 
 
56
 
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Fri, 13 Feb 2009 09:27:25 +0100
57
 
 
58
1
mandos (1.0.5-1) unstable; urgency=low
59
2
 
60
3
  * New upstream release.