summaryrefslogtreecommitdiffstats
path: root/x11-libs/wine/HISTORY
blob: 2d3fc212cb58c3109c808b5c91e6213e91002404 (plain) (blame)
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
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
2017-09-17 Ismael Luceno <ismael@sourcemage.org>
	* DETAILS: Use get_scm_version for scm branch
	  updated WINE_BRANCH=devel to 2.17
	  Fixed SOURCE2_URL[1], SOURCE_URL[1],
	  Added SOURCE2_URL[2], SOURCE_URL[2].

2016-08-30 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.8.4

2016-06-24 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.9.13

2016-06-16 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.8.3 / 1.9.12

2016-04-12 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.8.2 / 1.9.7

2016-02-04 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.8.1

2015-12-19 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.8
	* DEPENDS: only lcms2 is supported

2015-12-05 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.8-rc3 (devel)

2015-11-21 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.8-rc1 (devel)
	* wine.gpg: add  AF17519D: "Alexandre Julliard <julliard@winehq.org>

2015-11-13 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.55 (devel)
	* DEPENDS: add optional pulseaudio

2015-10-16 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.53 (devel)

2015-10-05 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.52 (devel)

2015-09-08 Ismael Luceno <ismael@sourcemage.org>
	* DETAILS: updated WINE_BRANCH=devel to 1.7.51

2015-08-22 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.50 (devel)

2015-08-09 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.49 (devel)

2015-07-11 Ismael Luceno <ismael@sourcemage.org>
	* DETAILS: updated WINE_BRANCH=devel to 1.7.47

2015-06-26 Ismael Luceno <ismael@sourcemage.org>
	* DETAILS: updated WINE_BRANCH=devel to 1.7.46

2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
	* DETAILS: remove SOURCEFORGE_URL usage (automated)

2015-05-18 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.43 (devel)

2015-04-17 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.41 (devel)

2015-04-03 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.40 (devel)

2015-03-06 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.38 (devel)

2015-02-07 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.36 (devel)

2014-12-03 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated 1.7.32 (devel)
	* PREPARE, sc2-login.diff: Removed, no longer applies cleanly and fails to
	  compile when cleaned up.
	* CONFIGURE: Remove WINE_SC2_LOGIN persistent variable

2014-11-01 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.30 (devel)

2014-10-18 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.29 (devel)

2014-09-27 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.27 (devel)

2014-09-25 Remko van der Vossen <wich@sourcemage.org>
	* DEPENDS: gettext, libxml2

2014-09-06 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.26 (devel)

2014-08-22 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.25 (devel)

2014-08-09 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.24 (devel)

2014-07-25 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.23 (devel)

2014-07-12 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.22 (devel)

2014-07-03 Ismael Luceno <ismael@sourcemage.org>
	* DETAILS: Use get_scm_version

2014-06-27 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.21 (devel)

2014-06-15 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.20 (devel)

2014-05-30 Treeve Jelbert <treeve@sourcemage.org>
	* DEPENDS: giflib => GIFLIB

2014-05-17 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.19 (devel)

2014-05-03 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.18 (devel)

2014-04-19 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.17 (devel)

2014-02-24 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.13 (devel)

2013-11-26 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.6.1 & 1.7.7

2013-11-10 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.7.6 (devel)
	* BUILD: build fix for gcc-4.8.x

2013-09-13 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.7.2

2013-08-30 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.7.1

2013-08-02 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.7.0
	* DEPENDS: 1.7.0+ optionally uses lcms2 instead of lcms
	  1.6 and 1.7 optionally depend on openal-soft (not openal)

2013-07-24 Eric Sandall <sandalle@sourcemage.org>
	* sc2-login.diff: Updated to apply cleanly to 1.6

2013-07-19 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.6
	* DEPENDS: openssl removed

2013-07-12 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.6-rc5

2013-06-28 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.6-rc4

2013-06-21 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.6-rc3

2013-06-18 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.6-rc2

2013-06-08 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.6-rc1 (devel)

2013-05-31 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.31

2013-05-10 Ismael Luceno <ismael@sourcemage.org>
	* DETALIS: Updated devel to 1.5.30

2013-04-12 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.28
	* DEPENDS: OpenSSL no longer used, it's all GNUTLS baby.

2013-03-31 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.5.27 (devel)

2013-03-17 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.5.26 (devel)

2013-02-19 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.24

2013-02-04 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.5.23 (devel)

2013-01-23 Treeve Jelbert <treeve@sourcemage.org>
	* DEPENDS: fix libxxf86vm dependency

2013-01-18 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.22

2013-01-04 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.21

2012-12-21 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.20

2012-12-07 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.19

2012-11-27 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.18

2012-11-09 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.17

2012-10-30 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.16

2012-10-12 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.15

2012-10-01 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.14

2012-09-17 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.13

2012-09-04 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.12

2012-08-17 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.11

2012-08-07 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.10

2012-07-09 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.8

2012-06-18 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.4.1

2012-06-08 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.6

2012-05-25 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.5

2012-05-14 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.4

2012-04-27 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.5.3

2012-03-07 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.4
	  Updated stable to 1.4
	* DEPENDS: esd, jack, nas are no longer used
	  libxext dependency no longer implies Xshm extension

2012-03-02 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.4-rc6

2012-02-24 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.4-rc5

2012-02-20 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.4-rc4

2012-02-13 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.4-rc3

2012-02-02 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.4-rc2

2012-01-27 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.4-rc1

2012-01-13 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.3.37

2012-01-02 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated devel to 1.3.36

2011-12-16 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.3.35

2011-12-03 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.3.34 (devel)

2011-11-19 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.3.33 (devel)

2011-11-04 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.3.32

2011-10-21 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.3.31

2011-10-14 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.3.30 (devel)

2011-09-23 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated latest devel to 1.3.29

2011-09-21 Eric Sandall <sandalle@sourcemage.org>
	* sc2-bug23556.diff: Removed, applied in 1.3.28
	* PRE_BUILD: Do not apply sc2-bug23556.diff

2011-09-14 Ismael Luceno <ismael@sourcemage.org>
	* DEPENDS, DETAILS, PRE_BUILD, PREPARE: Use prepare_select_branch

2011-09-09 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated latest devel to 1.3.28

2011-08-26 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated latest devel to 1.3.27

2011-08-05 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated latest devel to 1.3.26

2011-07-27 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated latest devel to 1.3.25

2011-07-08 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.3.24

2011-06-27 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.3.23

2011-06-10 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated latest devel to 1.3.22

2011-05-27 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated latest devel to 1.3.21

2011-05-12 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated latest devel to 1.3.20

2011-05-02 Eric Sandall <sandalle@sourcemage.org>
	* DEPENDS: Optionally depends on gnutls
	  Add flags for freetype
	  Optionally depends on zlib

2011-04-29 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.3.19

2011-04-15 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.3.18

2011-04-12 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated latest stable to 1.2.3

2011-04-04 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.3.17

2011-03-21 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.3.16

2011-03-04 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.3.15

2011-02-20 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.3.14

2011-02-07 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.3.13

2011-01-24 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.3.12

2011-01-07 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: 1.3.11

2010-12-25 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.3.10

2010-12-11 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.3.9 and 1.2.2

2010-11-28 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.3.8

2010-11-18 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.3.7

2010-11-12 Arjan Bouter <abouter@sourcemage.org>
	* CONFIGURE: removed maintainer-mode configure option for wine64

2010-11-03 Ladislav Hagara <hgr@vabo.cz>
	* DEPENDS: jpeg -> JPEG

2010-10-15 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.3.5

2010-10-14 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated stable to 1.2.1

2010-10-04 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.3.4

2010-09-18 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.3.3

2010-09-03 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.3.2

2010-08-20 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.3.1

2010-07-30 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel to 1.3.0
	* PRE_BUILD: Only apply sc2-bug23556.diff for non-devel,
	  patch applied upstream

2010-07-16 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated devel and stable to 1.2
	* PRE_BUILD: Remove old 1.0 patches
	  Devel patches now apply to stable
	  No longer need MPG123 1.11 patch
	* DEPENDS: Devel dependencies now apply to stable
	  No longer needs autoconf/automake for mpg123 patch
	* freetype2-2.3.8-winebug-17024.patch: No longer needed
	* wine-1.1.41-mpg123_64.diff, wine-git-mpg123_64.diff: Removed

2010-07-11 Eric Sandall <sandalle@sourcemage.org>
	* CONFIGURE: Change SC2 Login patch query to all SC2 patches
	* PRE_BUILD: Apply sc2-bug23556.diff if requested
	* sc2-bug23556.diff: Patch to fix
	  http://bugs.winehq.org/show_bug.cgi?id=23556

2010-07-09 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.2-rc7

2010-07-02 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.2-rc6

2010-06-25 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.2-rc5

2010-06-20 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.2-rc4

2010-06-11 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.2-rc3

2010-05-28 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.2-rc2

2010-05-21 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.2-rc1

2010-05-07 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.44

2010-05-06 Eric Sandall <sandalle@sourcemage.org>
	* CONFIGURE: Query to apply StarCraft II login bug patch
	* PRE_BUILD: Apply sc2-login.diff
	* sc2-login.diff: StarCraft II login bug patch
	  See http://appdb.winehq.org/objectManager.php?sClass=version&iId=19376
	  http://www.winehq.org/pipermail/wine-patches/2010-March/085817.html

2010-04-26 Eric Sandall <sandalle@sourcemage.org>
	* BUILD: Possibly better fix allowing '-mfpmath=sse'

2010-04-23 Eric Sandall <sandalle@sourcemage.org>
	* BUILD: Fails with '-mfpmath=sse'
	  See http://bugs.winehq.org/show_bug.cgi?id=22475

2010-04-16 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.43

2010-04-02 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.42

2010-04-02 Thomas Orgis <sobukus@sourcemage.org>
	* PRE_BUILD: Only apply the patch for mpg123 1.11.0 itself.
	  This is subject to removal once we are sure that this version
	  of mpg123 is history...

2010-03-22 Thomas Orgis <sobukus@sourcemage.org>
	* DEPENDS, PRE_BUILD, *-mpg123_64.diff: Prepare build for mpg123 1.11.0 .

2010-03-19 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.41

2010-03-05 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.40

2010-02-19 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.39

2010-02-05 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.38

2010-01-22 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.37

2010-01-08 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.36

2009-12-18 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.35

2009-12-05 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.1.34

2009-11-13 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.33

2009-10-23 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.32

2009-10-11 Treeve Jelbert <treeve@sourcemage.org>
	* DEPENDS: xorg-libs => libx11 and friends

2009-10-09 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.31

2009-09-26 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.1.30

2009-09-02 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.29
	* DEPENDS: Optionally depends on mpg123

2009-08-21 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.28

2009-08-07 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.27

2009-08-01 Arjan Bouter <abouter@sourcemage.org>
	* BUILD,CONFIGURE: added wine64 (fixes bug #11336)
	* DEPENDS: completed optional dep on libxslt and commented out the
	  optional dep on ncurses as that fails to find libncurses and would
	  break the spell.

2009-07-17 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.26

2009-07-03 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.25

2009-06-19 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.24

2009-06-07 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.1.23

2009-05-22 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.22

2009-05-08 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.21

2009-04-24 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.20

2009-04-10 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.19

2009-03-27 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.18

2009-03-13 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.17

2009-03-07 Eric Sandall <sandalle@sourcemage.org>
	* BUILD: Hopefully final fix for the GCC bug triggered in WINE Bug #17024, use
	  -fno-guess-branch-probability if using -O3 in CFLAGS

2009-03-06 Eric Sandall <sandalle@sourcemage.org>
	* BUILD: A better fix for WINE Bug #17024, add -fno-inline to CFLAGS and
	  CXXFLAGS. Now -O3 works again.

2009-02-28 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.1.16

2009-02-17 Eric Sandall <sandalle@sourcemage.org>
	* Fix WINE Bug http://bugs.winehq.com/show_bug.cgi?id=17406

2009-02-16 Eric Sandall <sandalle@sourcemage.org>
	* BUILD: --disable-debug and --disable-trace are no longer supported
	  Removed LDFLAG fix for WINE Bug #2095 (fixed about a year later)
	* DEPENDS: --without-xvidmode -> --without-xxf86vm for xf86vidmodeproto
	  Use --with to enable xf86vidmodeproto, not --without

2009-02-13 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.1.15

2009-01-30 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.1.14

2009-01-26 Eric Sandall <sandalle@sourcemage.org>
	* PRE_BUILD: Apply freetype2-2.3.8-winebug-17024.patch
	* freetype2-2.3.8-winebug-17024.patch: Fixes WINE Bug #17024, WINE 1.0.1
	  cannot build against freetype 2.3.8.
	  They will not release a new stable just for this bug

2009-01-16 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 1.1.13

2009-01-03 Ladislav Hagara <hgr@vabo.cz>
	* DETAILS: 1.1.12

2008-12-21 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated DEVEL to 1.1.11

2008-12-06 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated DEVEL to 1.1.10

2008-11-21 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated DEVEL to 1.1.9
	* PRE_BUILD: removed, upstream fixed problem with new bison 2.4

2008-11-07 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated DEVEL to 1.1.8
	* PRE_BUILD: fixed big b0rk with missing ";" in yacc file

2008-10-24 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated DEVEL to 1.1.7

2008-10-18 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated stable to 1.0.1
	* BUILD: cleaned up

2008-10-13 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* DETAILS: updated WINE_DEVEL=y to 1.1.6

2008-09-19 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.1.5

2008-09-06 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* FINAL: removed, this was needed ages ago

2008-09-05 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.1.4

2008-08-24 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated DEVEL to 1.1.3

2008-08-17 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: splitted to STABLE/DEVEL, fixed desc
	* PREPARE: removed useless var changes, cleaned up

2008-07-25 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.1.2

2008-07-12 Vlad Glagolev <stealth@sourcemage.org>
	* DEPENDS: depends on giflib, provider deprecated

2008-07-11 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.1.1, quoting the paths!

2008-06-27 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.1.0

2008-06-17 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.0

2008-06-13 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.0-rc5

2008-06-06 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* DETAILS: updated spell to 1.0-rc4
	* PRE_BUILD: removed, openssl issue was fixed upstream

2008-05-31 Vlad Glagolev <stealth@sourcemage.org>
	* PRE_BUILD: added fix for openssl>=0.9.8h

2008-05-30 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.0-rc3

2008-05-23 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.0-rc2

2008-05-09 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 1.0-rc1

2008-05-02 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.61

2008-04-18 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.60

2008-04-05 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* DETAILS: updated spell to 0.9.59

2008-03-21 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.58

2008-03-18 Eric Sandall <sandalle@sourcemage.org>
	* DEPENDS: Switch X11-LIBS to the one and only xorg-libs
	  No need to check if using modular X as that's all that's available now

2008-03-08 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.57
	* PRE_BUILD, ncurses.utf8.patch: deleted, no longer needed

2008-03-06 Pol Vinogradov <vin.public@gmail.com>
	* PRE_BUILD: patch only non-VCS branch

2008-02-29 Arjan Bouter <abouter@sourcemage.org>
	* DEPENDS: completes --with and --without options
	  added missing optional deps

2008-02-26 Julien "_kaze_" ROZO <julien@rozo.org>
	* DEPENDS: changed msttf to MSTTF

2008-02-22 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* DETAILS: updated spell to 0.9.56

2008-02-08 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.55

2008-02-06 Eric Sandall <sandalle@sourcemage.org>
	* DEPENDS: Use suggest_depends for wine-gecko per Jaka

2008-02-03 Thomas Orgis <sobukus@sourcemage.org>
	* BUILD: Remove the -fno-inline-functions which was added becuase of vartest.c
	  memory hogging; seems to be more or less fixed in wine and/or gcc (though
	  you shouldn't try to build wine on a 64MB RAM box)

2008-01-31 Eric Sandall <sandalle@sourcemage.org>
	* DEPENDS: Optionally depend on wine-gecko (z-rejected) for a
	  pre-downloaded GECKO engine

2008-01-29 Eric Sandall <sandalle@sourcemage.org>
	* PRE_BUILD: Apply ncurses.utf8.patch
	* ncurses.utf8.patch: Fix http://bugs.winehq.org/show_bug.cgi?id=11214
	  wine fails to configure if ncurses is built with UTF8

2008-01-28 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* BUILD: removed is_depends_enabled.function reference

2008-01-25 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.54

2007-12-28 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.52

2007-12-14 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.51

2007-11-30 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* DETAILS: updated spell to 0.9.50

2007-11-09 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.49

2007-10-27 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.48

2007-10-12 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.47

2007-09-28 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.46

2007-09-14 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.45

2007-08-24 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.44

2007-08-10 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.43

2007-07-31 Pol Vinogradov <vin.public@gmail.com>
	* DETAILS: fixed SOURCE_URL[0] for VCS branch

2007-07-30 Pol Vinogradov <vin.public@gmail.com>
	* DETAILS: added FORCE_DOWNLOAD=1 for VCS branch

2007-07-27 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.42

2007-07-15 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.41

2007-06-29 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.40

2007-06-15 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.39

2007-06-02 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.38

2007-05-11 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.37

2007-05-07 Pol Vinogradov <vin.public@gmail.com>
	* DETAILS: added SOURCE_DIRECTORY for both branches as it differs

2007-05-06 Pol Vinogradov <vin.public@gmail.com>
	* DEPENDS: added libxrandr as optional if xorg is modular
	* DETAILS: changed SOURCE's version to git for VCS branch

2007-04-27 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.36

2007-04-13 Treeve Jelbert <treeve@sourcemage.org>
	* DEPENDS: remove arts, no longer supported

2007-04-13 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.35

2007-03-30 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.34

2007-03-16 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.33

2007-03-02 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.32

2007-02-16 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to version 0.9.31

2007-01-26 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.30

2007-01-19 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.29

2006-12-22 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.28

2006-12-08 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.27

2006-11-24 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.26

2006-11-16 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.25

2006-11-02 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* BUILD: avoid a memory leak by adding -fno-inline-functions to CFLAGS

2006-10-27 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.24

2006-10-26 Juuso Alasuutari <iuso@sourcemage.org>
	* DETAILS: Changed VERSION & SOURCE_URL to git.
	* PREPARE: Changed WINE_CVS* vars to more generic WINE_VCS*,
	  changed prompt message to generic one.
	* DEPENDS: Changed depends cvs to git.
	* BUILD: Changed spell_ok docbook-utils check to more accurate
	  is_depends_enabled.

2006-10-13 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.23

2006-10-06 Juuso Alasuutari <iuso@sourcemage.org>
	* DEPENDS: Changed jack to JACK-DRIVER.

2006-10-01 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* FINAL: removed a wierd + sign

2006-09-28 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.22

2006-09-14 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.21

2006-08-24 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.20

2006-08-10 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.19

2006-07-28 Pol Vinogradov <vin.public@gmail.com>
	* DETAILS: updated to 0.9.18

2006-07-10 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.17

2006-07-02 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
	* DEPENDS: added optional openssl; optional nas #10425
	  changed libxml2 to libxslt (depends on the former, both needed)

2006-06-25 George Sherwood <george@beernabeer.com>
	* DEPENDS: Changed to CUPS from cups

2006-06-21 Pol Vinogradov <vin.public@gmail.com>
	* DETAILS: Updated to 0.9.16, removed BUILD_API=2 line

2006-06-09 Pol Vinogradov <vin.public@gmail.com>
	* DETAILS: Updated to 0.9.15, changed wine to $SPELL in SOURCE,
	  removed UPDATED

2006-05-24 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.14

2006-05-11 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.13
	* DEPENDS: Added optional depends on libxml2, hal, openldap, arts, esound,
	  jpeg, LIBGIF, and libgphoto2 (the last is commented out for now)

2006-04-16 Eric Sandall <sandalle@sourcemage.org>
	* CONFIGURE: Removed (query is now an optional dependency) Bug #10928
	* DEPENDS: Optionally depend on OPENGL
	* BUILD: No longer need to pass WINE_OPENGL to OPTS

2006-04-13 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.12

2006-04-09 Eric Sandall <sandalle@sourcemage.org>
	* CONFIGURE: Changed WINE_OPENGL from config_query to config_query_option
	* DEPENDS: Depends on fontforge to build fonts
	* BUILD: Pass WINE_OPENGL to OPTS

2006-03-31 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.11

2006-03-15 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.10
	* init.d/wine: Added init script to register Microsoft Windows/DOS
	  executables to the WINE interpreter through binfmt_misc

2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
	* DETAILS: (automated) Add KEYWORDS

2006-03-02 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.9

2006-02-15 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.8

2006-02-02 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.7
	  Added UPSTREAM_KEY to SOURCE_GPG

2006-01-19 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.6
	  Use wine.gpg (julliard@winehq.org from
	  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xB9461DD7)

2006-01-04 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.5

2005-12-22 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.4
	  Define SOURCE before using it (my bad)

2005-12-20 Eric Sandall <sandalle@sourcemage.org>
	* PREPARE: Added queries for CVS and CVS autoupdating
	* DETAILS: Set VERSION and SOURCE_URL based on WINE_CVS
	* DEPENDS: Depend on a provider of CVS if WINE_CVS

2005-12-08 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 0.9.3, use GPG checking

2005-11-22 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.2

2005-11-09 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9.1

2005-11-07 Eric Sandall <sandalle@sourcemage.org>
	* BUILD: There is no 'doc' directory to build anymore
	* DEPENDS: Added optional dependency on msttf/z-rejected

2005-10-25 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 0.9

2005-09-30 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 20050930
	* BUILD: no longer need ldap.diff:
	* ldap.diff: delete

2005-09-02 Treeve Jelbert <treeve@sourcemage.org>
	* BUILD: apply patch
	* ldap.diff: add
	* WIP: remove

2005-08-31 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 20050830
	* WIP: added, won't compile correctly
	 see <http://bugs.winehq.org/show_bug.cgi?id=3265>

2005-07-25 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 20050725

2005-06-29 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 20050628

2005-05-26 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 20050524

2005-04-22 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 20050419

2005-03-10 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated 20050310

2005-02-28 Eric Sandall <sandalle@sourcemage.org>
	* CONFLICTS: Removed conflicting spell

2005-01-17 Geoffrey Derber <gderber@sourcemage.org>
	* DEPENDS: added optional depends on docbook-utils
	  used for compiling wine documentation
	* BUILD: added the ability to compile wine
	  documentation

2005-01-11 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 20050111
	  Reworded SHORT (WINE is not an emulator ;))

2004-12-04 Eric Sandall <sandalle@sourcemage.org>
	* Wine renamed to wine
	* DETAILS: Wine renamed to wine
	  Shortened SHORT
	* CONFIGURE: Converted to config_query
	  Renamed OPENGL to WINE_OPENGL
	  I can't find OPENGL being used anywhere...
	* CONFLICTS: Conflicts with Wine
	* DEPENDS: Formatted to Guru Handbook

2004-12-02 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 20041201
	  reorder mirrors. sourceforge is much faster

2004-10-20 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 20041019

2004-09-15 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 20040914

2004-08-20 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version 20040813

2004-07-19 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version=20040716
	* POST_INSTALL: rename as FINAL

2004-06-16 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version=20040615
	  BUILD_API=2
	* BUILD: strip
	  disable debug options

2004-05-07 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version=20040505
	* BUILD: improve edit of LDFLAGS
	  builds with gcc-3.4.0
	* DEPENDS: add X11-LIBS, ncurses freetype2 cups
	* CONFLICTS: add wine
	* POST_INSTALL: added, to explain changes and setup process

2004-04-14 Seth Woolley <seth@tautology.org>
	* HISTORY: removed patch on 2002-10-24 entry for formatting.

2004-03-14 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version=20040309
	* BUILD: add
	  the new wine build system fails with our LDFLAGS
	  see Wine bug#2095

2004-02-14 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version=20040213
	  add Sourceforge as an alternative url

2004-01-22 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 20040121

2003-12-12 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 20031212

2003-11-19 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 20031118 (a release on my birthday! ;))

