chiark / gitweb /
dyndns: Docuument existence in README.
[userv-utils.git] / debian / changelog
1 userv-utils (0.6.0~~iwj1) unstable; urgency=low
2
3   * WIP
4   * www-cgi: Promise better status for this utility.
5   * mailq: Clarify set of relevant files in README.
6   * dyndns: Docuument existence in README.
7
8  --
9
10 userv-utils (0.5.0) unstable; urgency=low
11
12   * checkpasswd-*: new service
13   * www-cgi: whitelist some more HTTP headers.
14   * ipif: Improve documentation comment.
15   * ipif: Some portability improvements.
16   * Remove .cvsignore files.
17   * Pass -g to linker, by default.
18   * www-cgi: clean target removes *.o.
19
20  -- Ian Jackson <ian@liberator.relativity.greenend.org.uk>  Sun, 27 Jan 2013 16:34:29 +0000
21
22 userv-utils (0.4.2) unstable; urgency=low
23
24   ipif bugfix:
25   * Fix failure which occurs when input data starts to back up:
26     service.c:866: copydata: Assertion `r < sizeof(input_buf)' failed.
27
28  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 15 Jan 2012 01:00:00 +0000
29
30 userv-utils (0.4.1) unstable; urgency=low
31
32   ipif bugfixes:
33   * Ignore empty packets (ie consecutive END bytes), as tun rejects
34     them with EINVAL.
35   * Tolerate ENOMEM from tun.
36
37  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 14 Jan 2012 15:46:53 +0000
38
39 userv-utils (0.4) unstable; urgency=low
40
41   ipif:
42   * Now uses tun, not slip.  All modern Linux kernels have tun support,
43     and we weren't portable to non-Linux anyway.  slattach has sometimes
44     been implicated in kernel problems.  Interfaces are now called
45     "userv%d" (ie, userv0, userv1, etc.).  Only "slip" is now supported.
46
47  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 14 Jan 2012 15:24:57 +0000
48
49 userv-utils (0.4~beta1) unstable; urgency=low
50
51   git-daemon:
52   * New userv-git-daemon service.
53
54   package admin:
55   * Now in git.
56   * Fixed up some portability problems.
57
58  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 22 May 2010 19:50:57 +0100
59
60 userv-utils (0.3) unstable; urgency=medium
61
62   dyndns:
63   * New dyndns service.
64
65   ucgi:
66   * add HTTP_REFERER.
67   * Fix path in www-cgi userv service default configuration.
68
69   ipif/udptunnel:
70   * Use slip, not cslip (!)
71   * service MAXEXROUTES increased from 5 to 50.
72   * Set default max clock skew to 45/45, not 10/30.
73   * Allow config file to override default clock skew and lag.
74   * Report nonzero death of m4 better.
75   * Add a few missing #include's of <string.h>.
76   * Minor fixes to INSTALL.
77
78   groupmanage:
79   * new name-regexp feature.
80   * admin-group is understood in config file but currently ignored.
81   * file locations configurable.
82   * groupmanage: do not claim that root doesn't exist.
83   * groupmanage: configurable group name length limit.
84   (Thanks to reports and patches from Ben Harris at Cambridge University.)
85
86   Packaging changes:
87   * Debianisation.
88   * New Makefiles in various directories; still not wonderful.
89   * Removed some common stuff from */Makefile to settings.make.
90   * Copyright notices updated.
91   * Moved changelog to debian/changelog.
92
93  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  6 Jun 2006 22:02:17 +0100
94
95 userv-utils (0.2.3) unstable; urgency=low
96
97   * udptunnel-reconf can write a known_hosts file for you.
98
99  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 11 Feb 2002 21:46:48 +0000
100
101 userv-utils (0.2.2) unstable; urgency=low
102
103   * udptunnel-reconf default script pauses for 10s between restarts.
104   * udptunnel-reconf inittab entries default to having </dev/null.
105   * udptunnel-reconf understands forbid_remote set to `-'.
106   * forbid_remote is a per-tunnel option.
107   * udptunnel-vpn-config.m4 allows global file to override as intended.
108   * www-cgi passes HTTP_COOKIE header.
109   * indirect ssh via V_sshinvoke.
110   * userv-ipif config file allows exclusions in network permissions.
111
112  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 15 Dec 2001 17:55:06 +0000
113
114 userv-utils (0.2.1) unstable; urgency=low
115
116   * New udptunnel-reconf program for generating invoke scripts, inittab
117     entries, and the like, for a multi-host VPN.
118
119   * service.c (userv ipif) /32 prefixes work properly now.
120   * `make distclean' works in ipif, www-cgi and top level.
121
122  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 11 Dec 2000 02:45:58 +0000
123
124 userv-utils (0.2.0) unstable; urgency=low
125
126   Improvements to ipif (tunnelling/VPN facility):
127   * INSTALL instructions much improved and README created.
128   * Patch to slattach included.
129   * Documentation comments improved.
130
131  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 18 Sep 2000 01:31:01 +0100
132
133 userv-utils (0.1.90) unstable; urgency=low
134
135   * ipif/INSTALL instructions, such as they are, included.
136
137   * ipif service now supports `=' character in addrs in ipif-networks, for
138     local endpoint only.
139
140  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 21 Jun 2000 23:48:10 +0100
141
142 userv-utils (0.1.9) unstable; urgency=low
143
144   * Completely revamped udptunnel (in ipif) - now does encryption.
145
146  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 18 Jun 2000 14:41:36 +0100
147
148 userv-utils (0.1) experimental; urgency=low
149
150   * Initial release.
151
152  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue,  9 Nov 1999 23:24:58 +0000
153
154 # Local variables:
155 # mode: debian-changelog
156 # End: