X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=changelog;h=03175037e0cfbaba9c561785e6c4edf2b5f7d73c;hb=9c0139c59459dafe88ff0715898135d4926f9f92;hp=35580e433af94b2c0a9df53082af80a2c29dedfa;hpb=bc79a75c2bd7600387d3cca68b9fb4f073c6b6db;p=userv-utils.git diff --git a/changelog b/changelog index 35580e4..0317503 100644 --- a/changelog +++ b/changelog @@ -1,9 +1,75 @@ -userv-utils (0.2.0) unstable; urgency=low +userv-utils (0.2.99.0.2) unstable; urgency=low - * ipif/INSTALL instructions slightly improved, slattach patch included. + * debianisation + * new Makefiles in various directories, still all a bit crap + * removed some common stuff from */Makefile to settings.make + * copyright notices updated + * groupmanage: do not claim that root doesn't exist. + (Thanks to report from Ben Harris.) + * groupmanage: configurable group name length limit. + (Thanks to small patch from Ben Harris.) + * add HTTP_REFERER to ucgi. + * Allow config file to override ipif default clock skew and lag. + * Set default max clock skew to 45/45, not 10/30. + * Fix path in www-cgi userv service config. -- +userv-utils (0.2.99.0.1) unstable; urgency=low + + dyndns: + * New dyndns service. + + ipif: + * Minor fixes to INSTALL. + * Report nonzero death of m4 better. + * service MAXEXROUTES increased from 5 to 50. + + groupmanage improvements from Unix Support, etc.: + * new name-regexp feature. + * admin-group is understood in config file but currently inored. + * file locations configurable. + + -- Ian Jackson Thu, 3 Jul 2003 12:55:12 +0100 + +userv-utils (0.2.3) unstable; urgency=low + + * udptunnel-reconf can write a known_hosts file for you. + + -- Ian Jackson Mon, 11 Feb 2002 21:46:48 +0000 + +userv-utils (0.2.2) unstable; urgency=low + + * udptunnel-reconf default script pauses for 10s between restarts. + * udptunnel-reconf inittab entries default to having Sat, 15 Dec 2001 17:55:06 +0000 + +userv-utils (0.2.1) unstable; urgency=low + + * New udptunnel-reconf program for generating invoke scripts, inittab + entries, and the like, for a multi-host VPN. + + * service.c (userv ipif) /32 prefixes work properly now. + * `make distclean' works in ipif, www-cgi and top level. + + -- Ian Jackson Mon, 11 Dec 2000 02:45:58 +0000 + +userv-utils (0.2.0) unstable; urgency=low + + Improvements to ipif (tunnelling/VPN facility): + * INSTALL instructions much improved and README created. + * Patch to slattach included. + * Documentation comments improved. + + -- Ian Jackson Mon, 18 Sep 2000 01:31:01 +0100 + userv-utils (0.1.90) unstable; urgency=low * ipif/INSTALL instructions, such as they are, included.