chiark / gitweb /
3226e89cbed9670fba27f45330af7248947182a9
[userv.git] / debian / changelog
1 userv (0.59.1) unstable; urgency=low
2
3   * autoconf-generated files included in CVS.
4   * Changelogs merged.
5
6  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 30 Jan 1999 19:43:57 +0000
7
8 userv (0.59) unstable; urgency=low
9
10   * New upstream version which fixes the problems fixed in NMUs.
11   * Debian and mainstream version integrated.
12
13  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 30 Jan 1999 19:39:39 +0000
14
15
16 *** Main changelog file included here - see far down this file for the
17 *** pre-0.59 Debian-specific changes.
18   
19
20 userv (0.59); urgency=high
21   
22   * Fix failure to terminate string properly in parser.c, which could
23     cause some problems with "-quoted strings.  (This is not thought to be
24     security-critical, and the bug can be avoided by not using "-quoted
25     strings in configuration files.)
26   
27   * Provided `system.default' file checks /etc/userv/services.d and
28     /etc/userv/default.d; system.override runs /etc/userv/override.d.
29   
30   * Add <string.h> to servexec.c.
31   * Add -D_GNU_SOURCE to CFLAGS in configure.in.
32   * Braces added in client.c to prevent GCC `ambiguous else' warning.
33
34  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 30 Jan 1999 19:37:17 +0000
35
36 userv (0.58); urgency=high
37
38   * Fixed failure to set gid when invoking service !!
39   * Fixed failure to set fd value in et_closereadfd messages from client.
40
41   * Save filename string in parse_file for error reporting (in case it is
42     overwritten by parsing code).
43   * Fixed obscure race in process.c:getevent (et_closereadfd and hold fds).
44   * `builtin version' service had error message and errno string reserve
45     values exchanged.
46
47  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:00:22 +0000
48
49 userv (0.57); urgency=high
50
51   * Services provided by root work !
52   * uservd can now go into background itself (-daemon option).
53
54   * spec now has default syslog facility for rcfile messages as `user'.
55   * Better prioritisation of syslog messages.
56   * Startup error messages now go to stderr instead.
57   * SIGTERM and SIGINT now produce a syslog message.
58
59   * Version number has VEREXT component, settable via make args &c.
60   * New sections in INSTALL about exit statuses and -daemon.
61
62  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:04:18 +0100
63
64 userv (0.56); urgency=medium
65
66   * Server now checks itself every hour to see if its socket has been
67     stolen, and exits if it has.
68   * Client only retries connect(2) on EINTR (and does so silently).
69   * All of even master server's syslog messages have pid.
70   * Don't delete spec.sgml.in in clean targets.
71
72  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:38:25 +0100
73
74 userv (0.55.2); urgency=low
75
76   * Added info about WWW page, mailing lists and bug reporting to README.  
77   
78   * clean targets except realclean don't remove spec.html, spec.ps,
79     lexer.[lc], tokens.h, overview.ps.  New totalclean target for
80     removing configure and config.h.in.
81   
82   * Added <sys/types.h> and <errno.h> to lexer.l.m4.
83   * <sys/wait.h> instead of <wait.h>; %d instead of %ld for WEXITSTATUS
84     in overlord.c; PIPEMAXLEN etc. #defines include cast to int to avoid
85     problems with sizeof and size_t; EPROTO missing workaround.
86   * Note about SIG_IGN and `function declaration isn't a prototype' added
87     to INSTALL file in new PROBLEMS section.
88
89  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 5 Oct 1997 17:55:32 +0100
90
91 userv (0.55.1); urgency=low
92
93   * README file now shipped.
94   * Added this Changelog, and configure gets version number from it.
95
96  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:58:32 +0100
97
98 userv (0.55)
99
100   * Initial release
101
102  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 21 Sep 1997 23:52:50 +0100
103
104
105 *** Old main changelog file ends here.
106 *** Now come pre-0.59 Debian-specific changes.
107
108
109 userv (0.58-1.2) unstable; urgency=low
110
111   * Non maintainer upload.
112     Fix for this error on the Arm.
113     cc1: warnings being treated as errors
114     client.c: In function callvalueoption':
115     client.c:747: warning: suggest explicit braces to avoid ambiguous else'
116     Braces inserted, to join the if statements together
117
118  -- Turbo Fredriksson <turbo@debian.org>  Thu, 20 Aug 1998 06:17:43 -0400
119
120 userv (0.58-1.1) frozen unstable; urgency=low
121
122   * Non maintainer upload
123   * Finally compiled against libc6
124   * To Brian White: Please either confirm this upload to go into frozen or
125     remove userv from frozen.
126   * Added external declaration for strsignal() to overlord.c and client.c
127
128  -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 18 Jul 1998 10:48:11 +0200
129
130 userv (0.58-1) unstable; urgency=low
131
132   * Upgraded to new upstream version; major security fix, error handling
133     fixes.
134
135  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 29 Jan 1998 00:03:52 +0000
136
137 userv (0.57-1) unstable; urgency=high
138
139   * Upgraded to new upstream version; fixed bug with root-provided
140     services.
141   * Uses new -daemon option in init.d script.
142   * Sets VEREXT during build to set version number.
143
144  -- Ian Jackson <ian@davenant.greenend.org.uk>  Tue, 14 Oct 1997 02:22:22 +0100
145
146 userv (0.56-1) experimental; urgency=low
147
148   * Upgraded to new upstream version.
149
150  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 11 Oct 1997 14:13:22 +0100
151
152 userv (0.55.1-1) experimental; urgency=low
153
154   * Initial Debian release.
155
156  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 22 Sep 1997 01:08:23 +0100
157
158 # Local variables:
159 # mode: debian-changelog
160 # End: