releasing version 2.42
[filters.git] / debian / changelog
1 filters (2.42) unstable; urgency=low
2
3 * Moved from subversion to git.
4
5 -- Joey Hess <joeyh@debian.org> Fri, 19 Oct 2007 20:37:33 -0400
6
7 filters (2.41) unstable; urgency=low
8
9 * pirate: Roll r's. Also, conjugate 'is' in present tense, and add some
10 more phrases. Closes: #443213
11
12 -- Joey Hess <joeyh@debian.org> Wed, 19 Sep 2007 14:26:41 -0400
13
14 filters (2.40) unstable; urgency=low
15
16 * Update url to web page in README.
17 * Add scottish filter by Adam Borowski. Closes: #436168
18
19 -- Joey Hess <joeyh@debian.org> Thu, 09 Aug 2007 17:19:14 -0700
20
21 filters (2.39) unstable; urgency=low
22
23 * Add kenny filter. Closes: #317656
24
25 -- Joey Hess <joeyh@debian.org> Mon, 20 Feb 2006 16:27:25 -0500
26
27 filters (2.38) unstable; urgency=low
28
29 * Munged accented characters in man page.
30
31 -- Joey Hess <joeyh@debian.org> Sun, 18 Dec 2005 17:31:38 -0500
32
33 filters (2.37) unstable; urgency=low
34
35 * Suggest bsdgames, which contains pig and rot13.
36
37 -- Joey Hess <joeyh@debian.org> Wed, 7 Sep 2005 23:36:38 -0400
38
39 filters (2.36) unstable; urgency=low
40
41 * Impress all yer maties on talk like a pirate day with th' new priate
42 filter, by Dougal Campbell, to be sure.
43 * Retroactively spiced up th' changelog. Shiver me timbers!
44
45 -- Joey Hess <joeyh@debian.org> Thu, 25 Aug 2005 23:28:25 -0400
46
47 filters (2.35) unstable; urgency=low
48
49 * Ad| nethackify filtcr. Closes: #317656
50 * Add automatic webpage update gunk.
51
52 -- Joey Hess <joeyh@debian.org> Thu, 25 Aug 2005 22:24:29 -0400
53
54 filters (2.34) unstable; urgency=low
55
56 * Add uniencode filter. Because υɳіϲоⅾе is fun.
57 * Fix filters man page to escape hyphens. Because υɳіϲоⅾе is fun.
58
59 -- Joey Hess <joeyh@debian.org> Sat, 6 Nov 2004 13:37:51 -0500
60
61 filters (2.33) unstable; urgency=low
62
63 * Better flex fixups; make sure to link with -lfl even if building
64 indivitually, and move stuff that uses unput into %{ %} delimited blocks
65 in rules section.
66
67 -- Joey Hess <joeyh@debian.org> Tue, 15 Apr 2003 15:06:25 -0400
68
69 filters (2.32) unstable; urgency=low
70
71 * Deal with the new flex 2.5.31 as follows:
72 - Add main and yywrap functions, though they were not needed before.
73 - Call yyunput instead of unput macro, as the macro uses yytext_ptr,
74 which flex undefes before the bottom set of functions are defined.
75 Closes: #189040
76 * Various other fixes to build without warnings.
77
78 -- Joey Hess <joeyh@debian.org> Mon, 14 Apr 2003 23:39:26 -0400
79
80 filters (2.31) unstable; urgency=low
81
82 * censor: corrected spelling of pyvgbevf, Closes: #172976
83
84 -- Joey Hess <joeyh@debian.org> Sat, 22 Feb 2003 14:03:18 -0500
85
86 filters (2.30) unstable; urgency=low
87
88 * Falk Hueffner provided a patch to make kraut work on alpha.
89 Closes: #169256
90
91 -- Joey Hess <joeyh@debian.org> Thu, 21 Nov 2002 00:16:40 -0500
92
93 filters (2.29) unstable; urgency=low
94
95 * Added certain German phrase to the censor filter. If Germans want to send
96 me censored German phrases, I will be glad to continue adding them to this
97 filter.
98
99 -- Joey Hess <joeyh@debian.org> Fri, 15 Nov 2002 13:35:51 -0500
100
101 filters (2.28) unstable; urgency=low
102
103 * Fixed a typo in kraut.
104 * Note in man page that it's a _bad_ German accent. Think 1940's
105 American propiganda movies. Closes: #169163
106
107 -- Joey Hess <joeyh@debian.org> Fri, 15 Nov 2002 11:52:48 -0500
108
109 filters (2.27) unstable; urgency=low
110
111 * Added a censor filter.
112 * Added a spammer filter which generates spamassassin-triggering
113 pseudo-spam from input.
114 * Updated eleet filter (which should perhaps be renamed to just 'leet')
115 to the <ahem> standards of irc circa mid 2002.
116 * Make jibberish filter only run text through 3 to 8 of the other filters.
117 * Various improvements.
118
119 -- Joey Hess <joeyh@debian.org> Sun, 3 Nov 2002 16:37:12 -0500
120
121 filters (2.26) unstable; urgency=low
122
123 * Don't use dh_installmanpages.
124
125 -- Joey Hess <joeyh@debian.org> Thu, 13 Jun 2002 18:27:53 -0400
126
127 filters (2.25) unstable; urgency=low
128
129 * Fixed debhelper build-dep.
130
131 -- Joey Hess <joeyh@debian.org> Sat, 1 Jun 2002 22:41:07 -0400
132
133 filters (2.24) unstable; urgency=low
134
135 * debhelper v4
136 * DEB_BUILD_OPTS support
137
138 -- Joey Hess <joeyh@debian.org> Sat, 1 Jun 2002 16:45:49 -0400
139
140 filters (2.23) unstable; urgency=low
141
142 * Patch from Seneca <seneca-cunningham@rogers.com> to correct newspeak's
143 handling of double quotes preeceeded by punctuation and followed by a
144 blank line. Closes: #146769
145
146 -- Joey Hess <joeyh@debian.org> Sun, 19 May 2002 19:52:06 -0400
147
148 filters (2.22) unstable; urgency=low
149
150 * Something I already fixed in CVS, Closes: #124617
151 * debhelper v3.
152
153 -- Joey Hess <joeyh@debian.org> Mon, 17 Dec 2001 22:20:35 -0500
154
155 filters (2.21) unstable; urgency=low
156
157 * Wrote elmer fudd filter in perl, replacment for a long-removed
158 lex filter of uncertian authorship and copyright. Closes: #109157
159
160 -- Joey Hess <joeyh@debian.org> Thu, 4 Oct 2001 19:32:00 -0400
161
162 filters (2.20) unstable; urgency=low
163
164 * Woo hoo! JWZ has placed newspeak under a BSD-ish license, so it moves
165 in from filters-nonfree. Which is now empty, and will be removed.
166 * AdDed StudLy cAps FiltEr bY NiCk PHillIps <nwp@lemon-computing.com>.
167
168 -- Joey Hess <joeyh@debian.org> Mon, 6 Aug 2001 20:38:49 -0400
169
170 filters (2.19) unstable; urgency=low
171
172 * Fixed jibberish makesamples run to not use installed versions of the
173 filters.
174
175 -- Joey Hess <joeyh@debian.org> Sat, 14 Jul 2001 23:44:45 -0400
176
177 filters (2.18) unstable; urgency=low
178
179 * ky00te is free! That leaves only newspeak in filters-nonfree.
180 * A big thanks to Edward Betts for contacting authors.
181 * Fixed echo -n bashism in SAMPLES construction.
182 * rasterman: Added flim!
183
184 -- Joey Hess <joeyh@debian.org> Sat, 30 Jun 2001 18:51:39 -0400
185
186 filters (2.17) unstable; urgency=low
187
188 * ken: WAP fixes.
189
190 -- Joey Hess <joeyh@debian.org> Mon, 11 Jun 2001 16:35:38 -0400
191
192 filters (2.16) unstable; urgency=low
193
194 * ken is now free.
195
196 -- Joey Hess <joeyh@debian.org> Mon, 11 Jun 2001 14:58:58 -0400
197
198 filters (2.15) unstable; urgency=low
199
200 * Rasterized jubberish, Closes: #81901
201
202 -- Joey Hess <joeyh@debian.org> Wed, 10 Jan 2001 23:48:00 -0800
203
204 filters (2.14) unstable; urgency=low
205
206 * hahaha. addde a rasterman filter. (nto just "raster" as i woryr about
207 namespaec pollution.)
208
209 -- Joey Hess <joeyh@debian.org> Mon, 27 Nov 2000 20:00:28 -0800
210
211 filters (2.13) unstable; urgency=low
212
213 * cockney, jive, and nyc filters are now GPL'd, moved from -nonfree
214 package.
215
216 -- Joey Hess <joeyh@debian.org> Wed, 22 Nov 2000 19:04:08 -0800
217
218 filters (2.12) unstable; urgency=low
219
220 * Use debhelper v2.
221
222 -- Joey Hess <joeyh@debian.org> Mon, 25 Sep 2000 15:06:11 -0700
223
224 filters (2.11) unstable; urgency=low
225
226 * Corrected the man page, which was misrepresenting me as the author of
227 some programs I didn't write.
228
229 -- Joey Hess <joeyh@debian.org> Tue, 29 Aug 2000 22:58:02 -0700
230
231 filters (2.10) unstable; urgency=low
232
233 * upside-down: 5 and 2 are the best available upside-down versions of
234 themselves. I had it backwards.
235
236 -- Joey Hess <joeyh@debian.org> Thu, 29 Jun 2000 16:23:59 -0700
237
238 filters (2.9) unstable; urgency=low
239
240 * Fixed "burk" to "bork" globally. Closes: #52589
241
242 -- Joey Hess <joeyh@debian.org> Sun, 12 Dec 1999 14:14:41 -0800
243
244 filters (2.8) unstable; urgency=low
245
246 * makesample.sh is now careful to make sure each program is executable
247 before running it. Closes: #50985
248 * I also set -e the script.
249
250 -- Joey Hess <joeyh@debian.org> Mon, 22 Nov 1999 14:09:43 -0800
251
252 filters (2.7) unstable; urgency=low
253
254 * A much better synopsis.
255
256 -- Joey Hess <joeyh@debian.org> Tue, 9 Nov 1999 00:06:57 -0800
257
258 filters (2.6) unstable; urgency=low
259
260 * FHS
261
262 -- Joey Hess <joeyh@debian.org> Fri, 10 Sep 1999 21:25:47 -0700
263
264 filters (2.5) unstable; urgency=low
265
266 * eleet: w -> \/\/
267 * Spelling correction patch from Edward Betts <edward@debian.org>
268 (closes: #38850)
269
270 -- Joey Hess <joeyh@debian.org> Thu, 3 Jun 1999 13:03:02 -0700
271
272 filters (2.4) unstable; urgency=low
273
274 * chef: say "knooeeng" for "knowing", and in general say "oo" for "ow".
275
276 -- Joey Hess <joeyh@debian.org> Wed, 19 May 1999 17:20:07 -0700
277
278 filters (2.3) unstable; urgency=low
279
280 * Added kraut filter (free version found).
281
282 -- Joey Hess <joeyh@debian.org> Wed, 17 Mar 1999 15:52:05 -0800
283
284 filters (2.2) unstable; urgency=low
285
286 * fixed Makefile to add . to PATH before running makesample.sh, because it
287 called jibberish, which looks only in /usr/games for the filters, and if
288 you're building filters w/o the package installed, they won't be there
289 and the build will fail. Whew! (closes: #33758)
290
291 -- Joey Hess <joeyh@debian.org> Fri, 26 Feb 1999 00:17:24 -0800
292
293 filters (2.1) unstable; urgency=low
294
295 'umop ap!sdn fxaf sujnf `77am y)!ym `jaf7!j umop ap!sdn pappe *
296
297 -- Joey Hess <joeyh@debian.org> Sat, 20 Feb 1999 18:22:43 -0800
298
299 filters (2.0) unstable; urgency=low
300
301 * Re-wrote the eleet, chef, b1ff filters in perl, dropped all the rest
302 (except jethro); they will be in filters-nonfree now. This was done
303 due to copyright problems in the original filters.
304 * Fixes important bug #32333
305
306 -- Joey Hess <joeyh@debian.org> Sun, 24 Jan 1999 13:13:17 -0800
307
308 filters (1.8) unstable; urgency=low
309
310 * Added jibberish meta-filter by Raul Miller <rdm@test.legislate.com>.
311 (#24677)
312
313 -- Joey Hess <joeyh@debian.org> Fri, 4 Dec 1998 15:18:09 -0800
314
315 filters (1.7) unstable; urgency=low
316
317 * Renamed mb to marc-barrett to eliminate namespace pollution.
318
319 -- Joey Hess <joeyh@debian.org> Wed, 15 Apr 1998 00:23:38 -0700
320
321 filters (1.6) unstable; urgency=low
322
323 * 4dd3d 3l33t f1lt3r, th4nk5 t0 j3r3my w0rr3ll5 <jworrell@priacc.com>.
324
325 -- Joey Hess <joeyh@debian.org> Fri, 6 Mar 1998 11:41:29 -0800
326
327 filters (1.5) unstable; urgency=low
328
329 * Updated standards-version.
330
331 -- Joey Hess <joeyh@debian.org> Mon, 9 Feb 1998 13:38:55 -0800
332
333 filters (1.4) unstable; urgency=low
334
335 * Use debhelper.
336
337 -- Joey Hess <joeyh@debian.org> Sat, 7 Feb 1998 19:38:35 -0800
338
339 filters (1.3) unstable; urgency=low
340
341 * Libc6.
342 * Added man pages. #11318
343
344 -- Joey Hess <joeyh@debian.org> Wed, 16 Jul 1997 13:31:07 -0400
345
346 filters (1.2) frozen unstable; urgency=low
347
348 * Fixed bug #8329 (buck segfaulted if it encountered C[aou] or R[aeiou] in
349 input.)
350 * Routine update of debian/rules:
351 Run dpkg-gencontrol after debstd, and delete substvars during clean.
352
353 -- Joey Hess <joeyh@debian.org> Tue, 8 Apr 1997 20:59:12 -0400
354
355 filters (1.1) unstable; urgency=low
356
357 * Changed version number to 1.1, because there was some confusion if this
358 was a debian-only package. It is, so I've removed the debian revision
359 number.
360
361 -- Joey Hess <joeyh@debian.org> Tue, 24 Dec 1996 20:35:51 -0500
362
363 filters (1.0-2) unstable; urgency=low
364
365 * New email address.
366 * Use debmake.
367
368 -- Joey Hess <joeyh@debian.org> Tue, 24 Dec 1996 15:40:55 -0500
369
370 filters (1.0-1) unstable; urgency=low
371
372 * First release.
373
374 -- Joey Hess <joeyh@debian.org> Sat, 28 Sep 1996 00:55:40 -0400
This page took 0.031594 seconds and 5 git commands to generate.