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