aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/java/news.xml
blob: 4453ba34b6e8f81c80136b0aa45efd5af80ea418 (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
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE news PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for News//EN"
                      "http://www.FreeBSD.org/XML/www/share/sgml/news.dtd">

<!-- Simple schema for FreeBSD Java Project news.

     Divide time in to <year>, <month>, and <day> elements, each of which
     has a <name>.

     Each <day> element contains one or more <event> elements.

     Each <event> contains an optional <title>, and then a <p>.  <p> elements
     can contain <a> anchors.

     Use the <title> element if the <p> content is lengthy.  When generating
     synopses of this information (e.g., for syndication using RDF files),
     the contents of <title> will be preferred over <p>.
-->

<news>
    <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
      $FreeBSD$
    </cvs:keyword>

  <year>
    <name>2012</name>

    <month>
      <name>May</name>

      <day>
	<name>09</name>

	<event>
	  <title><a href="http://openjdk.java.net/">&openjdk;</a> 6
	    updated to Build 25.</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a>
	    updates the <a
	      href="http://openjdk.java.net/">&openjdk;</a> 6 port to
	    Build 25.  See the <a href="dists/16.html">JDK 1.6.x
	    page</a> for more details.</p>
	</event>
      </day>
    </month>
  </year>

  <year>
    <name>2011</name>

    <month>
      <name>November</name>

      <day>
	<name>30</name>

	<event>
	  <title><a href="http://openjdk.java.net/">&openjdk;</a> 6
	    updated to Build 24.</title>

	  <p><a href="mailto:jkim@FreeBSD.org">Jung-uk Kim</a> updates
	    the <a href="http://openjdk.java.net/">&openjdk;</a> 6
	    port to Build 24.  See the <a href="dists/16.html">JDK
	    1.6.x page</a> for more details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>August</name>

      <day>
	<name>9</name>

	<event>
	  <title><a href="http://openjdk.java.net/">&openjdk;</a> 6
	    updated to Build 23.</title>

	  <p><a href="mailto:jkim@FreeBSD.org">Jung-uk Kim</a> updates
	    the <a href="http://openjdk.java.net/">&openjdk;</a> 6
	    port to Build 23.  See the <a href="dists/16.html">JDK
	    1.6.x page</a> for more details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>March</name>

      <day>
	<name>1</name>

	<event>
	  <title><a href="http://openjdk.java.net/">&openjdk;</a> 6
	    updated to Build 22.</title>

	  <p><a href="mailto:jkim@FreeBSD.org">Jung-uk Kim</a> updates
	    the <a href="http://openjdk.java.net/">&openjdk;</a> 6
	    port to Build 22.
	    See the <a href="dists/16.html">JDK 1.6.x page</a>
	    for more details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>February</name>

      <day>
	<name>9</name>

	<event>
	  <title><a href="http://openjdk.java.net/">&openjdk;</a> 6
	    updated to Build 21.</title>

	  <p><a href="mailto:jkim@FreeBSD.org">Jung-uk Kim</a> updates
	    the <a href="http://openjdk.java.net/">&openjdk;</a> 6
	    port to Build 21.  See the <a href="dists/16.html">JDK
	      1.6.x page</a>
	    for more details.</p>
	</event>
      </day>
    </month>
  </year>

  <year>
    <name>2010</name>

    <month>
      <name>July</name>

      <day>
	<name>10</name>

	<event>
	  <title><a href="http://openjdk.java.net/">&openjdk;</a> 6
	    updated to Build 20.</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a>'
	    update of the <a
	      href="http://openjdk.java.net/">&openjdk;</a> 6 port to
	    Build 20 has been committed.  See the <a
	      href="dists/16.html">JDK 1.6.x page</a> for more
	    details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>May</name>

      <day>
	<name>17</name>

	<event>
	  <title><a href="http://openjdk.java.net/">&openjdk;</a> 6
	    updated to Build 19.</title>

	  <p><a href="mailto:lev@FreeBSD.org">Lev A. Serebryakov</a>'s
	    update of the <a
	      href="http://openjdk.java.net/">&openjdk;</a> 6 port to
	    Build 19 has been committed.  See the <a
	      href="dists/16.html">JDK 1.6.x page</a> for more
	    details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>January</name>

      <day>
	<name>16</name>

	<event>
	  <title><a href="http://openjdk.java.net/">&openjdk;</a> 6
	    updated to Build 17.</title>

	  <p><a href="mailto:openjdk@getsnappy.com">Brian Gardner</a>
	    has released an update of the <a
	      href="http://openjdk.java.net/">&openjdk;</a> 6 port to
	    Build 17.  See the <a href="dists/16.html">JDK 1.6.x
	    page</a> for more details.</p>
	</event>
      </day>
    </month>
  </year>

  <year>
    <name>2009</name>

    <month>
      <name>May</name>

      <day>
	<name>5</name>

	<event>
	  <title><a href="http://openjdk.java.net/">&openjdk;</a> 6
	    updated to Build 16.</title>

	  <p><a href="mailto:openjdk@getsnappy.com">Brian Gardner</a>
	    has released an update of the <a
	      href="http://openjdk.java.net/">&openjdk;</a> 6 port to
	    Build 16.  See the <a href="dists/16.html">JDK 1.6.x
	    page</a> for more details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>March</name>

      <day>
	<name>5</name>

	<event>
	  <title>Patchset 9 for &jdk;&nbsp;1.5 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the ninth patchset (patchset 9) in the
	    &jdk;&nbsp;1.5 series.  See the <a
	    href="dists/15.html">JDK 1.5.x page</a> for more
	    details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>February</name>

      <day>
	<name>23</name>

	<event>
	  <title>Port of <a href="http://openjdk.java.net/">&openjdk;</a> 6
	    committed</title>

	  <p><a href="mailto:openjdk@getsnappy.com">Brian
	    Gardner</a>'s port of <a
	      href="http://openjdk.java.net/">&openjdk;</a> 6 is
	    committed to the Ports Collection as java/openjdk6.  See
	    the <a href="dists/16.html">JDK 1.6.x page</a> for more
	    details.</p>
	</event>
      </day>

      <day>
	<name>6</name>

	<event>
	  <title>Port of <a href="http://openjdk.java.net/">&openjdk;</a> 6
	    announced</title>

	  <p><a href="mailto:openjdk@getsnappy.com">Brian Gardner</a>
	    has announced a port of <a
	      href="http://openjdk.java.net/">&openjdk;</a>
	    6 to FreeBSD 7.x.  See the <a href="dists/16.html">JDK
	    1.6.x page</a> for more details.</p>
	</event>
      </day>
    </month>
  </year>

  <year>
    <name>2008</name>

    <month>
      <name>July</name>

      <day>
	<name>18</name>

	<event>
	  <title>The FreeBSD Foundation has announced binary releases
	    of the JDK 1.6 and JRE 1.6</title>

	  <p><a href="http://www.freebsdfoundation.org/">The FreeBSD
	    Foundation</a> has announced binary releases of the JDK
	    1.6 and JRE 1.6.  For more details, see the <a
	      href="http://www.freebsdfoundation.org/press/2008Jul-newsletter.shtml">
	    Foundation newsletter</a> and the <a
	      href="http://www.freebsdfoundation.org/downloads/java.shtml">download
	    page</a>.</p>
	</event>
      </day>
    </month>

    <month>
      <name>February</name>

      <day>
	<name>24</name>

	<event>
	  <title>Patchset 8 for &jdk;&nbsp;1.5 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the eighth patchset (patchset 8) in the
	    &jdk;&nbsp;1.5 series.  See the <a
	    href="dists/15.html">JDK 1.5.x page</a> for more
	    details.</p>
	</event>

	<event>
	  <title>Patchset 4 for &jdk;&nbsp;1.6 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the fourth patchset (patchset 4) in the
	    &jdk;&nbsp;1.6 series.  See the <a
	    href="dists/16.html">JDK 1.6.x page</a> for more
	    details.</p>
	</event>
      </day>
    </month>
  </year>

  <year>
    <name>2007</name>

    <month>
      <name>November</name>

      <day>
	<name>15</name>

	<event>
	  <title>Patchset 3 for &jdk;&nbsp;1.6 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the third patchset (patchset 3) in the
	    &jdk;&nbsp;1.6 series.  See the <a
	    href="dists/16.html">JDK 1.6.x page</a> for more
	    details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>October</name>

      <day>
	<name>28</name>

	<event>
	  <title>Patchset 2 for &jdk;&nbsp;1.6 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the second patchset (patchset 2) in the
	    &jdk;&nbsp;1.6 series.  See the <a
	    href="dists/16.html">JDK 1.6.x page</a> for more
	    details.</p>
	</event>
      </day>

      <day>
	<name>23</name>

	<event>
	  <title>Patchset 7 for &jdk;&nbsp;1.5 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the seventh patchset (patchset 7) in the
	    &jdk;&nbsp;1.5 series.  See the <a
	    href="dists/15.html">JDK 1.5.x page</a> for more
	    details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>August</name>

      <day>
	<name>2</name>

	<event>
	  <title>Patchset 1 for &jdk;&nbsp;1.6 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the first patchset (patchset 1) in the
	    &jdk;&nbsp;1.6 series.  See the <a
	    href="dists/16.html">JDK 1.6.x page</a> for more
	    details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>July</name>

      <day>
	<name>26</name>

	<event>
	  <title>Patchset 6 for &jdk;&nbsp;1.5 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the sixth patchset (patchset 6) in the
	    &jdk;&nbsp;1.5 series.  See the <a
	    href="dists/15.html">JDK 1.5.x page</a> for more
	    details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>June</name>

      <day>
	<name>8</name>

	<event>
	  <title>Patchset 5 for &jdk;&nbsp;1.5 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the fifth patchset (patchset 5) in the
	    &jdk;&nbsp;1.5 series.  See the <a
	    href="dists/15.html">JDK 1.5.x page</a> for more
	    details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>January</name>

      <day>
	<name>24</name>

	<event>
	  <title>Patchset 4 for &jdk;&nbsp;1.5 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the fourth patchset (patchset 4) in the
	    &jdk;&nbsp;1.5 series.  See the <a
	    href="dists/15.html">JDK 1.5.x page</a> for more
	    details.</p>
	</event>
      </day>
    </month>
  </year>

  <year>
    <name>2006</name>

    <month>
      <name>April</name>

      <day>
	<name>7</name>

	<event>
	  <title>Patchset 3 for &jdk;&nbsp;1.5 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the third patchset (patchset 3) in the
	    &jdk;&nbsp;1.5 series.  See the <a
	    href="dists/15.html">JDK 1.5.x page</a> for more
	    details.</p>
	</event>
      </day>

      <day>
	<name>5</name>

	<event>
	  <title>The FreeBSD Foundation has announced binary releases
	  of the JDK 1.5 and JRE 1.5</title>

	  <p><a href="http://www.freebsdfoundation.org/">The FreeBSD
	    Foundation</a> has announced binary releases of the JDK
	    1.5 and JRE 1.5.  For more details, see the <a
	      href="http://www.freebsdfoundation.org/press/20060405-PRrelease.shtml">press
	    release</a> and <a
	      href="http://www.freebsdfoundation.org/downloads/java.shtml">download
	    page</a>.</p>
	</event>
      </day>
    </month>
  </year>

  <year>
    <name>2005</name>

    <month>
      <name>December</name>

      <day>
	<name>19</name>

	<event>
	  <title>Patchset 8 for &jdk;&nbsp;1.4 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the eighth patchset (patchset 8) in the
	    &jdk;&nbsp;1.4 series.  See the
	    JDK 1.4.x page for more
	    details.</p>
	</event>
      </day>
    </month>

    <month>
      <name>September</name>

      <day>
	<name>3</name>

	<event>
	  <title>Patchset 2 for &jdk;&nbsp;1.5 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the second patchset in the &jdk;&nbsp;1.5 series.
	    See the <a href="dists/15.html">JDK 1.5.x page</a> for
	    more details.</p>

	</event>
      </day>
    </month>


    <month>
      <name>January</name>

      <day>
	<name>19</name>

	<event>
	  <title>Patchset 1 for &jdk;&nbsp;1.5 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the initial patchset (patchset 1) in the
	    &jdk;&nbsp;1.5 series.  See the <a
	    href="dists/15.html">JDK 1.5.x page</a> for more
	    details.</p>

	</event>
      </day>
    </month>
  </year>

  <year>
    <name>2004</name>

    <month>
      <name>December</name>

      <day>
	<name>13</name>

	<event>
	  <title>Patchset 7 for &jdk;&nbsp;1.4 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the seventh patchset (patchset 7) in the
	    &jdk;&nbsp;1.4 series.  See the
	    JDK 1.4.x page for more
	    details.</p>

	</event>
      </day>
    </month>

    <month>
      <name>October</name>

      <day>
	<name>25</name>

	<event>
	  <title>Security vulnerability in Java browser
	    plugin.</title>

	  <p>A <a
	      href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1029">
	    security vulnerability</a> was announced in the Java
	    browser plugin.  The jdk14 port was fixed in 1.4.2p6_7.
	    The jdk13 port is still vulnerable.  You can check the
	    exact ports and versions which are vulnerable <a
	      href="http://www.vuxml.org/freebsd/ac619d06-3ef8-11d9-8741-c942c075aa41.html">here</a>.</p>

	</event>
      </day>
    </month>
  </year>

  <year>
    <name>2003</name>

    <month>
      <name>December</name>

      <day>
	<name>30</name>

	<event>
	  <title>Patchset 6 for &jdk;&nbsp;1.4 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the sixth patchset (patchset 6) in the
	    &jdk;&nbsp;1.4 series.  See the
	    JDK 1.4.x page for more
	    details.</p>
	</event>
      </day>

      <day>
	<name>19</name>

	<event>
	  <title>Patchset 9 for &jdk;&nbsp;1.3.1 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released an updated patchset (patchset 9) for the
	    &jdk;&nbsp;1.3.1 software. See the
	    JDK 1.3.x page for more
	    details.</p>

	</event>
      </day>
    </month>

    <month>
      <name>November</name>

      <day>
	<name>11</name>

	<event>
	  <title>Patchset 5 for &jdk;&nbsp;1.4 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the fifth patchset (patchset 5) in the
	    &jdk;&nbsp;1.4 series.  See the
	    JDK 1.4.x page for more
	    details.</p>

	</event>
      </day>
    </month>

    <month>
      <name>October</name>

      <day>
	<name>10</name>

	<event>
	  <title>Patchset 4 for &jdk;&nbsp;1.4 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the fourth patchset (patchset 4) in the
	    &jdk;&nbsp;1.4 series.  See the
	    JDK 1.4.x page for more
	    details.</p>

	</event>
      </day>
    </month>

    <month>
      <name>August</name>

      <day>
	<name>26</name>

	<event>
	  <title>FreeBSD Foundation announces native support for
	  &jdk;&nbsp;1.3.1</title>

	  <p>The FreeBSD Foundation <a
	      href="http://www.freebsdfoundation.org/press/20030825-java131.shtml">
	    announces</a> native support for &jdk;&nbsp;1.3.1 on
	    FreeBSD.</p>

	</event>
      </day>
    </month>

    <month>
      <name>March</name>

      <day>
	<name>7</name>

	<event>
	  <title>Patchset 3 for &jdk;&nbsp;1.4 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the third patchset (patchset 3) in the
	    &jdk;&nbsp;1.4 series.  See the
	    JDK 1.4.x page for more
	    details.</p>

	</event>
      </day>
    </month>

    <month>
      <name>February</name>

      <day>
	<name>12</name>

	<event>
	  <title>Patchset 8 for &jdk;&nbsp;1.3.1 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released an updated patchset (patchlevel 8) for the
	    &jdk;&nbsp;1.3.1 software. See the
	    JDK 1.3.x page for more
	    details.</p>
	</event>
      </day>

      <day>
	<name>4</name>

	<event>
	  <title>Patchset 2 for &jdk;&nbsp;1.4 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released the second patchset (patchset 2) in the
	    &jdk;&nbsp;1.4 series.  See the
	    JDK 1.4.x page for more
	    details.</p>

	</event>
      </day>
    </month>

  </year>
  <year>
    <name>2002</name>

    <month>
      <name>November</name>

      <day>
	<name>15</name>

	<event>
	  <title>Patchset 1 for &jdk;&nbsp;1.4 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released a first patchset (patchlevel 1) for the
	    &jdk;&nbsp;1.4.0 software. See the
	    JDK 1.4.x page for more
	    details.</p>

	</event>
      </day>
    </month>

    <month>
      <name>September</name>

      <day>
	<name>18</name>

	<event>
	  <title>Patchset 11 for &jdk;&nbsp;1.2.2 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released an updated patchset (patchlevel 11) for the
	    &jdk;&nbsp;1.2.2 software. See the
	    JDK 1.2.x page for more
	    details.</p>
	</event>
      </day>

      <day>
	<name>17</name>

	<event>
	  <title>Linux Version of J2SE 1.4.1 FCS available in
	  ports</title>

	  <p>Right after Sun released J2SE 1.4.1 FCS, the Linux
	    version was made available in the FreeBSD Ports
	    system. See <a href="http://java.sun.com/j2se/1.4.1/">J2SE
	    1.4.1 page</a> for more details.</p>

	</event>
      </day>
    </month>

    <month>
      <name>July</name>

      <day>
	<name>26</name>

	<event>
	  <title>Patchset 7 for &jdk;&nbsp;1.3.1 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released an updated patchset (patchlevel 7) for the
	    &jdk;&nbsp;1.3.1 software. See the
	    JDK 1.3.x page for more
	    details.</p>

	</event>
      </day>
    </month>

    <month>
      <name>February</name>

      <day>
	<name>13</name>

	<event>
	  <title>Patchset 6 for &jdk;&nbsp;1.3.1 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released an updated patchset (patchlevel 6) for the
	    &jdk;&nbsp;1.3.1 software. See the
	    JDK 1.3.x page for more
	    details.</p>

	</event>
      </day>
    </month>
  </year>

  <year>
    <name>2001</name>

    <month>
      <name>December</name>

      <day>
	<name>22</name>

	<event>
	  <title>FreeBSD Foundation announces license agreement with
	  Sun Microsystems</title>

	  <p>This was posted to announce@FreeBSD.org:</p>

	  <p>The FreeBSD Foundation has secured a license from Sun
	    Microsystems to distribute a native FreeBSD version of
	    both the Java Development Kit (&jdk;) and the Java Runtime
	    Environment (JRE). Thanks to the great efforts of the
	    FreeBSD Java team, these should be available for inclusion
	    with the upcoming release of FreeBSD 4.5 in January,
	    2002.</p>

	  <p>The general availability of a distributable version of
	    Java will benefit end users, commercial users, and
	    developers who use FreeBSD.  Java continues to grow in
	    popularity and has become heavily used in server side web
	    applications, one of FreeBSD's core areas of strength.
	    With an officially licensed binary Java distribution,
	    FreeBSD becomes an ideal platform for execution,
	    development, and deployment of Java based solutions.</p>

	  <p>This agreement would not have been possible without the
	    efforts of <a href="mailto:nate@FreeBSD.org">Nate
	    Williams</a>. Nate not only started the FreeBSD Java
	    porting effort, but also brought Sun Microsystems and the
	    Foundation together to negotiate a license.</p>

	  <p>You can find full text of the announcement <a
	      href="http://daily.daemonnews.org/view_story.php3?story_id=2602">here</a>.</p>

	</event>
      </day>
    </month>

    <month>
      <name>October</name>

      <day>
	<name>16</name>

	<event>
	  <title>Patchset 5 for &jdk;&nbsp;1.3.1 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released an updated patchset (patchlevel 5) for the
	    &jdk;&nbsp;1.3.1 software. See the
	    JDK 1.3.x page for more
	    details.</p>

	</event>
      </day>
    </month>

    <month>
      <name>September</name>

      <day>
	<name>10</name>

	<event>
	  <title>Patchset 4 for &jdk;&nbsp;1.3.1 released</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released an updated patchset (patchlevel 4) for the
	    &jdk;&nbsp;1.3.1 software. See the
	    JDK 1.3.x page for more
	    details.</p>

	</event>
      </day>

      <day>
	<name>6</name>

	<event>
	  <title>Sun's Forte for Java 3.0 Community Edition
	  ported</title>

	  <p><a href="mailto:sobomax@FreeBSD.org">Maxim Sobolev</a>
	    has created a port of the Sun's <a
	    href="http://www.sun.com/forte/ffj/index.html">Forte[tm]
	    for Java[tm]</a>, release 3.0 Community Edition integrated
	    development environment (IDE).  It can now be built from
	    the ports directory ports/java/forte.</p>

	  <p>The port can be used either with native &jdk;&nbsp;1.3.1,
	    or with Linux &jdk;&nbsp;1.3.1.</p>

	</event>
      </day>
    </month>

    <month>
      <name>August</name>

      <day>
	<name>27</name>

	<event>
	  <title>&jdk;&nbsp;1.3.1 ported</title>

	  <p><a href="mailto:glewis@FreeBSD.org">Greg Lewis</a> has
	    released a long-awaited port of the &jdk;&nbsp;1.3.1
	    software.  It can now be built from the ports directory
	    ports/java/jdk13.  See JDK
	    1.3.x for more details.</p>

	  <p>It should be noted that this is very much a
	    developer-only release and it is not recommended for use
	    in production environment.</p>

	</event>
      </day>
    </month>
  </year>

  <year>
    <name>2000</name>

    <month>
      <name>October</name>

      <day>
	<name>14</name>

	<event>
	  <title>&jdk;&nbsp;1.2.2 ported</title>

	  <p><a href="mailto:sobomax@FreeBSD.org">Maxim Sobolev</a>
	    has produced a port of the &jdk;&nbsp;1.2.2 software.  It
	    can now be built from the ports directory
	    ports/java/jdk12-beta.  See JDK
	    1.2.x for more details.</p>

	  <p>All the issues noted below are still in place,
	    however.</p>

	  <p>So anyone who has a Java2 port you've been waiting on
	    submitting, now is your chance.</p>

	</event>
      </day>
    </month>

    <month>
      <name>September</name>

      <day>
	<name>15</name>

	<event>
	  <title>New Java patches</title>

	  <p><a href="mailto:sean@stat.duke.edu">Sean O'Connell</a>
	    and <a href="mailto:gallatin@cs.duke.edu">Andrew
	    Gallatin</a> have created patches to enable FreeBSD to run
	    IBM's &jdk;&nbsp;1.3.</p>

	  <p><a href="mailto:ernst@jollem.com">Ernst de Haan</a> has
	    been able to get Sun's Linux &jdk;&nbsp;1.3.0b9 running on
	    4.0-STABLE.  Full details on both can be found
	    here.</p>

	</event>
      </day>
    </month>

    <month>
      <name>August</name>

      <day>
	<name>10</name>

	<event>
	  <title>Sun Java Compatibility Kit Testing</title>

	  <p>On August 7th, 2000, the FreeBSD &jdk; team was given
	    access to Sun's JCK (Java Compatibility Kit), which will
	    allow us to test and (hopefully!)  release a binary
	    version using the current set of patches.  Unfortunately,
	    we are unable (for legal reasons) to distribute a &jdk;
	    that hasn't been run against the JCK like we were able to
	    with the &jdk;&nbsp;1.1.* releases.</p>

	  <p>Unfortunately, as told by Sun (we have no experience
	  *yet*), running the JCK against the port is a difficult and
	  time-consuming process.  Hopefully it won't take us the 3
	  months that Sun expects it to take. :(</p>

	  <p>Finally, there are still some issues regarding Motif&reg;
	    that need to be resolved before a full public release can
	    be made.  Sun is working on that front, and we need to try
	    contacting the OpenGroup to see if we can get a special
	    exception for Motif binary distributions to use in the
	    &jdk; release.</p>

	</event>
      </day>
    </month>

    <month>
      <name>May</name>

      <day>
	<name>3</name>

	<event>
	  <title>Native &jdk;&nbsp;1.2.2 port enters alpha test
	  phase</title>

	  <p>Greg Lewis has just announced that the native FreeBSD
	    &jdk;&nbsp;1.2.2 port has entered alpha test stage.</p>

	  <p>In its current form, the port will build and run on most
	    FreeBSD releases (3.4, 4.0 and 5.0 on x86) and work is
	    being done on the others (2.2.8 on x86 and 4.0 alpha).
	    Most demo applets and applications run.</p>

	  <p>Currently we are looking for enthusiasts who are willing
	    to spend a little time testing the new port.  While this
	    is not a trivial task, there are clear step-by-step
	    instructions on how to build and use the port.</p>

	  <p>The patches may be found, as usual on:</p>
	  <p><a
	    href="http://www.eyesbeyond.com/freebsddom/java/jdk.html">http://www.eyesbeyond.com/freebsddom/java/jdk.html</a></p>
	  <p>More information, open issues and step-by-step
	  instructions may be found at: <a
	    href="http://www.kjkoster.org/java/index.html">http://www.kjkoster.org/java/index.html</a></p>
	</event>
      </day>

      <day>
	<name>1</name>

	<event>
	  <title>Request for Enhancement - Now the number 1 RFE</title>

	  <p>We have petitioned Sun to provide an official FreeBSD
	    JDK2 port. We are currently in 1st place in the vote
	    count.  If you are a member of the Java Developer's
	    Connection (it's free), you can vote for it as well <a
	      href="http://developer.java.sun.com/developer/bugParade/bugs/4288745.html">http://developer.java.sun.com/developer/bugParade/bugs/4288745.html</a></p>

	</event>
      </day>
    </month>

    <month>
      <name>March</name>

      <day>
	<name>22</name>

	<event>
	  <title>Pre-Alpha &jdk;&nbsp;1.2.2 patches available.</title>

	  <p>Greg Lewis releases the pre-alpha patches for
	    enterprising Java users to build their own native FreeBSD
	    &jdk;&nbsp;1.2.2 from. This process is not for the faint
	    of heart, and the resulting &jdk; is not for production
	    systems. Having said that, most AWT and Swing demo's have
	    been found to run. There is plenty of work to do, and we
	    need all the testers we can find. Patches and build
	    instructions may be downloaded from <a
	      href="http://www.eyesbeyond.com/freebsd-jdk122-patches-latest.tar.gz">
	    http://www.eyesbeyond.com/freebsd-jdk122-patches-latest.tar.gz</a>. Currently
	    open issues and test results may be found at <a
	      href="http://www.kjkoster.org/java/index.html">
	    http://www.kjkoster.org/java/index.html.</a></p>

	</event>
      </day>
    </month>

    <month>
      <name>January</name>

      <day>
	<name>30</name>

	<event>
	  <title>Blackdown 1.2.2RC4 &jdk;</title>

	  <p>The Linux Blackdown Port Team has released RC4 of
	    &jdk;&nbsp;1.2.  It has been tested on FreeBSD 3.4-STABLE
	    and later and runs all demo applets and jfc demos.
	    Several people have mentioned some problems running it
	    with Apache JServ.  Until it can be added to the FreeBSD
	    port tree, it can be found at <a
	      href="http://www.jmcm.org/tech/ports/linux_jdk.html">
	    http://www.jmcm.org/tech/ports/linux_jdk.html</a>.
	    (Reported by Jose Marques)</p>
	</event>
      </day>
    </month>
  </year>

  <year>
    <name>1999</name>
    <month>
      <name>November</name>
      <day>
	<name>28</name>

	<event>
	  <title>Request for Enhancement</title>

	  <p>We have petitioned Sun to provide an official FreeBSD
	    JDK2 port. We are currently in <b>2nd</b> place in the
	    vote count.  If you are a member of the Java Developer's
	    Connection (it's free), you can vote for it as well <a
	      href="http://developer.java.sun.com/developer/bugParade/bugs/4288745.html">http://developer.java.sun.com/developer/bugParade/bugs/4288745.html</a></p>
	</event>
      </day>

      <day>
	<name>9</name>

	<event>
	  <title>Another &jdk;&nbsp;1.1.8 release to fix a separate
class of multicast bugs.</title>

	  <p><a
	      href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nate/JDK1.1/jdk1.1.8_AOUT.V99-11-9.tar.gz">jdk1.1.8_AOUT.V99-11-9.tar.gz</a>.
	    For FreeBSD versions 2.2.*, which use the A.OUT binary
	    format.  <a
	      href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/nate/JDK1.1/jdk1.1.8_ELF.V99-11-9.tar.gz">jdk1.1.8_ELF.V99-11-9.tar.gz</a>.
	    For FreeBSD versions 3.* and 4.* which use the ELF binary
	    format. Note, due to a number of changes in -CURRENT, the
	    &jdk; may not work properly.</p>

	</event>
      </day>
    </month>
    <month>
      <name>October</name>

      <day>
	<name>11</name>

	<event>
	  <title>Work has re-started on the Java2/&jdk;&nbsp;1.2
	  port.</title>

	  <p>Expect an early 'alpha' release of Java2/&jdk;&nbsp;1.2
	    in the coming weeks for FreeBSD 3.3-stable/ELF boxes.</p>
	</event>
      </day>
    </month>

    <month>
      <name>September</name>

      <day>
	<name>22</name>

	<event>
	  <title>New &jdk;&nbsp;1.1.8</title>

	  <p>Re-rolled the &jdk;&nbsp;1.1.8 yet again to fixup some
	    minor bugs that people have found, as well as to speedup
	    the &jdk;.  For details checkout the README.FreeBSD
	    supplied in the releases.</p>

	  <p>jdk1.1.8_AOUT.V99-9-22.tar.gz.  For FreeBSD versions
	    2.2.*, which use the A.OUT binary format.</p>

	  <p>jdk1.1.8_ELF.V99-9-22.tar.gz.  For FreeBSD versions 3.*
	    and 4.* which use the ELF binary format.</p>
	</event>
      </day>
    </month>

    <month>
      <name>July</name>

      <day>
	<name>19</name>

	<event>
	  <title>New &jdk;&nbsp;1.1.8</title>

	  <p>Re-rolled the &jdk;&nbsp;1.1.8 release to fix a couple of
	    minor (but annoying bugs).  First, the netpatch (see
	    below) was incorporated into the build, and second an
	    annoying Floating Point bug was found and fixed.  The
	    latter bug affected multi-threaded code that did floating
	    point calculations and based on the code could produce
	    completely bogus results.</p>

	  <p>jdk1.1.8_AOUT.V99-7-19.tar.gz.  For FreeBSD versions
	    2.2.*, which use the A.OUT binary format.</p>

	  <p>jdk1.1.8_ELF.V99-7-19.tar.gz.  For FreeBSD versions 3.*
	    and 4.* which use the ELF binary format.</p>
	</event>
      </day>

      <day>
	<name>2</name>

	<event>
	  <title>New 'CommAPI' porting team announced.</title>

	  <p>Organization of FreeBSD 'CommAPI' porting team which is
	    an effort to make <a
	      href="http://java.sun.com/products/javacomm/index.html">JAVA's
	    CommAPI</a> freely available to the FreeBSD community.
	    Project is coordinated by <a
	      href="mailto:jdricot@ulb.ac.be?subject=JAVA CommAPI: ">
	    DRICOT Jean-Michel</a> and will officially be maintained
	    in <a
	      href="http://student.ulb.ac.be/~jdricot/commapi/">http://student.ulb.ac.be/~jdricot/commapi/</a>.
	    Feel free to contact him if you want to join the
	    project.</p>
	</event>
      </day>
    </month>

    <month>
      <name>June</name>

      <day>
	<name>8</name>

	<event>
	  <title>Patch for UDP sockets</title>

	  <p>A small bug was found in the &jdk;&nbsp;1.1.8 release
	    which affected people using UDP sockets.  If you tried to
	    send a packet to the broadcast address, the FreeBSD &jdk;
	    refused with a permissions error.  This error was fixed,
	    and rather than re-releasing the entire release a small
	    patchset was re-rolled for those folks who are
	    experiencing this problem.  If you experience this
	    problem, feel free to download the gzipped tarfile and
	    untar it wherever you installed the jdk.  It will install
	    itself over top of the old version.  If you aren't
	    experiencing the bug, there is no need to apply the patch,
	    although it wouldn't hurt.</p>

	  <p><a href="AOUT.netpatch.tar.gz">AOUT.netpatch.tar.gz</a>.
	    For FreeBSD versions 2.2.*, which use the A.OUT binary
	    format.</p>

	  <p><a href="ELF.netpatch.tar.gz">ELF.netpatch.tar.gz</a>.
	    For FreeBSD versions 3.* and 4.* which use the ELF binary
	    format.</p>
	</event>
      </day>

      <day>
	<name>3</name>

	<event>
	  <title>New &jdk;&nbsp;1.1.8 release</title>

	  <p>&jdk;&nbsp;1.1.8 for A.OUT and ELF releases.  This
	    release adds support for older 3.*/ELF releases (without
	    requiring any runtime loader changes), as well as fixes
	    bugs in LOCALE and timezone support for all FreeBSD
	    releases.</p>

	  <p>jdk1.1.8_AOUT.V99-6-3.tar.gz.  For FreeBSD versions
	    2.2.*, which use the A.OUT binary format.</p>

	  <p>jdk1.1.8_ELF.V99-6-3.tar.gz.  For FreeBSD versions 3.*
	    and 4.* which use the ELF binary format.</p>

	</event>
      </day>

      <day>
	<name>1</name>

	<event>
	  <title>JDK2 status</title>

	  <p>Work on &jdk;&nbsp;1.2/JDK2 has been going very slow as
	    the development team has been focusing it's effort on
	    solid JDK1 releases.  For most JDK2 development issues,
	    you can use the JDK1 release and the <a
	      href="http://java.sun.com/products/jfc/index.html#download-swing">Swing</a>
	    releases provided by Sun for JDK1, which works very well
	    under FreeBSD.</p>
	</event>
      </day>
    </month>

    <month>
      <name>April</name>

      <day>
	<name>16</name>

	<event>
	  <title>New &jdk;&nbsp;1.1.7 A.OUT release</title>

	  <p>This fixes build problems in the March release.  A new
	    ELF release will be made to support older 3.0 releases as
	    well sometime in the near future.</p>

	  <p>jdk1.1.7_AOUT.V99-4-16.tar.gz.  For FreeBSD versions
	    2.2.*, which use the A.OUT binary format.</p>

	</event>
      </day>
    </month>

    <month>
      <name>March</name>

      <day>
	<name>26</name>

	<event>
	  <title>ELF support for &jdk;&nbsp;1.1.7, as well as a new
A.OUT release which includes minor bugfixes.</title>

	  <p>jdk1.1.7_AOUT.V99-3-24.tar.gz.  For FreeBSD versions
	  2.2.*, which use the A.OUT binary format.</p>

	  <p>jdk1.1.7_ELF.V99-3-25.tar.gz.  For FreeBSD versions 3.x
	    and 4 which use the ELF binary format.  <b>Note</b>: This
	    requires changes made to the runtime loader to support
	    dladdr() functionality made on 1999/3/24.  You will need
	    to be running 3.1-stable or 4.0-current dated later than
	    1999/3/24.  If you don't have the new loader binary or are
	    not tracking -stable or -current, you can download it from
	    <a href="ld-elf.so.1">here</a> and install it as
	    /usr/libexec/ld-elf.so.1 (you need to be root to do
	    this):</p>

	  <p><pre># install -c -s -o bin -g bin -m 555 -C -fschg
	    <b>ld-elf.so.1</b> /usr/libexec</pre></p>
	</event>
      </day>

      <day>
	<name>16</name>

	<event>
	  <title>Updates on current development</title>

	  <p>ELF &jdk;&nbsp;1.1.7 : An ELF build of &jdk;&nbsp;1.1.7
	    (for use on FreeBSD 3.x and later) is currently entering
	    it's initial internal testing phase.  A beta release
	    should be available in a few weeks.</p>

	  <p>JDK2 (aka &jdk;&nbsp;1.2): Several individuals are
	    working on porting JDK2 to FreeBSD, but the work is
	    progressing slowly.  This is primarily due to a lack of
	    developer time to work on this project.  (The release of
	    Blackdown's JDK2 port will assist our development when
	    they release their source diffs.)</p>
	</event>
      </day>
    </month>
  </year>

  <year>
    <name>1998</name>
    <month>
      <name>December</name>

      <day>
	<name>21</name>

	<event>
	  <title>jdk1.1.7.V98-12-21.tar.gz</title>

	  <p>Bugfix version of &jdk;&nbsp;1.1.7.  Thanks go to Keith
	    White who tracked down a couple annoying (and serious)
	    bugs in the &jdk;, notably the modulo bug.  This release
	    also has the 256 file-descriptor limit bumped up to 2048.
	    The JRE should also be much more usable, again thanks to
	    Keith.</p>
	</event>
      </day>
    </month>

    <month>
      <name>November</name>

      <day>
	<name>14</name>

	<event>
	  <title>jdk1.1.7.V98-11-5.tar.gz</title>

	  <p>Updated to &jdk;&nbsp;1.1.7.  Thanks go to Patrick
	    Gardella <a
	    href="mailto:patrick@FreeBSD.org">patrick@FreeBSD.org</a>
	    who provided most of the testing for this release.</p>
	</event>
      </day>
    </month>

    <month>
      <name>September</name>

      <day>
	<name>23</name>

	<event>
	  <title>jdk1.1.6.V98-9-23.tar.gz</title>

	  <p>The August 14 build had jre incorrectly linked in both
	    the &jdk; and the JRE, so a new release was rebuilt with
	    the correct linkage.  Otherwise, there were no changes
	    from the older release.</p>
	</event>
      </day>
    </month>

    <month>
      <name>August</name>

      <day>
	<name>22</name>

	<event>
	  <title>Web updates</title>

	  <p>Updated page to list numerous sites who have agreed to
	    mirror the &jdk; and provide ftp access.  Thanks to
	    all!</p>

	</event>
      </day>

      <day>
	<name>14</name>

	<event>
	  <title>jdk1.1.6.V98-8-14.tar.gz</title>

	  <p>The SO_REUSEADDR option is now correctly set on
	    ServerSockets (may affect other sockets as well.)</p>
	</event>
      </day>
    </month>


    <month>
      <name>July</name>

      <day>
	<name>21</name>

	<event>
	  <title>jdk1.1.6.V98-7-21.tar.gz</title>

	  <p>Updated port to &jdk;&nbsp;1.1.6.  Thanks go to Keith
	    White <a
	      href="mailto:kwhite@site.uottawa.ca">kwhite@site.uottawa.ca</a>
	    who did most of the work to make this release happen!</p>

	  <p>More standard 'naming' for java.version and such.</p>

	  <p>Fixes for UDP/Multicast sockets.</p>

	  <p>The signal abort error may be fixed (knock on wood).</p>

	  <p>Add support for the "KOI8-R" and "CP866" encodings.</p>

	  <p>Timezones now work correctly under FreeBSD (this required
	    some native code, but it is embedded in the &jdk; so
	    shouldn't affect users.  However, FreeBSD has one of the
	    few (only?)  VM's that correctly support Timezones
	    now).</p>

	  <p>sysRmdir() now correctly removes directories.</p>

	  <p>Link in the xpg4 library to support CJK locales.</p>

	</event>
      </day>
    </month>

    <month>
      <name>May</name>

      <day>
	<name>5</name>

	<event>
	  <title>Web updates</title>

	  <p>Updated page to include instruction on how to get Sun's
	    JWS (Java Work Shop) working under FreeBSD.</p>
	</event>
      </day>
    </month>

    <month>
      <name>February</name>

      <day>
	<name>25</name>

	<event>
	  <title>jdk1.1.5.V98-2-25.tar.gz</title>

	  <p>&jdk;'s built on 2.2.2 should now work again.</p>

	  <p>The AWT now correctly sets the Window name.</p>

	  <p>Fixed obscure bug that could cause a core dump if you hit
	    a button in a dialog box multiple times.</p>

	  <p>Fixed bug where SHMEM wasn't released when using images,
	    causing a leak.</p>
	</event>
      </day>


      <day>
	<name>12</name>

	<event>
	  <title>New FTP Mirror and Web Updates</title>

	  <p>Johan Larsson graciously provided an ftp mirror site for
	    the &jdk;, so if you have an aversion to using HTTP, then
	    feel free to grab it from his site.</p>

	  <p>Replaced the 'Steaming Cup of Java' logo with the 'Jump
	    to Java' logo, which is more politically (and legally)
	    acceptable to SUN's lawyers.</p>
	</event>
      </day>


      <day>
	<name>9</name>

	<event>
	  <title>jdk1.1.5.V98-2-8.tar.gz</title>

	  <p>Fixed bugs in Process.waitFor()</p>

	  <p>Modified the way the Motif library was linked in. This
	    will allow anyone with a Motif library (static or dynamic)
	    to build their own &jdk; once the patchkit is released. If
	    their Motif license allows for it, they can also make
	    binary releases available.</p>

	  <p>Non blocking reads on PIPE did not work reliably on all
	    versions of the OS.</p>

	  <p>Multicast now works.</p>
	</event>
      </day>
    </month>

    <month>
      <name>January</name>

      <day>
	<name>10</name>

	<event>
	  <title>New &jdk; porting team announced</title>

	  <p>Organization of FreeBSD &jdk; porting team, which now
	    jointly creates new &jdk; releases for FreeBSD.</p>

	  <p>New &jdk;&nbsp;1.1.5 binary, which has Motif statically
	    compiled in. (Unfortunately, this release was lost in a
	    disk crash on the ftp server.)</p>
	</event>
      </day>
    </month>
  </year>

</news>