aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.UTF-8/share/xml/news.xml
blob: 6c4138cf5ec156502634da7fa36f00e3a39f5b7a (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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE news PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for News//EN"
                      "http://www.FreeBSD.org/XML/share/xml/news.dtd">

<!-- Simple schema for FreeBSD 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.  Within the "href" attribute of the anchor
     &base; or &enbase; will be replaced with the base URI necessary to reach
     the FreeBSD document root, and should always be used to start URLs at
     www.FreeBSD.org or one of the mirrors.

     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>.

     The FreeBSD Simplified Chinese Documentation Project
     Original Revision: 1.110
     From: www/share/xml/news.xml
-->

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

  <year>
    <name>2007</name>

    <month>
      <name>9</name>

      <day>
	 <name>28</name>
	 <event>
	   <title>新增 committer: <a href="mailto:kaiw@freebsd.org">王楷</a>
	     (src).</title>

	   <p><a href="mailto:kaiw@freebsd.org">王楷</a>,
	     Summer of Code 计划的获选学生, 现在成为了正式的
	     src/ committer。</p>
	 </event>
      </day>
      <day>
	 <name>25</name>
	 <event>
	   <title>新增 committer: <a href="mailto:rpaulo@freebsd.org">Rui Paulo</a>
	     (src).</title>

	   <p><a href="mailto:rpaulo@freebsd.org">Rui Paulo</a>,
	     Summer of Code 计划的获选学生, 现在成为了正式的
	     src/ committer。</p>
	 </event>
      </day>
      <day>
         <name>17</name>
         <event>
	   <title>Summer of Code 项目结项了</title>

           <p>我们非常高兴 22 位学生完成了他们的 FreeBSD <a
             href="&base;/projects/summerofcode-2007.html">Summer of
             Code</a> 项目。 在此祝贺参与项目的导师和学生, 并感谢 <a
             href="http://www.google.com/">Google</a> 运营此项活动,
             并为其提供资金赞助。</p>

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

    <month>
      <name>8</name>

      <day>
        <name>29</name>
	<event>
	  <title>FreeBSD 基金会 20078 月新闻通讯</title>

	  <p>FreeBSD 基金会发布了
	    <a href="http://www.freebsdfoundation.org/press/2007Aug-newsletter.shtml">
	    20078 月新闻通讯</a>, 总结了这一年的活动。</p>
	</event>
      </day>

      <day>
        <name>20</name>
	<event>
	  <p>新增 committer: <a href="mailto:tabthorpe@freebsd.org">Thomas Abthorpe</a>
	    (ports)</p>
	</event>
      </day>

      <day>
	<name>2</name>
	<event>
	  <title>FreeBSD.org 集群连入 IPv6 了</title>

	  <p>FreeBSD.org 集群中的多数机器和服务现在已连入 IPv6, 这包括 www、 邮件,
	    以及开发人员的 ssh 访问。 此网络连接由 ISC 通过 tunnel 提供。</p>
	</event>

	<event>
	  <p>新增 committer: <a href="mailto:loader@freebsd.org">陈福康</a>
	    (doc)</p>
	</event>
      </day>
    </month>

    <month>
      <name>7</name>

      <day>
        <name>10</name>
	<event>
	   <title>2007 年第二季度开发进度报告</title>

           <p>2007 年第二季度的开发进度报告 <a
             href="&enbase;/news/status/report-2007-04-2007-06.html">现已发布</a>,
	     包含 49 项内容。</p>
	</event>
      </day>

      <day>
        <name>9</name>
	<event>
	  <p>新增 committer: <a href="mailto:lme@freebsd.org">Lars Engels</a>
	    (ports)</p>
	</event>
      </day>
    </month>

    <month>
      <name>6</name>

      <day>
        <name>25</name>
        <event>
          <p>commit 权限提升: <a href="mailto:edwin@freebsd.org">Edwin Groothuis</a>
            (src, ports)</p>
        </event>
      </day>

      <day>
        <name>24</name>
        <event>
          <p>新增 committer: <a href="mailto:scf@freebsd.org">Sean C. Farley</a>
            (src)</p>
        </event>
      </day>

      <day>
	<name>12</name>
	<event>
	  <p>新增 committer: <a
	    href="mailto:timur@FreeBSD.org">Timur I. Bakeyev</a>
	    (ports)</p>
	</event>

	<event>
          <p>commit 权限提升: <a
            href="mailto:chinsan@FreeBSD.org">Chin-San Huang</a>
            (doc, ports)</p>
	</event>
      </day>

      <day>
	<name>7</name>
	<event>
	  <title>FreeBSD Project 集成了 Camellia 分块加密算法支持</title>

	  <p>在 FreeBSD 7-CURRENT 中已集成了对 Camellia 分块加密算法的支持, 并将作为
	    FreeBSD 7.0-RELEASE 的一部分发布。 欲了解进一步的信息, 请参见 <a
	      href="http://www.emediawire.com/releases/2007/6/emw531216.htm">
	    新闻发布</a></p>
	</event>
      </day>

      <day>
	<name>4</name>

	<event>
	  <p>commit 权限提升: <a href="mailto:jkois@freebsd.org">Johann Kois</a>
	    (full doc/www)</p>
	</event>
      </day>
    </month>

    <month>
      <name>5</name>

      <day>
	<name>30</name>
	<event>
	  <p>新增 committer: <a
	    href="mailto:beech@FreeBSD.org">Beech Rintoul</a>
	    (ports)</p>
	</event>
      </day>

      <day>
        <name>29</name>
        <event>
          <title>新增 committer: <a href="mailto:attilio@freebsd.org">Attilio Rao</a>
            (src)。</title>

          <p><a href="mailto:attilio@freebsd.org">Attilio Rao</a>,
	      一名参加 Summer of Code 计划的学生, 成为了正式的 src/ committer。</p>
        </event>
      </day>

      <day>
        <name>19</name>
        <event>
          <title>在 ports 套件中引入了 Xorg 7.2</title>
          <p>感谢
            <a href="mailto:flz@FreeBSD.org">Florent Thoumie</a> (以及其他人)
            的努力工作, FreeBSD ports 套件已经开始使用模块化的
            Xorg 7.2 作为其默认 X 服务。 用于 i386 和 AMD64 6.2-STABLE
            的预编译包已经处于可用状态, 用于其他架构/版本的预编译包将在稍后发布,
            您也可以自行从源代码进行编译。 这两种情况均应参见 <a
	      href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING?rev=1.504;content-type=text%2Fplain">
	      /usr/ports/UPDATING 中的项目 20070519</a> 以了解如何升级。 请关注 <a
	      href="http://docs.freebsd.org/mail/archive/freebsd-ports.html">-ports</a>
            以了解最新进展。
          </p>
        </event>
      </day>
    </month>

    <month>
      <name>4</name>

      <day>
        <name>26</name>
        <event>
          <p>新增 committer: <a href="mailto:araujo@freebsd.org">Marcelo Araujo</a>
            (ports)</p>
        </event>
      </day>

      <day>
        <name>25</name>
        <event>
          <p>新增 committer: <a href="mailto:nemoliu@freebsd.org">刘彤</a>
            (ports)</p>
        </event>
      </day>

      <day>
        <name>13</name>

        <event>
	  <title>Summer of Code 资助项目公示</title>

	  <p>FreeBSD Project 收到了超过 120<a
	    href="http://code.google.com/soc">Google 的
	    Summer of Code</a> 项目申请, 其中有 25 个获得了资助。
	    令人遗憾的是, 其中第一流的申请数量远远超出了我们获得的名额。
	    尽管如此, 我们仍然鼓励在校学生与我们一同工作, FreeBSD
	    Project 希望能够带领更多的在校学生通过我们的社区邮件列表及开发论坛了解操作系统的开发。
	    参与开放源代码的软件项目是计算科学教育中的重要一环,
	    并且也会成为软件开发者职业生涯中的一个亮点。</p>

	  <p>本次被选中的学生及项目列表可以在 <a
href="http://www.freebsd.org/projects/summerofcode-2007.html">这里</a> 看到。
除此之外, <a href="http://wiki.freebsd.org/moin.cgi/SummerOfCode2007">Summer
of Code wiki</a> 提供了更多的其他信息。</p>
        </event>

        <event>
	  <p>新增 committer: <a href="mailto:trasz@freebsd.org">Edward Tomasz Napierala</a>
	    (ports)</p>
        </event>
	<event>
	  <title>蒙古语 FreeBSD 文档计划上线了</title>

	  <p><a
	      href="mailto:ganbold@micom.mng.net">Ganbold Tsagaankhuu</a>
	    负责的蒙文翻译版本上线了。 本次新增了由 FreeBSD 蒙文文档计划翻译的官方的
	    FreeBSD 手册, 以及对于其他语言支持的文档。 如欲了解关于 MFDP 的最新情报,
	    请参见 <a href="&base;/docproj/translations.html">Translations page
	    of the FreeBSD Documentation Project</a></p>
	</event>
      </day>

      <day>
        <name>12</name>
        <event>
          <p>新增 committer: <a href="mailto:mav@freebsd.org">Alexander Motin</a>
            (src)</p>
        </event>
      </day>

      <day>
	 <name>9</name>
	 <event>
	   <title>2007 年第一季度开发进度报告</title>

           <p>2007 年第一季度的开发进度报告 <a
             href="&enbase;/news/status/report-2007-01-2007-03.html">现已发布</a>,
	     包含 19 项内容。</p>
	 </event>
      </day>

      <day>
        <name>6</name>
	<event>
	  <title>ZFS 成为了 FreeBSD 的一部分</title>

	  <p>对 Sun 的 <a href="http://www.sun.com/2004-0914/feature/">
	      ZFS</a> 的支持, 已汇入 FreeBSD 7-CURRENT 开发分支,
	    并将作为一项试验性功能随 FreeBSD 7.0-RELEASE 提供。 欲了解进一步信息,
	    请参见 <a
	      href="http://lists.freebsd.org/pipermail/freebsd-current/2007-April/070544.html">
	      公告</a></p>
	</event>
      </day>

      <day>
        <name>4</name>
        <event>
	  <p>新增 committer: <a href="mailto:mm@freebsd.org">Martin Matuska</a>
	    (ports)</p>
        </event>
      </day>

      <day>
        <name>3</name>
        <event>
	  <p>新增 committer: <a href="mailto:lwhsu@freebsd.org">许立文</a>
	    (ports)</p>
        </event>
      </day>
    </month>

    <month>
      <name>3</name>

      <day>
        <name>28</name>
        <event>
	  <p>新增 committer: <a href="mailto:sephe@freebsd.org">乔彦珉</a>
	    (src)</p>
        </event>
      </day>

      <day>
	<name>14</name>
        <event>
	  <title>开始接受 Summer of Code 申请</title>

          <p>FreeBSD Project 目前已经开始接受 Google <a
	    href="http://code.google.com/summerofcode.html">Summer
            of Code 2007</a> 计划申请。
            这一计划将为在暑假起见为开源项目提供帮助的学生提供资助。
            专属于 FreeBSD 的项目和对应的导师, 可以在 <a
            href="&base;/projects/summerofcode.html">这里</a> 找到。</p>

          <p>一旦找到了合适的项目和导师, 感兴趣的学生应填写一份项目提案并提交给 Google。
	    我们目前已经开始接受项目申请, 而最后期限则是 2007324 日。
	    请参阅 <a
	    href="http://code.google.com/support/bin/topic.py?topic=10442">Google
	    FAQ</a> 了解进一步的详情。</p>
        </event>
      </day>

      <day>
	<name>12</name>
	<event>
	  <title>20073 月的快照版本发布了</title>

	  <p>20073 月的 FreeBSD 7-CURRENT 和 6-STABLE 快照发行版已经发布了。
	    FreeBSD 交付工程组发布这些快照发行版的目的是鼓励用户测试新功能,
	    并协助改善其可靠性。 更多细节请参阅
	    <a href="&enbase;/snapshots/index.html">快照</a></p>
	</event>
      </day>

      <day>
        <name>11</name>
        <event>
          <title>新增 committer:<a
	    href="mailto:bushman@FreeBSD.org">Michael Bushkov</a>
            (src)。 SoC2006 学生。</title>

          <p><a href="mailto:bushman@FreeBSD.org">Michael Bushkov</a>,
	      一名参加去年 Summer of Code 计划的学生, 继续为 FreeBSD Project
	      工作, 并成为了正式的 src/ committer。</p>
        </event>
      </day>

      <day>
	<name>10</name>
	<event>
	  <title>FreeBSD 在 8 CPU 系统上可伸缩性方面的进展</title>

	  <p>近期为 8-核 amd64 系统上运行 MySQL 而对 FreeBSD 7.0 进行的改善已取得了重大进展。
	    在测试的负荷下 FreeBSD 的峰值性能已经与 Linux 相当, 而在更高负载下,
	    其性能则高出 4 倍。 进一步的介绍在 <a
	      href="http://people.freebsd.org/~kris/scaling/mysql.html">这里</a></p>
	</event>
      </day>

      <day>
	<name>7</name>
	<event>
	  <title>FreeBSD 发布了由 Intel 授权的无线网卡固件</title>

	  <p>The FreeBSD project 与 Intel 就再分发其用于 Intel 无线网卡的固件文件达成了协议。
	    请参阅 <a
	      href="http://www.prweb.com/releases/2007/03/prweb509818.htm">新闻发布</a>
	    以了解进一步的详情。</p>
	</event>
      </day>
    </month>

    <month>
      <name>2</name>

      <day>
	<name>27</name>
	<event>
          <p>关于影响 FreeBSD 发行版本中一些时区中夏令时的变更 <a href="&base;/releng/dst_info.html">信息</a></p>
        </event>
      </day>

      <day>
	<name>23</name>
	<event>
	  <p>commit 权限提升:<a
	    href="mailto:remko@FreeBSD.org">Remko Lodder</a>
	    (doc,src)</p>
        </event>
      </day>

      <day>
        <name>17</name>
        <event>
          <p>新增 committer: <a href="mailto:jinmei@FreeBSD.org">神明达哉</a>
            (src)</p>
        </event>
      </day>

      <day>
        <name>16</name>
        <event>
          <p>新增 committer: <a href="mailto:sepotvin@FreeBSD.org">Stephane E. Potvin</a>
            (src)</p>
        </event>
      </day>

      <day>
         <name>10</name>
         <event>
	  <p>新增 committer: <a href="mailto:benjsc@freebsd.org">Benjamin Close</a>
	    (src)</p>
         </event>
      </day>

      <day>
	<name>9</name>
	<event>
	  <title>对 FreeBSD Core Team 成员及
	    AsiaBSDCon 2007 组委会主席 George V.
	    Neville-Neil 的 PodCast 访谈</title>

	  <p>在最新一期的 <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
	    podcast 中, Will Backman 对 FreeBSD 开发者 George V.
	    Neville-Neil 就将要进行的 AsiaBSDCon 会议进行了采访。 您可从
	    <a
	      href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk099.mp3">
	      http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk099.mp3</a> 收听。</p>
	</event>
      </day>

      <day>
	<name>8</name>
	<event>
          <title>宣布 AsiaBSDCon 2007 议程</title>

	  <p>将在 38 日至 11 日于东京举行的亚洲地区 BSD 会议, AsiaBSDCon,
	    目前已正式公布其会议时间表。 完整的时间表可以在
	    <a href="http://www.asiabsdcon.org/timetable.html">这里</a> 找到。</p>

	  <p>正式的报名将在 212 日左右开始。</p>
	</event>
      </day>

      <day>
	<name>2</name>
	<event>
          <p>commit 权限提升:<a
	    href="mailto:gabor@FreeBSD.org">G&aacute;bor K&ouml;vesd&aacute;n</a>
	    (doc, ports)</p>
	</event>
      </day>
    </month>

    <month>
      <name>1</name>

      <day>
        <name>31</name>
        <event>
          <p>commit 权限提升:<a
            href="mailto:rafan@FreeBSD.org">范荣恩</a>
            (src, ports)</p>
        </event>
      </day>

      <day>
         <name>18</name>
         <event>
	  <p>新增 committer: <a href="mailto:db@freebsd.org">Diane Bruce</a>
	    (ports)</p>
         </event>
      </day>

      <day>
	 <name>16</name>
	 <event>
	   <title>2006 年第四季度开发进度报告</title>

           <p>2006 年第四季度的开发进度报告 <a
             href="&enbase;/news/status/report-2006-10-2006-12.html">现已发布</a>,
	     其中包含了 41 项内容。</p>
        </event>
      </day>

      <day>
	<name>15</name>

	<event>
          <title>FreeBSD 6.2-RELEASE 发布了</title>

          <p><a href="&enbase;/releases/6.2R/announce.html">FreeBSD
	    6.2-RELEASE</a> 现已发布。 在安装前请参阅 <a
	    href="&base;/releases/6.2R/errata.html">发行勘误</a>
	    以了解与 6.2 有关的最新消息以及新近发现的问题。 在 <a
	    href="&base;/releases/index.html">发行版信息</a>
	    页面中提供了关于 FreeBSD 发行版的进一步信息。</p>
        </event>
      </day>

      <day>
	<name>9</name>

	<event>
	  <title>匈牙利文 FreeBSD 文档计划启动</title>

	  <p>在 FreeBSD 开发人员 G&aacute;bor K&ouml;vesd&aacute;n 的监督下,
	    文档的匈牙利文版本的翻译工作已经开始。 这一由匈牙利 FreeBSD
	    文档计划完成的官方译本中增加了对于文档的其他语言的支持。
	    如欲了解关于 HFDP 团队正在进行工作的详情, 请参见
	    <a href="http://www.FreeBSD.org/docproj/translations.html">FreeBSD
	    文档计划的翻译页面</a></p>
	</event>
      </day>
    </month>
  </year>

  <year>
    <name>2006</name>
    <month>
      <name>12</name>

      <day>
	<name>27</name>
	<event>
	  <p>新增 committer:<a href="mailto:jls@freebsd.org">Jordan Sissel</a>
	    (src)</p>
	</event>

	<event>
	  <title>FreeBSD 6.2-RC2 发布了</title>

	  <p>FreeBSD 6.2 的第二个候选发布版本现已 <a
	    href="http://lists.freebsd.org/pipermail/freebsd-stable/2006-December/031742.html">发布</a>。
	    用于 Tier-1 平台的 ISO 映像文件, 已可以通过众多的
	    <a href="http://www.FreeBSD.org/doc/zh_CN.UTF-8/books/handbook/mirrors-ftp.html">
	    FreeBSD 镜像站点</a> 获得。</p>
	</event>
      </day>

      <day>
	<name>26</name>
	<event>
	  <p>新增 committer:<a href="mailto:dryice@FreeBSD.org">刘栋</a>
	    (ports)</p>
	</event>
      </day>

      <day>
	<name>22</name>
	<event>
	  <p>新增 committer:<a href="mailto:nox@FreeBSD.org">Juergen Lock</a>
	    (ports)</p>
	</event>
      </day>

      <day>
	<name>10</name>
	<event>
	  <title>对 FreeBSD 开发人员 Joseph Koshy 的 Podcast 访谈</title>

	  <p>在最新一期 <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
	    podcast 中, Will Backman 就 FreeBSD 开发人员 Joseph Koshy
	    近期在 libElf 上所做的工作进行了访谈。 这期 podcast 可以通过
	    <a
	      href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk087.mp3">
	      http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk087.mp3</a> 收听。</p>
	</event>
      </day>

      <day>
	<name>7</name>
	<event>
	  <title>对 FreeBSD 开发人员 Kip Macy 的 Podcast 访谈</title>

	  <p>在最新一期 <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
	    podcast 中, Will Backman 就近期 FreeBSD/sun4v
	    的移植进展, 对 FreeBSD 开发人员 Joseph Koshy 进行了采访。 这期 podcast 可以通过
	    <a
	      href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk086.mp3">
	      http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk086.mp3</a> 收听。</p>
	</event>
      </day>

      <day>
	<name>5</name>
	<event>
	  <p>新增 committer:<a href="mailto:nivit@FreeBSD.org">Nicola Vitale</a>
	  (ports)</p>
	</event>

	<event>
	  <p>新增 committer:<a href="mailto:gabor@FreeBSD.org">G&aacute;bor K&ouml;vesd&aacute;n</a>
	    (ports)。 SoC2006 学生。</p>

          <p><a href="mailto:gabor@FreeBSD.org">G&aacute;bor K&ouml;vesd&aacute;n</a>,
	      一名参加去年 Summer of Code 计划的学生, 继续为 FreeBSD Project
	      工作, 并成为了正式的 ports/ committer。</p>
	</event>
      </day>

      <day>
	<name>1</name>
	<event>
	  <title>对 FreeBSD 开发人员 Tom McLaughlin 的 Podcast 访谈</title>

	  <p>在最新一期 <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
	    podcast 中, Will Backman 就 BSD# 项目和 FreeBSD 上的 Mono
	    对 FreeBSD 开发人员 Tom McLaughlin 进行了采访。 这期 podcast 可以通过
	    <a
	      href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk085.mp3">
	      http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk085.mp3</a> 收听。</p>
	</event>
      </day>
    </month>

    <month>
      <name>11</name>

      <day>
	<name>29</name>
	<event>
	  <p>新增 committer:<a href="mailto:lx@FreeBSD.org">David Thiel</a>
	  (ports)</p>
	</event>

	<event>
	  <title>对 FreeBSD 交付工程师马源浩的 Podcast 访谈</title>

	  <p>在最新一期 <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
	    podcast 中, Will Backman 就将要发布的 FreeBSD 6.2 版对交付工程师马源浩 (Bruce
	    Mah) 进行了采访。 这期 podcast 可以通过
	    <a
	      href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk084.mp3">
	      http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk084.mp3</a> 收听</p>
	</event>
      </day>

      <day>
	<name>17</name>
	<event>
	  <title>FreeBSD 6.2-RC1 发布了</title>

	  <p>FreeBSD 6.2 的第一个候选发布版本现已 <a
	    href="http://lists.freebsd.org/pipermail/freebsd-stable/2006-November/030811.html">发布</a>。
	    用于 Tier-1 平台的 ISO 映像文件, 已可以通过众多的
	    <a href="http://www.FreeBSD.org/doc/zh_CN.UTF-8/books/handbook/mirrors-ftp.html">
	    FreeBSD 镜像站点</a> 获得。</p>
	</event>
      </day>

      <day>
	<name>16</name>
	<event>
	  <title>FreeBSD 基金会秋季募捐</title>

	  <p><a
	      href="http://www.freebsdfoundation.org/">FreeBSD 基金会</a>
	    正在举行 <a
	      href="http://www.freebsdfoundation.org/donate/">秋季募捐</a>。
	    本次募捐将在很大程度上影响明年基金会的预算。</p>
	</event>
      </day>

      <day>
	<name>14</name>
	<event>
	  <title>FreeBSD.org 系统搬移推迟</title>

          <p>计划于 1113 日 (周一) 进行的 FreeBSD.org 系统搬移工作因故推迟。
            目前的最新计划是于美国太平洋时间 1117 日 (周五) 进行此项工作。</p>
        </event>
      </day>

      <day>
      	<name>12</name>
	<event>
	  <title>FreeBSD/sun4v 安装 / Live CD 发布了</title>

	  <p>在 Sun 的 UltraSparc-T1 架构上的 FreeBSD 移植工作目前已经取得了阶段性的进展,
	    我们制作了一张包含现场文件系统的安装 ISO。 更多细节请参见
	    <a href="http://www.FreeBSD.org/platforms/sun4v.html">FreeBSD/sun4v 计划专页</a></p>
	</event>

	<event>
	  <p>新增 committer:<a href="mailto:koitsu@FreeBSD.org">Jeremy Chadwick</a>
	  (ports)</p>
	</event>
      </day>

      <day>
      	<name>7</name>
	<event>
	  <p>新增 committer:<a href="mailto:farrokhi@FreeBSD.org">Babak Farrokhi</a>
	  (ports)</p>
	</event>

	<event>
	  <p>新增 committer:<a href="mailto:laszlof@FreeBSD.org">Frank J. Laszlo</a>
	  (ports)</p>
	</event>
      </day>

      <day>
	<name>5</name>
	<event>
	  <title>FreeBSD.org 系统迁移</title>

	  <p>用于提供 FreeBSD Project 邮件、 web、 CVS 等的 FreeBSD.org 服务器,
	    即将迁移到新的数据中心。 我们计划在 1113 日周一 (美国太平洋标准时间)
	    进行本次迁移。</p>

	  <p>本次搬移的准备过程可能导致 FreeBSD.org 在最终完成迁移之前出现短暂的服务停止。
	    在搬移的当天, 只有静态的部分 (例如, 纯 HTML 页面, 而不包括 CGI) 的 <a
	      href="http://www.FreeBSD.org/">http://www.FreeBSD.org/</a>
	    会提供服务。</p>
	</event>
      </day>
    </month>

    <month>
      <name>10</name>

      <day>
	<name>31</name>
	<event>
	  <title>FreeBSD 6.2-BETA3 发布了</title>

	  <p>FreeBSD 6.2 的第三个 beta 版本现已 <a
	    href="http://lists.freebsd.org/pipermail/freebsd-stable/2006-November/030277.html">发布</a>。
	    用于 Tier-1 平台的 ISO 映像文件, 已可以通过众多的
	    <a href="http://www.FreeBSD.org/doc/zh_CN.UTF-8/books/handbook/mirrors-ftp.html">
	    FreeBSD 镜像站点</a> 获得。</p>
	</event>
      </day>

      <day>
         <name>25</name>
         <event>
	   <title>Summer of Code 项目结项了</title>

           <p>我们非常高兴全部 14 位学生都成功地完成了他们的 FreeBSD <a
             href="&base;/projects/summerofcode-2006.html">Summer of
             Code</a> 项目。 在此祝贺参与项目的导师和学生, 并感谢 <a
             href="http://www.google.com/bsd">Google</a> 运营此项活动,
             并为其提供资金赞助。</p>

         </event>
      </day>

      <day>
	 <name>19</name>
	 <event>
	   <title>2006 年第三季度开发进度报告</title>

           <p>2006 年第三季度开发进度报告 <a
             href="&enbase;/news/status/report-2006-06-2006-10.html">现已发表</a>, 其中介绍了 49 项内容。</p>
        </event>
      </day>

      <day>
	 <name>14</name>
	 <event>
	  <title>用于 FreeBSD 的 GNOME 2.16.1 发布了</title>

	  <p>GNOME 2.16.1 已经发布, 并已合并到了 FreeBSD
	      ports tree。 请访问
	      <a href="&enbase;/gnome/index.html">FreeBSD GNOME 主页</a>
	      以查看正式的公告, 以及重要的
	      <a href="&base;/gnome/docs/faq216.html">升级指南</a></p>
      	</event>
      </day>

      <day>
        <name>8</name>
        <event>
          <p>新增 committer:<a
	    href="mailto:syrinx@FreeBSD.org">Shteryana Shopova</a>
	    (src)</p>
        </event>
      </day>

      <day>
	<name>5</name>
	<event>
	  <title>FreeBSD 6.2-BETA2 发布了</title>

	  <p>FreeBSD 6.2 的第二个 beta 版本现已 <a
	    href="http://lists.freebsd.org/pipermail/freebsd-stable/2006-October/029171.html">发布</a>。
	    用于 Tier-1 平台的 ISO 映像文件, 已可以通过众多的
	    <a href="http://www.FreeBSD.org/doc/zh_CN.UTF-8/books/handbook/mirrors-ftp.html">
	    FreeBSD 镜像站点</a> 获得。</p>
	</event>
      </day>
    </month>
    <month>
      <name>9</name>

      <day>
        <name>28</name>
        <event>
          <p>新增 committer:<a href="mailto:xride@FreeBSD.org">Soeren Straarup</a> (ports)</p>
        </event>
      </day>

      <day>
        <name>21</name>
        <event>
          <p>新增 committer:<a href="mailto:jfv@FreeBSD.org">Jack F. Vogel</a>
            (src)</p>
        </event>

	<event>
	  <title>FreeBSD 6.2-BETA1 发布了</title>

	  <p>FreeBSD 6.2 的第一个 beta 版本现已 <a
	    href="http://lists.freebsd.org/pipermail/freebsd-stable/2006-September/028584.html">发布</a>。
	    本次 BETA1 的 ISO 映像文件, 已可以通过众多的
	    <a href="http://www.FreeBSD.org/doc/zh_CN.UTF-8/books/handbook/mirrors-ftp.html">
	    FreeBSD 镜像站点</a> 获得。</p>
	</event>
      </day>

      <day>
        <name>20</name>
        <event>
          <p>新增 committer:<a href="mailto:chinsan@FreeBSD.org">黄青山</a>
            (doc)</p>
        </event>
      </day>

      <day>
        <name>18</name>
        <event>
          <p>新增 committer:<a href="mailto:stas@FreeBSD.org">Stanislav Sedov</a>
            (ports)</p>
        </event>
      </day>

      <day>
        <name>12</name>
        <event>
          <p>新增 committer:<a href="mailto:alexbl@FreeBSD.org">Alexander Botero-Lowry</a>
            (ports)</p>
        </event>
      </day>

      <day>
	<name>1</name>
	<event>
	  <p>新增 committer:<a href="mailto:rrs@FreeBSD.org">Randall R. Stewart</a>
            (src)</p>
	</event>
      </day>
    </month>
    <month>
      <name>8</name>

      <day>
	<name>20</name>
	<event>
	  <p>新增 committer:<a href="mailto:danger@FreeBSD.org">Daniel
	    Ger&zcaron;o</a> (doc)</p>
	</event>
      </day>
    </month>

    <month>
      <name>7</name>
      <day>
	<name>26</name>
	<event>
	  <title>选举产生了新一届 FreeBSD Core Team</title>

	  <p>FreeBSD Core Team 竞选已经结束。
	    选举结果已在 <a
	    href="http://docs.freebsd.org/cgi/getmsg.cgi?fetch=0+0+archive/2006/freebsd-announce/20060730.freebsd-announce">这里</a> 公布。
	  </p>
	</event>
      </day>

      <day>
	<name>19</name>
	<event>
	  <title>对 FreeBSD 开发人员 Greg Lehey 的 Podcast 访谈</title>

	  <p>在最新一期 <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
	    podcast 中, Will Backman 对 FreeBSD 开发人员 Greg Lehey
	    就他在 FreeBSD 和 MySQL 上的工作进行了采访。 这期 podcast 可以通过
	    <a
	      href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk055.mp3">
	    http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk055.mp3</a> 收听。</p>
	</event>
      </day>

      <day>
	<name>18</name>
	<event>
	 <p>新增 committer:<a href="mailto:acm@FreeBSD.org">Jose Alonso Cardenas Marquez</a>
            (ports)</p>
	</event>
      </day>

      <day>
	<name>13</name>
	<event>
	  <title>对 FreeBSD 开发人员 Pawel Jakub Dawidek 的 Podcast 访谈</title>

	  <p>在最新一期 <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
	    podcast 中, Will Backman 对 FreeBSD 开发人员 Pawel Jakub Dawidek
	    就他在 FreeBSD 上的工作, 特别是 GEOM 日志项目进行了采访。 这期
	    podcast 可以通过 <a
	      href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk052.mp3">
	    http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk052.mp3</a> 收听。</p>
	</event>
      </day>

      <day>
        <name>12</name>
        <event>
	  <title>2006 年第二季度开发进度报告发布了</title>

	  <p>2006 年第二季度的开发进度报告 <a
	    href="&enbase;/news/status/report-2006-04-2006-06.html">现已发布</a>,
	    其中介绍了 39 项内容。</p>
        </event>
      </day>

      <day>
        <name>5</name>
        <event>
	  <title>FreeBSD 基金会发布了用于 FreeBSD 5.56.1 以及 AMD64 平台的预编译 Java</title>

	  <p>FreeBSD 基金会现已开始提供基于 Sun Microsystems UPDATE7 的专用于 FreeBSD
	    的预编译版本 Java JDK 和 JRE 1.5。 欲了解更多详情,
	    请参见 FreeBSD 基金会 <a
	    href="http://www.freebsdfoundation.org/press/20060705-PRrelease.shtml">
	      发布的新闻</a></p>
        </event>
      </day>
    </month>

    <month>
      <name>6</name>

      <day>
        <name>24</name>
        <event>
          <p>
            新增 committer:<a href="mailto:rafan@FreeBSD.org">范荣恩</a>
            (ports)
          </p>
        </event>
      </day>

      <day>
        <name>21</name>
        <event>
          <p>
            新增 committer:<a href="mailto:bsam@FreeBSD.org">Boris Samorodov</a>
            (ports)
          </p>
        </event>
      </day>

      <day>
        <name>19</name>
	<event>
	    <p>新增 committer:<a
	    href="mailto:shaun@FreeBSD.org">Shaun Amott</a>
	    (ports)</p>
	</event>
      </day>

      <day>
        <name>5</name>
        <event>
	    <p>新增 committer:<a
		href="mailto:kib@FreeBSD.org">Konstantin Belousov</a>
		(src)</p>
	</event>

        <event>
	    <p>新增 committer:<a
	    href="mailto:miwi@FreeBSD.org">Martin Wilke</a>
	    (ports)</p>
	</event>
    </day>
    </month>

    <month>
      <name>5</name>
      <day>
        <name>30</name>
	<event>
	  <title>在校生项目资助计划公告</title>

	  <p>The FreeBSD Project 收到了超过 120<a
	    href="http://code.google.com/summerofcode.html">Google's
	    Summer of Code</a> 计划项目申请, 并从中选出了 14 个进行资助。
	    非常遗憾的是, 第一流的申请远远超出了学生的名额。 不过,
	    我们鼓励在校生继续与我们一起工作。 The FreeBSD Project
	    一直都希望能够通过我们的邮件列表和开发论坛,
	    帮助带领学生了解更多关于操作系统开发。 为开源软件项目提供帮助,
	    是计算科学教育中的重要一环,
	    同时也是软件开发职业生涯的一项绝佳的准备条件。</p>

	  <p>选出的完整的学生和项目名单可以在 <a
href="http://www.freebsd.org/projects/summerofcode.html">这里</a> 找到。 <a
href="http://wiki.freebsd.org/moin.cgi/SummerOfCode2006">Summer of Code wiki</a> 也提供了更多的附加信息。</p>
         </event>

         <event>
            <title>新增 committer:<a
                                href="mailto:piso@FreeBSD.org">Paolo Pisati</a>
               (src)。 前 SoC2005 项目成员。</title>

            <p><a href="mailto:piso@FreeBSD.org">Paolo Pisati</a>,
	      去年 Summer of Code 计划的获选学生, 仍在继续参加 FreeBSD Project
	      并成为了正式的 src/ committer。</p>

         </event>
      </day>

      <day>
	<name>26</name>
	<event>
	  <title>对 FreeBSD 开发者 Poul-Henning Kamp 的 Podcast 访谈</title>

	  <p>在最新的 <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
	    podcast 中, Will Backman 就 FreeBSD 上的开发活动采访了 FreeBSD
	    开发者 Poul-Henning Kamp。 这一 podcast 可以通过 <a
	      href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk048.mp3">
	    http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk048.mp3</a> 收听。</p>
	</event>
      </day>

      <day>
        <name>25</name>
        <event>
         <title>FreeBSD 5.5-RELEASE 发布了</title>

          <p><a href="&enbase;/releases/5.5R/announce.html">FreeBSD
	    5.5-RELEASE</a> 发布了。 请查看 <a
	    href="&base;/releases/5.5R/errata.html">发行版勘误</a>
	    以了解最新发生的新闻和已知问题。 <a
	    href="&base;/releases/index.html">发行版信息</a>
	    网页提供了关于 FreeBSD 发行版的进一步详情。</p>
        </event>
      </day>

      <day>
	<name>21</name>
	<event>
	  <title>FreeBSD 能够在 Sun T1 处理器上独立运行了</title>

	  <p>FreeBSD 目前已经能够在 <a
	    href="http://www.sun.com/processors/UltraSPARC-T1/">采用 CoolThreads
	      技术的 Sun T1 处理器</a> 的计算机上完整地完成
	    "make buildworld" 命令, 从而达到了独立运行的目标。
	    这些代码目前存放于 <a
	    href="http://perforce.freebsd.org/branchView.cgi?BRANCH=kmacy%5fsun4v">
	      FreeBSD 的 Perforce 版本控制系统</a> 中,
	    并将在对逻辑域的支持功能完成之后合并回官方的 CVS 代码库。
	    引导过程的日志文件可以在 <a
	    href="http://www.fsmware.com/sun4v/dmesg_latest.txt">这里</a> 找到。</p>
	</event>
      </day>

      <day>
         <name>17</name>
         <event>
            <p>新增 committer:<a
                                href="mailto:twinterg@FreeBSD.org">Thomas Wintergerst</a>
               (src)</p>
         </event>
      </day>

      <day>
        <name>16</name>

        <event>
	  <title>FreeBSD 5.5-RC1 发布了</title>

	  <p>FreeBSD 5.5 的首个, 同时也有望成为最终的发行候选版本 <a
	    href="http://lists.freebsd.org/pipermail/freebsd-stable/2006-May/025589.html">发布了</a>。
	    RC1 ISO 映像文件, 已经可以从众多
	    <a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
	    FreeBSD 镜像站点</a> 获得。</p>
        </event>
      </day>

      <day>
        <name>8</name>
        <event>
         <title>FreeBSD 6.1-RELEASE 发布了</title>

          <p><a href="&enbase;/releases/6.1R/announce.html">FreeBSD
	    6.1-RELEASE</a> 正式发布了。 在安装前, 请查看 <a
	    href="&base;/releases/6.1R/errata.html">发行版勘误</a>
	    以了解关于 6.1 最新的消息和已知问题。 在 <a
	    href="&base;/releases/index.html">发行版信息</a>
	    页面上提供了关于 FreeBSD 发行版的进一步信息。</p>
        </event>

        <event>
	  <title>Summer of Code 申请最后期限延长 1</title>

          <p>Google 的 <a
	    href="http://code.google.com/summerofcode.html">Summer
            of Code 2006</a> 活动的申请最后期限已延长至太平洋时间周二
	    11:00AM PDT。 关于 FreeBSD 专属项目以及候选导师的信息可以在 <a
            href="&enbase;/projects/summerofcode.html">here</a> 找到。</p>
        </event>

      </day>

      <day>
        <name>7</name>
        <event>
          <p>新增 committer:<a
            href="mailto:itetcu@FreeBSD.org">Ion-Mihai Tetcu</a>
            (ports)</p>
        </event>
      </day>

      <day>
	<name>6</name>
	<event>
	  <p>新增 committer:<a
	    href="mailto:stefan@FreeBSD.org">Stefan Walter</a>
	    (ports)</p>
	</event>

	<event>
	  <p>新增 committer:<a
	    href="mailto:sat@FreeBSD.org">Andrew Pantyukhin</a>
	    (ports)</p>
	</event>
      </day>

      <day>
        <name>2</name>

        <event>
	  <title>FreeBSD 6.1-RC2 发布了</title>

	  <p>FreeBSD 6.1 的第二个, 也应该是最后一个候选发行版 <a
	    href="http://lists.freebsd.org/pipermail/freebsd-hackers/2006-May/016386.html">发布了</a>。
	    RC2 ISO 映像文件, 可以从众多
	    <a href="http://www.FreeBSD.org/doc/zh_CN.UTF-8/books/handbook/mirrors-ftp.html">
	    FreeBSD 镜像站点</a> 获得。</p>
        </event>
      </day>

      <day>
	<name>1</name>
        <event>
	  <title>开始接受 Summer of Code 项目申请</title>

          <p>FreeBSD Project 现在开始接受先前宣布的 Google <a
	    href="http://code.google.com/summerofcode.html">Summer
            of Code 2006</a> 计划的项目申请。
            这个计划将为在暑期为开源项目提供帮助的学生提供资助。
            FreeBSD 专有的项目以及潜在的导师名单, 可以在 <a
            href="&enbase;/projects/summerofcode.html">这里</a> 找到。</p>

          <p>如果找到了合适的项目以及导师, 则有兴趣参与项目的学生应完成申请,
	    并提交给 Google。 这些申请的最后期限是太平洋日光时间 20065817:00 (UTC 时间 200659 日午夜)。 获赝的候选人,
	    将在五月下旬宣布。 请参见 <a
	    href="http://code.google.com/soc/studentfaq.html">Student
	    FAQ</a> 以了解进一步的信息。</p>
        </event>

        <event>
	  <title>新增了用于 HighPoint RocketRAID 232x SATA RAID 控制器的驱动</title>

	  <p>在 FreeBSD-CURRENT 以及 RELENG_6 和 RELENG_6_1 分支中,
	    新增了 HighPoint 的 RocketRAID 232x 系列 SATA RAID 控制器驱动 rr232x(4)。
	    这一驱动将包含在将发布的 FreeBSD 6.1-RELEASE 版本中。</p>
        </event>

	<event>
	  <p>commit 权限提升:<a
	    href="mailto:delphij@FreeBSD.org">李鑫</a>
	    (src, doc, ports)</p>
	</event>
      </day>
    </month>

    <month>
      <name>4</name>

      <day>
	<name>30</name>
	<event>
	  <p>新增 committer:<a
	    href="mailto:lbr@FreeBSD.org">Lars Balker Rasmussen</a>
	    (ports)</p>
	</event>
      </day>

      <day>
	<name>15</name>
	<event>
	  <title>对 FreeBSD 开发者 Joe Marcus Clarke 的 Podcast 访谈</title>

	  <p>在最新的 <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
	    podcast中, Will Backman 访问了 FreeBSD 开发者 Joe Marcus Clarke,
	    讨论了与 FreeBSD 上的 GNOME 桌面环境有关的话题。 这一 podcast 可以从 <a
	      href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk032.mp3">
	    http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk032.mp3</a> 下载。</p>
	</event>
      </day>

      <day>
        <name>14</name>
        <event>
	  <title>2006 年一至三月进度报告</title>

	  <p>现在可以访问包含 29 个项目的 2006 年一至三月 <a
	    href="&enbase;/news/status/report-2006-01-2006-03.html">进度报告</a>
	    了。</p>
        </event>

        <event>
          <title>Summer of Code</title>

          <p>FreeBSD Project 愉快地参加了 Google 的
            <a href="http://code.google.com/summerofcode.html">Summer
            of Code 2006</a> 计划。 这一计划将为在校生参与开源项目提供资助。
            FreeBSD 专属的计划和导师候选人可以在 <a
            href="&enbase;/projects/summerofcode.html">这里</a> 访问。</p>
	</event>
     </day>

      <day>
        <name>13</name>
        <event>
	  <title>FreeBSD 6.1-RC1 发布了</title>

	  <p>FreeBSD 6.1 的第一个候选发行版 <a
	    href="http://lists.freebsd.org/pipermail/freebsd-hackers/2006-April/016104.html">发布了</a>。
	    RC1 的 ISO 映像文件可以从多数
	    <a href="http://www.FreeBSD.org/doc/zh_CN.UTF-8/books/handbook/mirrors-ftp.html">
	    FreeBSD 镜像站点</a> 获得。</p>
        </event>
      </day>

      <day>
        <name>11</name>
        <event>
	  <title>新增了用于 Broadcom NetXtreme II 千兆以太网芯片的驱动</title>

	  <p>在 FreeBSD-CURRENT 中新增了 bce(4), 一个用于
	    Broadcom NetXtreme II 系列千兆以太网控制芯片的驱动。
	    这一驱动将很快合并至 FreeBSD 6-STABLE 分支。</p>
        </event>
      </day>

      <day>
        <name>6</name>
        <event>
	  <title>FreeBSD 基金会宣布用于 FreeBSD 的预编译版本 Java JDK 和 JRE 1.5</title>

	  <p>FreeBSD 基金会现在开始提供用于 FreeBSD 的预编译版本 Java JDK 和 JRE
	    1.5。 更多细节, 请参见
	    FreeBSD 基金会的 <a
	    href="http://www.freebsdfoundation.org/press/20060405-PRrelease.shtml">
	      新闻稿</a></p>
        </event>
      </day>

      <day>
        <name>4</name>
        <event>
          <p>新增 committer:<a
            href="mailto:alepulver@FreeBSD.org">Alejandro Pulver</a>
            (ports)</p>
        </event>
      </day>

      <day>
        <name>2</name>
        <event>
          <p>新增 committer:<a
            href="mailto:johans@FreeBSD.org">Johan van Selst</a>
            (ports)</p>
        </event>
      </day>
    </month>

    <month>
      <name>3</name>

      <day>
        <name>31</name>
        <event>
          <p>新增 committer:<a
            href="mailto:jmelo@FreeBSD.org">Jean Milanez Melo</a>
            (ports)</p>
        </event>
      </day>

      <day>
	<name>15</name>
	<event>
	  <title>FreeBSD 5.5-BETA4 和 6.1-BETA4 发布了</title>

	  <p>FreeBSD 5.5 和 FreeBSD 6.1 的第四个 beta 版本 <a
	    href="http://lists.freebsd.org/pipermail/freebsd-hackers/2006-March/015730.html">发布了</a>。
	    这些 BETA4 ISO 映像文件, 可以在多数
	    <a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
	    FreeBSD 镜像站点</a> 上获得。</p>
	</event>
      </day>
    </month>

    <month>
      <name>2</name>

      <day>
	<name>22</name>
	<event>
          <p>新增 committer: <a
            href="mailto:wkoszek@FreeBSD.org">Wojciech A. Koszek</a>
            (src)</p>
	</event>
      </day>

      <day>
	<name>20</name>
	<event>
	  <title>FreeBSD 5.5-BETA2 和 6.1-BETA2 发布了</title>

	  <p>FreeBSD 5.5 和 FreeBSD 6.1 的第二个 BETA 版本现在 <a
	    href="http://lists.freebsd.org/pipermail/freebsd-hackers/2006-February/015499.html">可用了</a>。
	    对应的 BETA2 ISO 镜像文件可以从众多
	    <a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
	    FreeBSD 镜像站点</a> 之一下载。</p>
	</event>
      </day>

      <day>
	<name>18</name>
	<event>
	  <title>对 FreeBSD 开发者 Kirk McKusick 的 Podcast 访谈</title>

	  <p>在最新的 <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
	    podcast 中, Will Backman 访问了 FreeBSD 开发者 Marshall Kirk
	    McKusick。 这一 podcast 可以从 <a
	    href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk018.mp3">
	    http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk018.mp3</a>
	    下载。</p>
	</event>
      </day>

      <day>
	<name>17</name>
	<event>
	  <title>对 FreeBSD 交付工程师 Scott Long 的 Podcast 访谈</title>

  	  <p><a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
	    系列 podcast 的第 17 期中, Will Backman 访问了 FreeBSD 交付工程师
	    Scott Long, 并就正在开发的 FreeBSD 5.56.1 版本,
	    以及一些相关话题进行了讨论。 这一 podcast 可以从 <a
	    href="http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk017.mp3">
	    http://cisx1.uma.maine.edu/~wbackman/bsdtalk/bsdtalk017.mp3</a>
	    下载。
	    </p>
	</event>
      </day>

      <day>
	<name>13</name>
        <event>
          <p>新增 committer:<a
            href="mailto:cel@FreeBSD.org">Chuck Lever</a>
            (src)</p>
        </event>

	<event>
	  <title>即将进行的晚间 FreeBSD 内核代码导读课程</title>

	  <p>2006 年春季将举办 “FreeBSD Kernel Internals: An Intensive Code
	    Walkthrough” 课程。 这一课程将在具有历史意义的 Hillside Club
	    进行, 其地址是 2286 Cedar Strett, Berkeley, CA 94709,
	    从伯克利校园出发向北三个街区即可到达。 课程从 222 日周三开始,
	    到 613 日结束, 每周一次, 从 6:30PM 到
	    9:45PM。 您可以从 <a
	    href="http://www.mckusick.com/courses/adveveclass.html">这里</a>
	    了解参加这一培训班的详情。</p>
        </event>
      </day>

      <day>
	<name>9</name>
	<event>
	  <title>FreeBSD 5.5-BETA1 和 6.1-BETA1 发布了</title>

	  <p>FreeBSD 5.5 和 FreeBSD 6.1 的首个 BETA 版本现在 <a
	    href="http://lists.freebsd.org/pipermail/freebsd-hackers/2006-February/015418.html">可用</a> 了。
	    对应的 BETA1 ISO 镜像可以从许多
	    <a href="http://www.FreeBSD.org/doc/zh_CN.UTF-8/books/handbook/mirrors-ftp.html">
	    FreeBSD 镜像站点</a> 之一下载。</p>
	</event>
      </day>
    </month>

    <month>
      <name>1</name>

      <day>
        <name>31</name>
        <event>
          <p>commit 权限提升:<a
            href="mailto:cperciva@FreeBSD.org">Colin Percival</a>
            (src, ports)</p>
        </event>
      </day>

      <day>
        <name>26</name>
        <event>
	  <title>2005 年十至十二月进度报告</title>

	  <p>现在可以访问包含 26 个项目的 2005 年十至十二月 <a
	    href="&enbase;/news/status/report-2005-10-2005-12.html">进度报告</a>
	    了。</p>
        </event>
      </day>
      <day>
        <name>19</name>
        <event>
          <p>新增 committer:<a
            href="mailto:matteo@FreeBSD.org">Matteo Riondato</a>
            (src)</p>
        </event>

        <event>
          <p>新增 committer:<a
            href="mailto:vd@FreeBSD.org">Vasil Dimov</a>
            (ports)</p>
        </event>
      </day>

      <day>
        <name>16</name>
        <event>
          <p>新增 committer:<a
            href="mailto:rink@FreeBSD.org">Rink Springer</a>
            (src)</p>
        </event>
      </day>
    </month>
  </year>

</news>