/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

Merge from trunk.  Notable changes:

 1. Server package now depends on "python-gobject".
 2. Permission fix for /lib64.
 3. Support for DEVICE setting from initramfs.conf, kernel parameters
    "ip=" and "mandos=connect".
 4. Fix for the bug where the server would stop responding, with a
    zombie checker process.
 5. Add support for disabling IPv6 in the server
 6. Fix for the bug which made the server, plugin-runner and
    mandos-client fail to change group ID.
 7. Add GnuTLS debugging to server debug output.
 8. Fix for the bug of the "--options-for" option of plugin-runner,
    where it would cut the value at the first colon character.
 9. Stop using sscanf() throughout, since it does not detect overflow.
10. Fix for the bug where plugin-runner would not go to the fallback
    if all plugins failed.
11. Fix for the bug where mandos-client would not clean up after a
    signal.
12. Added support for connecting to IPv4 addresses in mandos-client.
13. Added support for not using a specific network interface in
    mandos-client.
14. Kernel log level will be lowered by mandos-client while bringing
    up the network interface.
15. Add an option for the maximum time for mandos-client to wait for
    the network interface to come up.
16. Fix for the bug where mandos-client would not clean the temporary
    directory on some filesystems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mandos (1.0.5-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release.
 
4
 
 
5
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sat, 17 Jan 2009 02:26:00 +0100
 
6
 
 
7
mandos (1.0.4-1) unstable; urgency=low
 
8
 
 
9
  * New upstream release.
 
10
  * debian/watch: New file.
 
11
  * debian/mandos-client.README.Debian: Document new "mandos=off" kernel
 
12
    parameter.
 
13
 
 
14
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 15 Jan 2009 05:49:22 +0100
 
15
 
 
16
mandos (1.0.3-2) unstable; urgency=low
 
17
 
 
18
  * Removed some now-unused debconf files.
 
19
  * Changed postinst scripts to not source debconf/confmodule.
 
20
  * Removed po-debconf from build-depends.
 
21
 
 
22
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 06 Jan 2009 21:28:20 +0100
 
23
 
1
24
mandos (1.0.3-1) unstable; urgency=low
2
25
 
3
26
  * New upstream release.
4
 
    
5
27
  * Add -Xlinker to linker flags to fix FTBFS for some architectures.
6
28
    Thanks to Thiemo Seufer <ths@networkno.de> for the report and
7
29
    fix. (Closes:  #509398)
8
 
    
9
30
  * Remove debconf use altogether, thereby stopping debconf abuse.  Thanks
10
31
    to Christian Perrier <bubulle@debian.org>. (Closes:  #509653)
11
32
  * Add NEWS file to /usr/share/doc directories.