3bb0840fab813545cdab5e104dca4fccc306d983
[userv-utils] / debian / changelog
1 userv-utils (0.6.0~~iwj4) unstable; urgency=medium
2
3 * wip package reorganisation
4
5 --
6
7 userv-utils (0.6.0~~iwj3) unstable; urgency=low
8
9 * Correct binary package dependencies by referencing substvars in
10 debian/control.
11 * Add dependency on debhelper.
12 * No longer mention SLIP and udptunnel in the userv-ipif Description.
13 * Americanise spelling of /usr/share/common-licences to ...-licenses.
14 * Add debhelper token to postinst scripts.
15 * Change default user for git-daemon to userv-git and
16 default user for dyndns to userv-dyndns.
17 * Improve adduser calls:
18 - no longer guard with calls to id, as adduser --quiet is idempotent
19 - pass --shell /bin/false and --no-create-home
20 * Bump Standards-Version to 3.7.0.0.
21 * Fix typo in userv-cgi long description.
22 * Provide various documentation for userv-cgi in /usr/share.
23 * Remove obsolete and broken dist target in root Makefile.
24 * Add quirkafleeg to git-daemon/Makefile to placate emacs makefile mode.
25 * www-cgi: Overhaul of env var handling (thanks to Mark Wooding).
26 * Make deprecated things not built by default by Makefile (and remove
27 code in debian/rules for achieving this).
28
29 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Fri, 14 Apr 2017 15:58:46 +0100
30
31 userv-utils (0.6.0~~iwj2) unstable; urgency=low
32
33 * Use dh(1). WIP.
34
35 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 08 Dec 2013 13:38:23 +0000
36
37 userv-utils (0.6.0~~iwj1) unstable; urgency=low
38
39 * WIP
40 * www-cgi: Promise better status for this utility.
41 * mailq: Clarify set of relevant files in README.
42 * dyndns: Docuument existence in README.
43 * REAMDE, copyright: Correct locations for GPL, and contact info.
44 * Update to GPLv3+; update copyright notices everywhere.
45 * ipif: Update docs to reflect fact that we are now using tun/tap.
46 * ipif: Deprecate udptunnel.
47 * ipif: Provide head comment of service.c as a txt docs.
48
49 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Wed, 04 Dec 2013 23:01:37 +0000
50
51 userv-utils (0.5.0) unstable; urgency=low
52
53 * checkpasswd-*: new service
54 * www-cgi: whitelist some more HTTP headers.
55 * ipif: Improve documentation comment.
56 * ipif: Some portability improvements.
57 * Remove .cvsignore files.
58 * Pass -g to linker, by default.
59 * www-cgi: clean target removes *.o.
60
61 -- Ian Jackson <ian@liberator.relativity.greenend.org.uk> Sun, 27 Jan 2013 16:34:29 +0000
62
63 userv-utils (0.4.2) unstable; urgency=low
64
65 ipif bugfix:
66 * Fix failure which occurs when input data starts to back up:
67 service.c:866: copydata: Assertion `r < sizeof(input_buf)' failed.
68
69 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 15 Jan 2012 01:00:00 +0000
70
71 userv-utils (0.4.1) unstable; urgency=low
72
73 ipif bugfixes:
74 * Ignore empty packets (ie consecutive END bytes), as tun rejects
75 them with EINVAL.
76 * Tolerate ENOMEM from tun.
77
78 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 14 Jan 2012 15:46:53 +0000
79
80 userv-utils (0.4) unstable; urgency=low
81
82 ipif:
83 * Now uses tun, not slip. All modern Linux kernels have tun support,
84 and we weren't portable to non-Linux anyway. slattach has sometimes
85 been implicated in kernel problems. Interfaces are now called
86 "userv%d" (ie, userv0, userv1, etc.). Only "slip" is now supported.
87
88 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 14 Jan 2012 15:24:57 +0000
89
90 userv-utils (0.4~beta1) unstable; urgency=low
91
92 git-daemon:
93 * New userv-git-daemon service.
94
95 package admin:
96 * Now in git.
97 * Fixed up some portability problems.
98
99 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 22 May 2010 19:50:57 +0100
100
101 userv-utils (0.3) unstable; urgency=medium
102
103 dyndns:
104 * New dyndns service.
105
106 ucgi:
107 * add HTTP_REFERER.
108 * Fix path in www-cgi userv service default configuration.
109
110 ipif/udptunnel:
111 * Use slip, not cslip (!)
112 * service MAXEXROUTES increased from 5 to 50.
113 * Set default max clock skew to 45/45, not 10/30.
114 * Allow config file to override default clock skew and lag.
115 * Report nonzero death of m4 better.
116 * Add a few missing #include's of <string.h>.
117 * Minor fixes to INSTALL.
118
119 groupmanage:
120 * new name-regexp feature.
121 * admin-group is understood in config file but currently ignored.
122 * file locations configurable.
123 * groupmanage: do not claim that root doesn't exist.
124 * groupmanage: configurable group name length limit.
125 (Thanks to reports and patches from Ben Harris at Cambridge University.)
126
127 Packaging changes:
128 * Debianisation.
129 * New Makefiles in various directories; still not wonderful.
130 * Removed some common stuff from */Makefile to settings.make.
131 * Copyright notices updated.
132 * Moved changelog to debian/changelog.
133
134 -- Ian Jackson <ian@davenant.greenend.org.uk> Tue, 6 Jun 2006 22:02:17 +0100
135
136 userv-utils (0.2.3) unstable; urgency=low
137
138 * udptunnel-reconf can write a known_hosts file for you.
139
140 -- Ian Jackson <ian@davenant.greenend.org.uk> Mon, 11 Feb 2002 21:46:48 +0000
141
142 userv-utils (0.2.2) unstable; urgency=low
143
144 * udptunnel-reconf default script pauses for 10s between restarts.
145 * udptunnel-reconf inittab entries default to having </dev/null.
146 * udptunnel-reconf understands forbid_remote set to `-'.
147 * forbid_remote is a per-tunnel option.
148 * udptunnel-vpn-config.m4 allows global file to override as intended.
149 * www-cgi passes HTTP_COOKIE header.
150 * indirect ssh via V_sshinvoke.
151 * userv-ipif config file allows exclusions in network permissions.
152
153 -- Ian Jackson <ian@davenant.greenend.org.uk> Sat, 15 Dec 2001 17:55:06 +0000
154
155 userv-utils (0.2.1) unstable; urgency=low
156
157 * New udptunnel-reconf program for generating invoke scripts, inittab
158 entries, and the like, for a multi-host VPN.
159
160 * service.c (userv ipif) /32 prefixes work properly now.
161 * `make distclean' works in ipif, www-cgi and top level.
162
163 -- Ian Jackson <ian@davenant.greenend.org.uk> Mon, 11 Dec 2000 02:45:58 +0000
164
165 userv-utils (0.2.0) unstable; urgency=low
166
167 Improvements to ipif (tunnelling/VPN facility):
168 * INSTALL instructions much improved and README created.
169 * Patch to slattach included.
170 * Documentation comments improved.
171
172 -- Ian Jackson <ian@davenant.greenend.org.uk> Mon, 18 Sep 2000 01:31:01 +0100
173
174 userv-utils (0.1.90) unstable; urgency=low
175
176 * ipif/INSTALL instructions, such as they are, included.
177
178 * ipif service now supports `=' character in addrs in ipif-networks, for
179 local endpoint only.
180
181 -- Ian Jackson <ian@davenant.greenend.org.uk> Wed, 21 Jun 2000 23:48:10 +0100
182
183 userv-utils (0.1.9) unstable; urgency=low
184
185 * Completely revamped udptunnel (in ipif) - now does encryption.
186
187 -- Ian Jackson <ian@davenant.greenend.org.uk> Sun, 18 Jun 2000 14:41:36 +0100
188
189 userv-utils (0.1) experimental; urgency=low
190
191 * Initial release.
192
193 -- Ian Jackson <ian@davenant.greenend.org.uk> Tue, 9 Nov 1999 23:24:58 +0000
194
195 # Local variables:
196 # mode: debian-changelog
197 # End: