Mercurial > noffle
annotate debian/changelog @ 390:2ad4c1c97734 noffle
[svn] * src/client.c: Return correct status from Client_postArt() and add
function comment detailing what return code should be, because it's
not obvious that the return code should report success when the
posting failed for reasons other than connection problems. This should fix
problem with failing posting stopping fetches. Thanks to Dan Jacobson
for spotting this.
* src/client.c: Fix problemette with filter discards not updating remote
group article count and so the overview being refetched until
and article appears that doesn't fall foul of the filter and thus does
update the remove group 'next article' marker. Thanks to Dan Jacobson
for spotting this.
* src/content.c: Don't be fooled into thinking a filename starting ".."
is just "..".
* src/outgoing.c: Don't assume "." and ".." are the first files returned
from readdir(). Thanks to Andreas Happe for spotting this.
* src/noffle.c: Update online help to include 'm' group posting status.
* src/server.c: Move incorrect updating of server.grp in doGrp() which was
causing doGrp() to not retrieve remote article details when in online
mode. Thanks to Miernik and Andreas Happe for reporting the problem.
author | bears |
---|---|
date | Thu, 22 May 2003 10:04:38 +0100 |
parents | e3756d005fa4 |
children | 794030e45053 |
rev | line source |
---|---|
385 | 1 noffle (1.1.4-8) unstable; urgency=low |
2 | |
3 * Updated standards version. | |
4 | |
5 -- Martin A. Godisch <godisch@debian.org> Thu, 15 May 2003 20:08:25 +0200 | |
6 | |
384 | 7 noffle (1.1.4-7) unstable; urgency=low |
8 | |
9 * Removed nohup from ip-up script, closes: #191058. | |
10 | |
11 -- Martin A. Godisch <godisch@debian.org> Tue, 29 Apr 2003 17:39:50 +0200 | |
12 | |
382 | 13 noffle (1.1.4-6) unstable; urgency=low |
372 | 14 |
380
89143e773bc6
[svn] set default value for debconf'iguration to false
godisch
parents:
376
diff
changeset
|
15 * Set default value for debconf'iguration to false. |
373 | 16 * Made init script LSB compliant. |
382 | 17 * Replaced exim-tls dependency with exim. |
18 * Updated debian/rules and Lintian overrides file. | |
372 | 19 |
382 | 20 -- Martin A. Godisch <godisch@debian.org> Fri, 18 Apr 2003 21:12:10 +0200 |
372 | 21 |
367 | 22 noffle (1.1.4-5) unstable; urgency=low |
348 | 23 |
367 | 24 * Fixed canceling news articles, closes: #187068. |
354 | 25 * Updated dependencies, see #185943. |
358 | 26 The netbase option can be removed when #185943 gets closed. |
349 | 27 * Added portuguese debconf translation, closes: #185680. |
28 Thanks to André Luís Lopes. | |
359 | 29 * Added config script backup capability. |
351 | 30 * Fixed default value for noffle/debconf. |
365 | 31 * Updated package description. |
348 | 32 |
367 | 33 -- Martin A. Godisch <godisch@debian.org> Tue, 01 Apr 2003 11:42:15 +0200 |
348 | 34 |
350 | 35 noffle (1.0.1-1.1.woody.2) stable; urgency=medium |
36 | |
37 * Let noffle switch to news:news on startup when root is calling, | |
38 prevents root exploits and bad ownerships in the spool directory, | |
39 e.g. when running 'noffle --query' as root, closes: #168128. | |
40 | |
41 -- Martin A. Godisch <godisch@debian.org> Fri, 07 Mar 2003 08:46:20 +0100 | |
42 | |
347 | 43 noffle (1.1.4-4) unstable; urgency=low |
342 | 44 |
344 | 45 * Added openbsd-inetd and rlinetd dependency option. |
345 | 46 * Added french debconf translation, closes: #184779. |
47 Thanks to Philippe Batailler <philippe.batailler@free.fr>. | |
346 | 48 * Added german debconf translation. |
343 | 49 * Updated standards version. |
342 | 50 |
347 | 51 -- Martin A. Godisch <godisch@debian.org> Fri, 14 Mar 2003 18:46:16 +0100 |
342 | 52 |
338 | 53 noffle (1.1.4-3) unstable; urgency=low |
322 | 54 |
338 | 55 * Transition to po-debconf, updated build-dependencies. |
56 * Removed dependency on sysvinit. | |
326 | 57 * Added xinetd dependency option and example. |
335 | 58 * Minor debian/ cleanup. |
322 | 59 |
338 | 60 -- Martin A. Godisch <godisch@debian.org> Tue, 04 Mar 2003 21:41:51 +0100 |
336 | 61 |
62 noffle (1.0.1-1.1.woody.1) stable; urgency=medium | |
63 | |
64 * Fixed init script which broke new noffle installations, closes: #181283. | |
65 Explanation: noffle was run as user root in /etc/init.d/noffle, and | |
66 created a root-owned lock file, which prevented noffle from being run | |
67 as user news from inetd, cron scripts, etc. | |
68 | |
69 -- Martin A. Godisch <godisch@debian.org> Tue, 04 Mar 2003 17:40:10 +0100 | |
322 | 70 |
317 | 71 noffle (1.1.4-2) unstable; urgency=low |
301 | 72 |
310 | 73 * Fixed debconf scripts, closes: #181069. |
303 | 74 * Clarified init output, closes: #181171. |
317 | 75 * Added syslog messages, closes: #181320. |
301 | 76 * Updated debian/rules, incorporated manual patches. |
315 | 77 * Removed lock directory and noffle.elc on remove/purge. |
301 | 78 * Added user mailing list address to package description. |
316 | 79 * Updated maintainer email address. |
301 | 80 |
317 | 81 -- Martin A. Godisch <godisch@debian.org> Thu, 20 Feb 2003 11:31:10 +0100 |
301 | 82 |
83 noffle (1.1.4-1) unstable; urgency=medium | |
84 | |
85 * New upstream release, fixes broken authentication, closes: #180708. | |
86 * Removed build-dependency on debhelper. | |
87 | |
88 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Wed, 12 Feb 2003 12:26:30 +0100 | |
89 | |
90 noffle (1.1.3-1) unstable; urgency=low | |
91 | |
92 * New upstream release. | |
93 * Removed some patches which are now in the upstream source. | |
94 * Disabled MAINT_BUILD workarounds in debian/rules; they are | |
95 not needed, because we do not patch autotools files. | |
96 | |
97 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Fri, 31 Jan 2003 21:09:00 +0100 | |
98 | |
99 noffle (1.1.2-2) unstable; urgency=low | |
100 | |
101 * Moved /etc/noffle.conf to /etc/news/noffle.conf, according to policy. | |
102 Updated manual pages to reflect the new location. | |
103 * Updated and fixed installation scripts. | |
104 * Updated debian/rules, debian/copyright, debian/README.Debian. | |
105 * Updated description for -g in docs/noffle.1. | |
106 | |
107 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Wed, 29 Jan 2003 20:51:44 +0100 | |
108 | |
336 | 109 noffle (1.0.1-1.1) stable-security; urgency=medium |
110 | |
111 * Non-maintainer upload by the Security Team | |
112 * Applied patch from Martin Godisch <godisch@tcs.inf.tu-dresden.de> to | |
113 fix buffer overflows. (See Bug#168128) | |
114 | |
115 -- Martin Schulze <joey@infodrom.org> Thu, 23 Jan 2003 10:51:38 +0100 | |
116 | |
301 | 117 noffle (1.1.2-1) unstable; urgency=low |
118 | |
119 * New maintainer upload, closes: #173756. | |
120 * New upstream release: | |
121 closes: #120175 (graceful handling of sudden disconnection), | |
122 closes: #166559 (filter crosspostings to gmane.spam.detected), | |
123 closes: #174882 (--help for ordinary users). | |
124 * Updated depends, recommends, suggests, provides, package description, | |
125 debhelper compatibility level, Debian standards version. | |
126 * Fixed possible strcpy() buffer overflows in src/configfile.c, | |
127 src/fetchlist.c, src/protocol.c, src/server.c, closes: #168128. | |
128 * Let noffle switch to news:news on startup when root is calling, prevents | |
129 root exploits and bad ownerships in the spool directory, e.g. when running | |
130 'noffle --query' as root. Removed 'su' in init and cron scripts according | |
131 to that change. Group-writeable spool directories are not longer needed. | |
132 * Let notification about failed posting preferably be sent to the Reply-To | |
133 address, closes: #156952. | |
134 * Fixed noffle homepage link, closes: #173743. | |
135 * Rewrote config scripts: removed Perl dependency, fixed script idempotency, | |
136 closes: #82462, #112225. | |
137 * Moved /etc/noffle/conf.debian to /etc/default/noffle, according to policy, | |
138 and /etc/noffle/conf to /etc/noffle.conf. | |
139 * Moved /var/spool/noffle/lock to /var/lock/noffle, so it will be cleaned on | |
140 system startup by /etc/init.d/bootmisc.sh. | |
141 * Deprecated /var/log/noffle, since cron.daily's output is logged by syslog | |
142 anyway, so syslog's news facility should be used instead. | |
143 * Added resource files for slrn and Emacs Gnus, taken from docs/NOTES. | |
144 * Removed INSTALL, noffle.lsm, and testing.txt from /usr/share/doc/noffle, | |
145 because they do not carry information useful to the end user. | |
146 * Added Lintian and Linda overrides to silence warning about news-owned | |
147 spool directories. | |
148 * Updated README.Debian. | |
149 * Added logcheck configuration and debian/watch. | |
150 * Thanks to Paul Slootman for sponsoring this package. | |
151 | |
152 -- Martin A. Godisch <godisch@tcs.inf.tu-dresden.de> Wed, 08 Jan 2003 13:22:10 +0100 | |
153 | |
154 noffle (1.0.1-1) unstable; urgency=low | |
155 | |
156 * New upstream release | |
157 * This version should fix occasional database corruption. | |
158 * Added German template translation; thanks to Sebastian Feltel | |
159 <sebastian @ feltel.de>. closes:#101011 | |
160 * Clarified initial usage in README.Debian. This closes:#100759 | |
161 but I think that the running as user "news" needs to be detected | |
162 int the app (also mentioned in the bug report). | |
163 * Clean up permissions of db files in the postinst, and also in the | |
164 cron.daily script. closes:#78835 | |
165 * /etc/noffle/conf and /etc/noffle/conf.debian aren't marked as | |
166 conffiles anymore, as they are manipulated by scripts. And they | |
167 hardly ever will change anyway. | |
168 * Extract current values from config files (if they exist) and put those | |
169 into debconf in config script. | |
170 | |
171 -- Paul Slootman <paul@debian.org> Mon, 24 Sep 2001 19:17:48 +0200 | |
172 | |
173 noffle (1.0pre8-1) unstable; urgency=low | |
174 | |
175 * New upstream release | |
176 | |
177 -- Paul Slootman <paul@debian.org> Wed, 8 Nov 2000 09:55:38 +0100 | |
178 | |
179 noffle (1.0pre7-4) unstable; urgency=low | |
180 | |
181 * Added libgdbmg1-dev to Build-Depends. | |
182 * Removed check for mail and sort from configure.in. | |
183 The above two changes closes:#72398 | |
184 | |
185 -- Paul Slootman <paul@debian.org> Tue, 26 Sep 2000 19:37:45 +0200 | |
186 | |
187 noffle (1.0pre7-3) unstable; urgency=low | |
188 | |
189 * Added Build-Depends (debhelper). | |
190 * Redirect savelog output to the bit bucket in the cron.daily script. | |
191 closes:#71210 | |
192 | |
193 -- Paul Slootman <paul@debian.org> Tue, 5 Sep 2000 18:55:43 +0200 | |
194 | |
195 noffle (1.0pre7-2) unstable; urgency=low | |
196 | |
197 * Added debconf support. I'm proud of myself :-) | |
198 * Changed "LIST ACTIVE" command to just "LIST". Older servers don't | |
199 understand the ACTIVE bit. Thanks to Rene H. Larsen for the bug report, | |
200 complete with patch. Also forwarded upstream. closes:#70617 | |
201 * Added --group MAIL to update-inetd command. | |
202 | |
203 -- Paul Slootman <paul@debian.org> Fri, 1 Sep 2000 21:00:11 +0200 | |
204 | |
205 noffle (1.0pre7-1) unstable; urgency=low | |
206 | |
207 * New upstream release | |
208 * First public version. Lots of tuning still needed. | |
209 | |
210 -- Paul Slootman <paul@debian.org> Wed, 26 Jul 2000 19:13:16 +0200 | |
211 | |
212 noffle (1.0pre6-2) unstable; urgency=low | |
213 | |
214 * First version with some real debian stuff (postinst etc.) | |
215 | |
216 -- Paul Slootman <paul@debian.org> Tue, 25 Jul 2000 22:03:34 +0200 | |
217 | |
218 noffle (1.0pre6-1) unstable; urgency=low | |
219 | |
220 * Initial Release. | |
221 * Only for experimentiing. | |
222 | |
223 -- Paul Slootman <paul@debian.org> Fri, 23 Jun 2000 12:00:59 +0200 | |
224 |