summaryrefslogtreecommitdiff
path: root/log
blob: 177698f13bfe3c8b78e74a6d1daa14e5c0dcf289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
------------------------------------------------------------------------
r9399 | bobstayton | 2012-06-02 22:50:24 +0000 (Sat, 02 Jun 2012) | 2 lines

Change version to 1.77.1 for release.

------------------------------------------------------------------------
r9373 | bobstayton | 2012-05-20 22:40:07 +0000 (Sun, 20 May 2012) | 2 lines

Restore VERSION to snapshot state.

------------------------------------------------------------------------
r9371 | bobstayton | 2012-05-19 22:48:13 +0000 (Sat, 19 May 2012) | 2 lines

Version 1.77.0 release

------------------------------------------------------------------------
r8935 | abdelazer | 2010-11-01 21:04:48 +0000 (Mon, 01 Nov 2010) | 1 line

Restored VERSION file to snapshot state
------------------------------------------------------------------------
r8933 | abdelazer | 2010-11-01 19:58:53 +0000 (Mon, 01 Nov 2010) | 1 line

Version 1.76.1 released
------------------------------------------------------------------------
r8902 | abdelazer | 2010-09-03 23:34:06 +0000 (Fri, 03 Sep 2010) | 1 line

Restored VERSION file to snapshot state
------------------------------------------------------------------------
r8893 | abdelazer | 2010-08-28 04:32:12 +0000 (Sat, 28 Aug 2010) | 1 line

Version 1.76.0 released
------------------------------------------------------------------------
r8502 | abdelazer | 2009-07-21 03:01:50 +0000 (Tue, 21 Jul 2009) | 1 line

Restored VERSION file to snapshot state
------------------------------------------------------------------------
r8499 | abdelazer | 2009-07-21 01:58:25 +0000 (Tue, 21 Jul 2009) | 1 line

Version 1.75.2 released
------------------------------------------------------------------------
r8447 | abdelazer | 2009-05-28 01:18:40 +0000 (Thu, 28 May 2009) | 1 line

Restored VERSION file to snapshot state
------------------------------------------------------------------------
r8444 | abdelazer | 2009-05-28 00:17:40 +0000 (Thu, 28 May 2009) | 1 line

I think you have to edit more than README.BUILD says...
------------------------------------------------------------------------
r8443 | abdelazer | 2009-05-28 00:14:27 +0000 (Thu, 28 May 2009) | 1 line

Version 1.75.1 released
------------------------------------------------------------------------
r8431 | abdelazer | 2009-05-07 12:50:29 +0000 (Thu, 07 May 2009) | 1 line

Restored VERSION file to _next_ snapshot state
------------------------------------------------------------------------
r8430 | abdelazer | 2009-05-07 03:58:45 +0000 (Thu, 07 May 2009) | 1 line

Restored VERSION file to snapshot state
------------------------------------------------------------------------
r8426 | abdelazer | 2009-05-07 01:30:29 +0000 (Thu, 07 May 2009) | 1 line

fix previous release
------------------------------------------------------------------------
r8425 | abdelazer | 2009-05-07 01:29:39 +0000 (Thu, 07 May 2009) | 1 line

Version 1.75.0 released
------------------------------------------------------------------------
r8273 | abdelazer | 2009-02-25 01:07:35 +0000 (Wed, 25 Feb 2009) | 1 line

Restored VERSION file to snapshot state
------------------------------------------------------------------------
r8270 | abdelazer | 2009-02-24 22:18:36 +0000 (Tue, 24 Feb 2009) | 1 line

Version 1.74.3 released
------------------------------------------------------------------------
r8263 | abdelazer | 2009-02-20 13:25:04 +0000 (Fri, 20 Feb 2009) | 1 line

No, we are going to 1.74.3
------------------------------------------------------------------------
r8262 | abdelazer | 2009-02-20 06:03:05 +0000 (Fri, 20 Feb 2009) | 1 line

Restored VERSION file to snapshot state
------------------------------------------------------------------------
r8260 | abdelazer | 2009-02-20 05:14:06 +0000 (Fri, 20 Feb 2009) | 1 line

Version 1.74.2 released
------------------------------------------------------------------------
r8250 | abdelazer | 2009-02-17 15:00:48 +0000 (Tue, 17 Feb 2009) | 1 line

Version 1.74.1 released
------------------------------------------------------------------------
r8051 | xmldoc | 2008-06-14 04:54:05 +0000 (Sat, 14 Jun 2008) | 2 lines

set some ignores

------------------------------------------------------------------------
r8037 | abdelazer | 2008-06-02 15:16:47 +0000 (Mon, 02 Jun 2008) | 1 line

Restored VERSION file to snapshot state
------------------------------------------------------------------------
r8033 | abdelazer | 2008-06-01 21:07:37 +0000 (Sun, 01 Jun 2008) | 1 line

Version 1.74.0 released
------------------------------------------------------------------------
r7940 | xmldoc | 2008-03-23 04:37:37 +0000 (Sun, 23 Mar 2008) | 5 lines

use XSLT method to determine version number from VERSION file
(instead of grep hack); also, use w3m as the default browser for
generating plain-text output from HTML (with GC_NPROCS=1 to
prevent it from hanging under OSX/Darwin)

------------------------------------------------------------------------
r7636 | xmldoc | 2008-01-09 11:16:59 +0000 (Wed, 09 Jan 2008) | 3 lines

Don't build reference.pdf file except for official releases
(because it takes too damn long to build...)

------------------------------------------------------------------------
r7566 | xmldoc | 2007-11-24 15:57:13 +0000 (Sat, 24 Nov 2007) | 9 lines

Remove xsl:output and omit-xml-declaration element, because it
seems to be causing problems with xsltproc. Closes bug #1785732.
Thanks to Denis Gillain for reporting.
I remember that the reason I added this originally was to work
around some other but in xsltproc (I think it was that it was
emitting an xml declaration even when output method is set to
text, or something) so this change is going to probably going to
cause a regression of that, but oh well

------------------------------------------------------------------------
r7400 | xmldoc | 2007-08-30 22:57:37 +0000 (Thu, 30 Aug 2007) | 3 lines

Post 1.73.2 wrap-up; restored VERSION and RELEASE-NOTES.xml files
to snapshot state.

------------------------------------------------------------------------
r7388 | xmldoc | 2007-08-30 10:27:34 +0000 (Thu, 30 Aug 2007) | 2 lines

Version 1.73.2 released

------------------------------------------------------------------------
r7374 | xmldoc | 2007-08-29 14:11:41 +0000 (Wed, 29 Aug 2007) | 3 lines

Re-revert to snapshot state so that we can get one last snapshot
out before the 1.73.2 release.

------------------------------------------------------------------------
r7294 | xmldoc | 2007-08-28 09:13:34 +0000 (Tue, 28 Aug 2007) | 2 lines

Added hook to return title of distribution.

------------------------------------------------------------------------
r7260 | xmldoc | 2007-08-20 00:35:42 +0000 (Mon, 20 Aug 2007) | 1 line

Restored VERSION and RELEASE-NOTES.xml files to snapshot state
------------------------------------------------------------------------
r7256 | xmldoc | 2007-08-19 13:35:20 +0000 (Sun, 19 Aug 2007) | 1 line

Version 1.73.1 released
------------------------------------------------------------------------
r7224 | xmldoc | 2007-08-09 10:35:12 +0000 (Thu, 09 Aug 2007) | 4 lines

Use "-pre" instead of "+pre" because version number ends up in ID
values and causes errors because it's not an NCName (getting
really tired of that arbitrary and unnecessary restriction...)

------------------------------------------------------------------------
r7210 | xmldoc | 2007-08-09 07:48:28 +0000 (Thu, 09 Aug 2007) | 2 lines

Restored the VERSION file to current snapshot state.

------------------------------------------------------------------------
r7204 | xmldoc | 2007-08-09 07:42:33 +0000 (Thu, 09 Aug 2007) | 2 lines

temporarily reverting for tagging purposes

------------------------------------------------------------------------
r7176 | xmldoc | 2007-08-06 10:07:03 +0000 (Mon, 06 Aug 2007) | 1 line

Restored VERSION and RELEASE-NOTES.xml files to snapshot state
------------------------------------------------------------------------
r7159 | xmldoc | 2007-07-27 07:00:22 +0000 (Fri, 27 Jul 2007) | 7 lines

- Added the "tag" make target (unfinished) for tagging releases.
- Renamed get-element.xsl to eval-xpath.xsl and modified it to be
  capable of getting string value of a node based on an XPath
  expression provided on the command line.
- Removed get-param.xsl as changes to the xsl/VERSION file make
  get-params.xsl obsolete.

------------------------------------------------------------------------
r7117 | xmldoc | 2007-07-22 14:34:57 +0000 (Sun, 22 Jul 2007) | 2 lines

Version 1.73.0 released

------------------------------------------------------------------------
r7116 | xmldoc | 2007-07-22 14:33:49 +0000 (Sun, 22 Jul 2007) | 2 lines

Version 1.73.0 released

------------------------------------------------------------------------
r7115 | xmldoc | 2007-07-22 14:17:36 +0000 (Sun, 22 Jul 2007) | 2 lines

Version 1.73.0 released

------------------------------------------------------------------------
r7114 | xmldoc | 2007-07-22 14:03:43 +0000 (Sun, 22 Jul 2007) | 2 lines

Version 1.73.0 released

------------------------------------------------------------------------
r6901 | xmldoc | 2007-06-28 16:56:37 +0000 (Thu, 28 Jun 2007) | 2 lines

Updated freshmeat "CVS" URL

------------------------------------------------------------------------
r6896 | xmldoc | 2007-06-28 04:04:50 +0000 (Thu, 28 Jun 2007) | 2 lines

Added VersionFileURL element (=URL RCS keyword).

------------------------------------------------------------------------
r6556 | xmldoc | 2007-01-25 10:25:23 +0000 (Thu, 25 Jan 2007) | 3 lines

Moved all release metadata to VERSION file, and updated release
build to rely on it.

------------------------------------------------------------------------
r6554 | xmldoc | 2007-01-24 13:07:21 +0000 (Wed, 24 Jan 2007) | 2 lines

Moved docbook-xsl to 1.72.1+pre snapshot state.

------------------------------------------------------------------------
r6549 | xmldoc | 2007-01-23 12:29:58 +0000 (Tue, 23 Jan 2007) | 2 lines

Changed fm:Release-Focus to "Major feature enhancements"

------------------------------------------------------------------------
r6545 | xmldoc | 2007-01-22 19:41:45 +0000 (Mon, 22 Jan 2007) | 2 lines

Checkpointing release-note edits for review.

------------------------------------------------------------------------
r6536 | xmldoc | 2007-01-21 08:37:12 +0000 (Sun, 21 Jan 2007) | 5 lines

Changed VERSION file to include distro title (DocBook XSL
Stylesheets), and updated HTML, FO, and manpages stylesheets to
use that in their metadata sections (e.g., in HTML, the
<meta name="generator" ...> contents).

------------------------------------------------------------------------
r6371 | xmldoc | 2006-10-19 09:47:42 +0000 (Thu, 19 Oct 2006) | 2 lines

Version 1.71.1 released

------------------------------------------------------------------------
r6275 | xmldoc | 2006-09-09 14:49:26 +0000 (Sat, 09 Sep 2006) | 2 lines

Version 1.71.0 released

------------------------------------------------------------------------
r6002 | xmldoc | 2006-05-26 06:44:29 +0000 (Fri, 26 May 2006) | 2 lines

Version 1.70.1 released

------------------------------------------------------------------------
r5984 | xmldoc | 2006-05-17 08:24:54 +0000 (Wed, 17 May 2006) | 2 lines

Version 1.70.0 released

------------------------------------------------------------------------
r5151 | xmldoc | 2005-08-11 23:31:07 +0000 (Thu, 11 Aug 2005) | 2 lines

Version 1.69.1 released.

------------------------------------------------------------------------
r5150 | xmldoc | 2005-08-11 23:29:01 +0000 (Thu, 11 Aug 2005) | 2 lines

Version 1.69.1 released.

------------------------------------------------------------------------
r5109 | xmldoc | 2005-07-18 01:44:15 +0000 (Mon, 18 Jul 2005) | 2 lines

Version 1.69.0 released.

------------------------------------------------------------------------
r4317 | xmldoc | 2005-02-14 07:21:03 +0000 (Mon, 14 Feb 2005) | 2 lines

Version 1.68.1 released.

------------------------------------------------------------------------
r4306 | xmldoc | 2005-02-09 12:34:51 +0000 (Wed, 09 Feb 2005) | 2 lines

Version 1.68.0 released

------------------------------------------------------------------------
r4067 | xmldoc | 2004-12-02 08:40:32 +0000 (Thu, 02 Dec 2004) | 2 lines

Version 1.67.2 released.

------------------------------------------------------------------------
r4063 | xmldoc | 2004-12-02 03:49:19 +0000 (Thu, 02 Dec 2004) | 2 lines

Version 1.67.1 released.

------------------------------------------------------------------------
r3986 | xmldoc | 2004-11-09 20:10:06 +0000 (Tue, 09 Nov 2004) | 2 lines

Version 1.67.0 released.

------------------------------------------------------------------------
r3880 | nwalsh | 2004-10-17 21:30:29 +0000 (Sun, 17 Oct 2004) | 2 lines

Capitalization tweaks necessary for the latest freshmeat script

------------------------------------------------------------------------
r3840 | xmldoc | 2004-09-20 03:25:43 +0000 (Mon, 20 Sep 2004) | 2 lines

Version 1.66.1 released.

------------------------------------------------------------------------
r3837 | bobstayton | 2004-09-19 05:58:48 +0000 (Sun, 19 Sep 2004) | 2 lines

Move to 1.66.1.

------------------------------------------------------------------------
r3808 | bobstayton | 2004-09-11 08:20:24 +0000 (Sat, 11 Sep 2004) | 2 lines

Updated version to 1.66.0

------------------------------------------------------------------------
r3498 | nwalsh | 2004-03-09 10:15:17 +0000 (Tue, 09 Mar 2004) | 2 lines

Version 1.65.1 released

------------------------------------------------------------------------
r3481 | nwalsh | 2004-02-27 20:43:23 +0000 (Fri, 27 Feb 2004) | 2 lines

No really, version 1.65.0 released.

------------------------------------------------------------------------
r3480 | nwalsh | 2004-02-27 20:41:23 +0000 (Fri, 27 Feb 2004) | 2 lines

Version 1.65.0 released.

------------------------------------------------------------------------
r3383 | nwalsh | 2004-01-08 13:14:18 +0000 (Thu, 08 Jan 2004) | 2 lines

Tweaks for freshmeat-submit

------------------------------------------------------------------------
r3252 | nwalsh | 2003-12-17 14:57:33 +0000 (Wed, 17 Dec 2003) | 2 lines

Prepare to support freshmeat-submit for next release

------------------------------------------------------------------------
r3246 | nwalsh | 2003-12-15 21:28:52 +0000 (Mon, 15 Dec 2003) | 2 lines

Version 1.64.0 released.

------------------------------------------------------------------------
r3242 | nwalsh | 2003-12-15 20:57:03 +0000 (Mon, 15 Dec 2003) | 2 lines

Version 1.63.0 released.

------------------------------------------------------------------------
r3146 | nwalsh | 2003-09-29 10:54:10 +0000 (Mon, 29 Sep 2003) | 2 lines

Version 1.62.4 released.

------------------------------------------------------------------------
r3135 | nwalsh | 2003-09-28 20:35:30 +0000 (Sun, 28 Sep 2003) | 2 lines

Version 1.62.3 released.

------------------------------------------------------------------------
r3126 | nwalsh | 2003-09-28 14:57:48 +0000 (Sun, 28 Sep 2003) | 2 lines

Version 1.62.2 released.

------------------------------------------------------------------------
r3123 | nwalsh | 2003-09-27 20:41:24 +0000 (Sat, 27 Sep 2003) | 2 lines

Version 1.62.1 released.

------------------------------------------------------------------------
r3073 | nwalsh | 2003-08-31 01:55:47 +0000 (Sun, 31 Aug 2003) | 2 lines

Version 1.62.0 released.

------------------------------------------------------------------------
r2934 | nwalsh | 2003-06-22 17:48:29 +0000 (Sun, 22 Jun 2003) | 2 lines

Version 1.61.3 released.

------------------------------------------------------------------------
r2885 | nwalsh | 2003-05-22 23:26:44 +0000 (Thu, 22 May 2003) | 2 lines

Version 1.61.2 released.

------------------------------------------------------------------------
r2882 | nwalsh | 2003-05-19 19:43:30 +0000 (Mon, 19 May 2003) | 2 lines

Post 1.61.1 updates

------------------------------------------------------------------------
r2879 | nwalsh | 2003-05-18 19:17:00 +0000 (Sun, 18 May 2003) | 2 lines

Version 1.61.1 released.

------------------------------------------------------------------------
r2877 | nwalsh | 2003-05-18 14:46:08 +0000 (Sun, 18 May 2003) | 2 lines

Version 1.60.1 released.

------------------------------------------------------------------------
r2868 | nwalsh | 2003-05-08 15:14:27 +0000 (Thu, 08 May 2003) | 2 lines

Post 1.61.0 hacking

------------------------------------------------------------------------
r2866 | nwalsh | 2003-05-08 14:44:24 +0000 (Thu, 08 May 2003) | 2 lines

Version 1.61.0 released.

------------------------------------------------------------------------
r2594 | nwalsh | 2003-01-24 22:37:50 +0000 (Fri, 24 Jan 2003) | 2 lines

Version 1.60.1 released.

------------------------------------------------------------------------
r2538 | nwalsh | 2003-01-21 00:53:17 +0000 (Tue, 21 Jan 2003) | 2 lines

Version 1.60.0 released.

------------------------------------------------------------------------
r2482 | nwalsh | 2003-01-17 13:50:43 +0000 (Fri, 17 Jan 2003) | 2 lines

Version 1.59.2 released.

------------------------------------------------------------------------
r2443 | nwalsh | 2003-01-12 18:26:00 +0000 (Sun, 12 Jan 2003) | 2 lines

Version 1.59.1 released.

------------------------------------------------------------------------
r2417 | nwalsh | 2003-01-01 21:46:15 +0000 (Wed, 01 Jan 2003) | 2 lines

Version 1.59.0 released.

------------------------------------------------------------------------
r2266 | nwalsh | 2002-11-29 13:54:15 +0000 (Fri, 29 Nov 2002) | 2 lines

Version 1.58.1 released.

------------------------------------------------------------------------
r2246 | nwalsh | 2002-11-17 17:28:15 +0000 (Sun, 17 Nov 2002) | 2 lines

Version 1.58.0 released.

------------------------------------------------------------------------
r2199 | nwalsh | 2002-10-22 11:19:18 +0000 (Tue, 22 Oct 2002) | 2 lines

Version 1.57.0 released.

------------------------------------------------------------------------
r2170 | nwalsh | 2002-10-09 13:14:52 +0000 (Wed, 09 Oct 2002) | 2 lines

Version 1.56.1 released.

------------------------------------------------------------------------
r2166 | nwalsh | 2002-10-09 10:05:02 +0000 (Wed, 09 Oct 2002) | 2 lines

Version 1.56.0 released.

------------------------------------------------------------------------
r2079 | nwalsh | 2002-09-17 11:30:08 +0000 (Tue, 17 Sep 2002) | 2 lines

Version 1.55.0 released.

------------------------------------------------------------------------
r1992 | nwalsh | 2002-09-03 13:59:01 +0000 (Tue, 03 Sep 2002) | 2 lines

Version 1.54.1 released.

------------------------------------------------------------------------
r1986 | nwalsh | 2002-09-03 11:04:33 +0000 (Tue, 03 Sep 2002) | 2 lines

Version 1.54.0 released.

------------------------------------------------------------------------
r1922 | nwalsh | 2002-07-28 19:08:54 +0000 (Sun, 28 Jul 2002) | 2 lines

Version 1.53.0 released.

------------------------------------------------------------------------
r1838 | nwalsh | 2002-07-10 10:34:47 +0000 (Wed, 10 Jul 2002) | 2 lines

Version 1.52.2 released.

------------------------------------------------------------------------
r1826 | nwalsh | 2002-07-08 09:40:16 +0000 (Mon, 08 Jul 2002) | 2 lines

Keep CVS and real releases distinct

------------------------------------------------------------------------
r1824 | nwalsh | 2002-07-08 09:07:49 +0000 (Mon, 08 Jul 2002) | 2 lines

Version 1.52.1 released.

------------------------------------------------------------------------
r1818 | nwalsh | 2002-07-07 23:39:39 +0000 (Sun, 07 Jul 2002) | 2 lines

Version 1.52.0 released.

------------------------------------------------------------------------
r1580 | nwalsh | 2002-06-03 10:28:11 +0000 (Mon, 03 Jun 2002) | 2 lines

Version 1.51.1 released.

------------------------------------------------------------------------
r1578 | nwalsh | 2002-06-02 21:20:34 +0000 (Sun, 02 Jun 2002) | 2 lines

Version 1.51.0 released.

------------------------------------------------------------------------
r1480 | nwalsh | 2002-05-16 17:35:22 +0000 (Thu, 16 May 2002) | 2 lines

Oops again.

------------------------------------------------------------------------
r1479 | nwalsh | 2002-05-16 17:27:43 +0000 (Thu, 16 May 2002) | 2 lines

Oops.

------------------------------------------------------------------------
r1477 | nwalsh | 2002-05-16 17:22:26 +0000 (Thu, 16 May 2002) | 2 lines

