finalise 0.4
[userv-utils] / debian / changelog
CommitLineData
346a2a24 1userv-utils (0.4) unstable; urgency=low
22fd0ebe
IJ
2
3 ipif:
4 * Now uses tun, not slip. All modern Linux kernels have tun support,
5 and we weren't portable to non-Linux anyway. slattach has sometimes
6 been implicated in kernel problems. Interfaces are now called
0ae8e686 7 "userv%d" (ie, userv0, userv1, etc.). Only "slip" is now supported.
22fd0ebe 8
346a2a24 9 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 14 Jan 2012 15:24:57 +0000
22fd0ebe 10
4063cda3
IJ
11userv-utils (0.4~beta1) unstable; urgency=low
12
13 git-daemon:
14 * New userv-git-daemon service.
15
16 package admin:
17 * Now in git.
18 * Fixed up some portability problems.
19
20 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 22 May 2010 19:50:57 +0100
21
5ec5c84c 22userv-utils (0.3) unstable; urgency=medium
223e990a 23
23246c5e 24 dyndns:
3988a733 25 * New dyndns service.
23246c5e 26
5ec5c84c 27 ucgi:
28 * add HTTP_REFERER.
29 * Fix path in www-cgi userv service default configuration.
30
31 ipif/udptunnel:
32 * Use slip, not cslip (!)
23246c5e 33 * service MAXEXROUTES increased from 5 to 50.
5ec5c84c 34 * Set default max clock skew to 45/45, not 10/30.
35 * Allow config file to override default clock skew and lag.
36 * Report nonzero death of m4 better.
dea61a77 37 * Add a few missing #include's of <string.h>.
5ec5c84c 38 * Minor fixes to INSTALL.
39
40 groupmanage:
23246c5e 41 * new name-regexp feature.
5ec5c84c 42 * admin-group is understood in config file but currently ignored.
23246c5e 43 * file locations configurable.
5ec5c84c 44 * groupmanage: do not claim that root doesn't exist.
45 * groupmanage: configurable group name length limit.
46 (Thanks to reports and patches from Ben Harris at Cambridge University.)
47
48 Packaging changes:
49 * Debianisation.
50 * New Makefiles in various directories; still not wonderful.
51 * Removed some common stuff from */Makefile to settings.make.
52 * Copyright notices updated.
2158ffac 53 * Moved changelog to debian/changelog.
223e990a 54
dea61a77 55 -- Ian Jackson <ian@davenant.greenend.org.uk> Tue, 6 Jun 2006 22:02:17 +0100
223e990a 56
99d1b3be 57userv-utils (0.2.3) unstable; urgency=low
58
59 * udptunnel-reconf can write a known_hosts file for you.
60
61 -- Ian Jackson <ian@davenant.greenend.org.uk> Mon, 11 Feb 2002 21:46:48 +0000
62
ccd5607e 63userv-utils (0.2.2) unstable; urgency=low
64
65 * udptunnel-reconf default script pauses for 10s between restarts.
e0bdbf6d 66 * udptunnel-reconf inittab entries default to having </dev/null.
94808710 67 * udptunnel-reconf understands forbid_remote set to `-'.
1c18e501 68 * forbid_remote is a per-tunnel option.
e45548b5 69 * udptunnel-vpn-config.m4 allows global file to override as intended.
05aecda5 70 * www-cgi passes HTTP_COOKIE header.
56a03854 71 * indirect ssh via V_sshinvoke.
e6a01344 72 * userv-ipif config file allows exclusions in network permissions.
ccd5607e 73
e6a01344 74 -- Ian Jackson <ian@davenant.greenend.org.uk> Sat, 15 Dec 2001 17:55:06 +0000
ccd5607e 75
f56780b7 76userv-utils (0.2.1) unstable; urgency=low
77
2e082dfe 78 * New udptunnel-reconf program for generating invoke scripts, inittab
c62ccbd5 79 entries, and the like, for a multi-host VPN.
80
81 * service.c (userv ipif) /32 prefixes work properly now.
82 * `make distclean' works in ipif, www-cgi and top level.
2e082dfe 83
c62ccbd5 84 -- Ian Jackson <ian@davenant.greenend.org.uk> Mon, 11 Dec 2000 02:45:58 +0000
f56780b7 85
bc79a75c 86userv-utils (0.2.0) unstable; urgency=low
87
5124214b 88 Improvements to ipif (tunnelling/VPN facility):
89 * INSTALL instructions much improved and README created.
90 * Patch to slattach included.
91 * Documentation comments improved.
bc79a75c 92
5124214b 93 -- Ian Jackson <ian@davenant.greenend.org.uk> Mon, 18 Sep 2000 01:31:01 +0100
bc79a75c 94
0f91e874 95userv-utils (0.1.90) unstable; urgency=low
96
97 * ipif/INSTALL instructions, such as they are, included.
98
99 * ipif service now supports `=' character in addrs in ipif-networks, for
100 local endpoint only.
101
102 -- Ian Jackson <ian@davenant.greenend.org.uk> Wed, 21 Jun 2000 23:48:10 +0100
103
cb564387 104userv-utils (0.1.9) unstable; urgency=low
5f9b7675 105
c6c5a1a0 106 * Completely revamped udptunnel (in ipif) - now does encryption.
5f9b7675 107
c0df78b0 108 -- Ian Jackson <ian@davenant.greenend.org.uk> Sun, 18 Jun 2000 14:41:36 +0100
5f9b7675 109
cb564387 110userv-utils (0.1) experimental; urgency=low
2d57a810 111
112 * Initial release.
113
e1e9b27f 114 -- Ian Jackson <ian@davenant.greenend.org.uk> Tue, 9 Nov 1999 23:24:58 +0000
2d57a810 115
116# Local variables:
117# mode: debian-changelog
118# End: