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