Version 1.50.1-EXP2 released.

------------------------------------------------------------------------
r1351 | nwalsh | 2002-03-25 21:14:10 +0000 (Mon, 25 Mar 2002) | 2 lines

Version 1.50.1-EXP released.

------------------------------------------------------------------------
r1305 | nwalsh | 2002-03-21 01:44:14 +0000 (Thu, 21 Mar 2002) | 2 lines

Version 1.50.0 released.

------------------------------------------------------------------------
r1232 | nwalsh | 2002-03-14 14:00:13 +0000 (Thu, 14 Mar 2002) | 2 lines

Keep CVS versions distinct from real releases

------------------------------------------------------------------------
r1164 | nwalsh | 2002-02-20 23:15:24 +0000 (Wed, 20 Feb 2002) | 2 lines

Version 1.49 released.

------------------------------------------------------------------------
r1076 | nwalsh | 2002-01-06 21:11:38 +0000 (Sun, 06 Jan 2002) | 2 lines

Version 1.48 released.

------------------------------------------------------------------------
r926 | nwalsh | 2001-11-28 15:14:45 +0000 (Wed, 28 Nov 2001) | 2 lines

Keep CVS versions distinct from real releases

------------------------------------------------------------------------
r924 | nwalsh | 2001-11-28 14:20:10 +0000 (Wed, 28 Nov 2001) | 2 lines

Version 1.47 released.

------------------------------------------------------------------------
r768 | nwalsh | 2001-10-13 22:24:36 +0000 (Sat, 13 Oct 2001) | 2 lines

Version 1.46 released.

------------------------------------------------------------------------
r706 | nwalsh | 2001-09-29 19:11:31 +0000 (Sat, 29 Sep 2001) | 2 lines

Keep CVS versions distinct from real releases

------------------------------------------------------------------------
r704 | nwalsh | 2001-09-29 18:44:39 +0000 (Sat, 29 Sep 2001) | 2 lines

Version 1.45 released.

------------------------------------------------------------------------
r636 | nwalsh | 2001-08-14 15:03:31 +0000 (Tue, 14 Aug 2001) | 2 lines

Version 1.44 released.

------------------------------------------------------------------------
r633 | nwalsh | 2001-08-13 22:05:42 +0000 (Mon, 13 Aug 2001) | 2 lines

Keep CVS versions distinct from real releases

------------------------------------------------------------------------
r630 | nwalsh | 2001-08-13 22:01:58 +0000 (Mon, 13 Aug 2001) | 2 lines

Version 1.43 released.

------------------------------------------------------------------------
r590 | nwalsh | 2001-08-06 13:33:05 +0000 (Mon, 06 Aug 2001) | 2 lines

Keep CVS versions distinct from real releases

------------------------------------------------------------------------
r588 | nwalsh | 2001-08-06 13:25:39 +0000 (Mon, 06 Aug 2001) | 2 lines

Version 1.42 released.

------------------------------------------------------------------------
r574 | nwalsh | 2001-08-04 22:00:35 +0000 (Sat, 04 Aug 2001) | 2 lines

Make VERSION a parameter so that it isn't an error some stylesheets override it

------------------------------------------------------------------------
r457 | nwalsh | 2001-07-09 10:01:46 +0000 (Mon, 09 Jul 2001) | 2 lines

Version 1.41 released.

------------------------------------------------------------------------
r345 | nwalsh | 2001-06-14 18:39:36 +0000 (Thu, 14 Jun 2001) | 2 lines

Version 1.40 released.

------------------------------------------------------------------------
r288 | nwalsh | 2001-05-24 20:32:04 +0000 (Thu, 24 May 2001) | 2 lines

Version 1.39 released.

------------------------------------------------------------------------
r276 | nwalsh | 2001-05-21 19:25:17 +0000 (Mon, 21 May 2001) | 2 lines

Version 1.38 released.

------------------------------------------------------------------------
r195 | nwalsh | 2001-04-20 11:57:57 +0000 (Fri, 20 Apr 2001) | 2 lines

Version 1.37 released.

------------------------------------------------------------------------
r106 | nwalsh | 2001-04-04 11:56:43 +0000 (Wed, 04 Apr 2001) | 2 lines

Version 1.36 released.

------------------------------------------------------------------------
r69 | nwalsh | 2001-04-02 13:03:45 +0000 (Mon, 02 Apr 2001) | 2 lines

Initial checkin

------------------------------------------------------------------------