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

* plugin-runner.c (getplugin, add_environment, main): Handle EINTR
                                                      properly.

* plugins.d/mandos-client.c (start_mandos_communication): Bug fix:
  move out "decrypted_buffer_size" to where it is needed.

* plugins.d/splashy.c (termination_handler): Save signal received.
  (main): Check return value from "sigaddset()".

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
 
1
9
mandos (1.0.10-1) unstable; urgency=low
2
10
 
3
11
  * New upstream release.