chiark / gitweb /
Debianization stuff.
authormdw <mdw>
Mon, 19 Apr 2004 07:44:16 +0000 (07:44 +0000)
committermdw <mdw>
Mon, 19 Apr 2004 07:44:16 +0000 (07:44 +0000)
configure.in
debian/changelog

index 65c9edc2baa7ae98533dbb03c5c314a452ac5fbb..03ad025c7cf8ff08d3815986d1e4548c1ec65b97 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-autoconf-*-
 dnl
-dnl $Id: configure.in,v 1.15 2004/04/08 01:36:17 mdw Exp $
+dnl $Id: configure.in,v 1.16 2004/04/19 07:44:16 mdw Exp $
 dnl
 dnl Configuration script for TrIPE
 dnl
@@ -109,7 +109,7 @@ esac
 AC_SUBST(tun)
 
 mdw_MLIB(2.0.0)
-mdw_CATACOMB(2.0.1, [CFLAGS="$CFLAGS $CATACOMB_CFLAGS"])
+mdw_CATACOMB(2.1.0, [CFLAGS="$CFLAGS $CATACOMB_CFLAGS"])
 
 if test "$ethereal" = true -a "$ETHEREAL_PLUGIN_DIR" = unknown; then
   AC_CACHE_CHECK([where to put Ethereal plugins], 
index 9a02285d4f8597009d71debc448ebcd54e63e518..40ba858e5a89a9757f18c1fb178ea90aa3ed8de8 100644 (file)
@@ -3,5 +3,6 @@ tripe (1.0.0pre6) experimental; urgency=low
   * Debianization!
   * Don't report uninteresting errors when accepting connections.
   * Support elliptic curve keys.
+  * Allow user selection of symmetric crypto algorithms.
 
- -- Mark Wooding <mdw@nsict.org>  Sat,  3 Apr 2004 11:23:40 +0100
+ -- Mark Wooding <mdw@nsict.org>  Mon, 19 Apr 2004 08:44:00 +0100