2003-10-17 Treeve Jelbert <treeve@sourcemage.org>
	* DETAILS: version=20031016
	* HISTORY: reformatted the file

2003-09-28 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 20030911
	* DETAILS: Changed LICENSE to LICENSE[0]

2003-06-18 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 20030618

2003-04-08 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 20030408

2003-03-29 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 20030318 (Bug #2849)

2003-03-03 Joel Mayes <bluebird@optushome.com.au>
	* DETAILS: Fixed error is DETAILS file

2003-02-20 Joel Mayes <bluebird@optushome.com.au>
	* DETAILS: Version bumped to 20030219
	* BUILD: CFLAGS it did are no longer needed
	* HISTORY: Reformated this file

2003-01-05 Eric Sandall <sandalle@sourcemage.org>
	* DETAILS: Updated to 20021219 (Bug #2009)

2002-11-26 Joel Mayes <bluebird@optushome.com.au>
	* DETAILS: Version bumped to 20021125

2002-11-08 Joel Mayes <bluebird@optushome.com.au>
	* DETAILS: Version bumped to 20021031

2002-10-24 Eric Schabell <eschabell@sourcemage.org>
	* BUILD: rm patch from top of build, was failing, have been two version
	  bumps since patch introduced so am assuming it has no longer the desired affect.
	* this fixes bug #1464.

2002-09-04 Joel Mayes <bluebird@optushome.com.au>
	* DETAILS: Version bumped to 20021007

2002-09-04 Joel Mayes <bluebird@optushome.com.au>
	* DETAILS: Version bumped to 20020904

2002-08-10 Joel Mayes <bluebird@optushome.com.au>
	* DETAILS: updated MD5[0] field to reflect the .tar not .tar.(bz2|gz|Z)

2002-06-24 Joel Mayes <bluebird@optushome.com.au>
	* DETAILS: Version bumped to 20020804
	* BUILD: thanks to Bob Cottingham and the Lunar Linux team for the Patch

2002-06-24 Joel Mayes <bluebird@optushome.com.au>
	* DETAILS: Reverted to version 20020509 due to PERL incompatibilities

2002-06-24 Joel Mayes <bluebird@optushome.com.au>
	* DETAILS: Added LICENSE field

2002-06-21 Joel Mayes <bluebird@optushome.com.au>
	* DETAILS: Added MD5 field

2002-06-20 Joel Mayes <bluebird@optushome.com.au>
	* DETAILS: Version bump to 20020605

2002-05-23 Adam Clark <adamsgl@dhbit.ca>
	* DETAILS: updated to 20020509
	* HISTORY: added this HISTORY file