aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/news/2007/news.xml
blob: 0e8de99a58872d1ca235de17a172725ac8ee2429 (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
<?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 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>2007</name>

    <month>
      <name>12</name>

      <day>
	<name>31</name>
	<event>
	  <title>FreeBSD 6.3-RC2 Available</title>

	  <p>The second release candidate of FreeBSD 6.3 has been <a
	      href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-December/039352.html">announced</a>.
	    ISO images and distributions for Tier-1 architectures are
	    now available on most of the <a
	      href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
	      FreeBSD mirror sites</a>.</p>
	</event>
      </day>

      <day>
	<name>30</name>
	<event>
	  <title>FreeBSD 7.0-RC1 Available</title>

	  <p>The first release candidate of FreeBSD 7.0 is now <a
	    href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-December/039334.html">available</a>.
	    ISO images for Tier-1 architectures are now available on most of the
	    <a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
	    FreeBSD mirror sites</a>.</p>
	</event>
      </day>

      <day>
	<name>28</name>
	<event>
	  <p>New committer: <a href="mailto:weongyo@FreeBSD.org">Weongyo Jeong</a>
	    (src)</p>
	</event>
      </day>

      <day>
        <name>26</name>
	<event>
	  <p>New committer: <a href="mailto:raj@FreeBSD.org">Rafal Jaworowski</a>
	    (src)</p>
	</event>
      </day>

      <day>
        <name>25</name>
	<event>
          <title>Juniper Networks, Inc has donated a reference FreeBSD
	    port to the MIPS architecture</title>

	  <p>Juniper Networks, Inc. (http://www.juniper.net) has donated a
	    reference FreeBSD port to the MIPS architecture to The FreeBSD
	    Project.
	    This code will be used as one reference for creating an official
	    project-supported FreeBSD/MIPS offering.</p>
	  <p>Information about the code drop can be found <a
	    href="http://people.freebsd.org/~obrien/juniper-mips.html">here</a>.</p>
	</event>
      </day>

      <day>
	<name>10</name>
	<event>
	  <title>End-of-Year Fund Raising Drive</title>

	  <p>The <a href="http://www.freebsdfoundation.org">FreeBSD
	    Foundation</a> has announced an End-of-Year Fund Raising
	    Drive.  The goal this year is to raise over $250,000.
	    This money is used for sponsoring FreeBSD related conferences,
	    providing travel grants to developers to attend these conferences,
	    providing grants for projects that improve FreeBSD, and
	    providing legal support on issues like understanding
	    the GPLv3 impact on FreeBSD, trademarks, and other legal
	    issues that come up.</p>

	  <p>Donations can be made online from <a
	    href="http://www.freebsdfoundation.org/donate/">http://www.freebsdfoundation.org/donate/</a>.</p>
	</event>
      </day>

      <day>
	<name>5</name>
	<event>
	  <title>&os; 7.0-BETA4 Available</title>

	  <p>The &os; 7.0 release process proceeds and as a consequence
	    the 7.0-BETA4 ISO images for Tier-1 architectures are now <a
	      href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-December/038873.html">
	      available</a> for download on most <a
	      href="&enbase;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
	      &os; mirror sites</a>.  We ask our users to report any
	    outstanding bugs, as this will presumably be the last BETA
	    release before the first RC release.</p>
	</event>
      </day>
    </month>

    <month>
      <name>11</name>

      <day>
	<name>29</name>

	<event>
	  <title>FreeBSD 6.3-RC1 Available</title>

	  <p>The first release candidate of FreeBSD 6.3 has been <a
	    href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-November/038670.html">announced</a>.
	    ISO images and distributions for Tier-1 architectures are now available on most of the
	    <a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
	    FreeBSD mirror sites</a>.</p>
	</event>
      </day>

      <day>
	<name>19</name>
	<event>
	  <title>&os; 7.0-BETA3 Available</title>

	  <p>The &os; 7.0 release process proceeds and as a consequence
	    the 7.0-BETA3 ISO images for Tier-1 architectures are now <a
	      href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-November/038388.html">
	      available</a> for download on most <a
	      href="&enbase;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
	      &os; mirror sites</a>.  We ask our users to report any
	    outstanding bugs.</p>
	</event>
      </day>

      <day>
	<name>4</name>
	<event>
	  <title>&os; 7.0-BETA2 Available</title>

	  <p>The &os; 7.0 release process proceeds and as a consequence
	    the 7.0-BETA2 ISO images for Tier-1 architectures are now <a
	      href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-November/037966.html">
	      available</a> for download on most <a
	      href="&enbase;/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
	      &os; mirror sites</a>.  We ask our users to report any
	    outstanding bugs, as this will presumably be the last BETA
	    release before the first RC release.</p>
	</event>
      </day>

      <day>
        <name>1</name>
        <event>
          <p>New committer: <a href="mailto:brix@FreeBSD.org">Henrik Brix Andersen</a>
            (ports)</p>
        </event>
      </day>
    </month>

    <month>
      <name>10</name>

      <day>
	<name>27</name>
	<event>
	  <title>The FreeBSD Foundation auctions the first copy of the book
	    &#34;Absolute &os;, 2nd Edition&#34;</title>

	  <p>The &os; Foundation has started its Fall Fund-Raising
	    Campaign with an auction of the first copy of the book
	    &#34;Absolute &os;, 2nd Edition&#34; which was graciously
	    donated by the author Michael Lucas.  The winner of this
	    auction will get a laser-printed Certificate of Authenticity
	    together with a signed bookplate.  All proceeds will go to
	    The &os; Foundation!  The bidding ends on November 2nd.
	    More information is available on <a
	      href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=120175384688&amp;ssPageName=ADME:L:LCA:US:1123">eBay</a>.</p>
	</event>
      </day>

      <day>
        <name>26</name>
	<event>
	  <p>Enhanced commit privileges: <a href="mailto:miwi@FreeBSD.org">Martin Wilke</a>
	    (ports, doc)</p>
	</event>
      </day>

      <day>
	<name>25</name>
	<event>
	  <title>New committer: <a href="mailto:lulf@FreeBSD.org">Ulf Lilleengen</a>
	    (src). SoC2007 alumnus.</title>

	  <p><a href="mailto:lulf@FreeBSD.org">Ulf Lilleengen</a> is now a src/
	    committer. He participated in the Summer of Code program, where he
	    worked on gvinum. In FreeBSD, Ulf will continue to work on gvinum,
	    as well as csup and filesystem-related parts.</p>
	</event>
      </day>
      <day>
	<name>22</name>
	<event>
	  <title>&os; 7.0-BETA1 Available</title>

	  <p>The final stage of the &os;-7.0 Release cycle has begun
	    with the first beta release.  The &os; 7.0-BETA1 ISO images
	    for Tier-1 architectures are now <a
	      href="http://lists.freebsd.org/pipermail/freebsd-stable/2007-October/037539.html">available</a>
	    for download on most of the <a
	      href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">
	      &os; mirror sites</a>.  The more people that test and
	    report bugs, the better &os; 7.0-RELEASE will be.  For more
	    information about the &os; 7.0 release process, please check
	    the official <a
	      href="http://www.freebsd.org/releases/7.0R/schedule.html">schedule</a>
	    and the <a
	      href="http://www.freebsd.org/releases/7.0R/todo.html">todo</a>
	    list.</p>
	</event>
      </day>
      <day>
        <name>10</name>
	<event>
	   <title>July-October, 2007 Status Reports</title>

           <p>The July-October, 2007 Status Reports is <a
             href="&enbase;/news/status/report-2007-07-2007-10.html">now
	     available</a> with 21 entries.</p>
	</event>
      </day>
      <day>
        <name>3</name>
        <event>
          <title>PC-BSD 1.4 Released</title>

          <p>PC-BSD 1.4 has just been released.  PC-BSD is a
            successful desktop operating system based on FreeBSD that
            focuses on providing an easy to use desktop system for
            casual computer users.  The release may be <a
            href="http://www.pcbsd.org">downloaded</a> or <a
            href="http://www.freebsdmall.com">purchased</a> on CD.</p>
            </event>
      </day>
    </month>

    <month>
      <name>9</name>

      <day>
	 <name>28</name>
	 <event>
	   <title>New committer: <a href="mailto:kaiw@FreeBSD.org">Kai Wang</a>
	     (src). SoC2007 alumnus.</title>

	   <p><a href="mailto:kaiw@FreeBSD.org">Kai Wang</a>, a
	     student in the Summer of Code program, is now a
	     src/ committer.</p>
	 </event>
      </day>
      <day>
	 <name>25</name>
	 <event>
	   <title>New committer: <a href="mailto:rpaulo@FreeBSD.org">Rui Paulo</a>
	     (src). SoC2007 alumnus.</title>

	   <p><a href="mailto:rpaulo@FreeBSD.org">Rui Paulo</a>, a
	     student in the Summer of Code program, is now a full
	     src/ committer.</p>
	 </event>
      </day>
      <day>
         <name>17</name>
         <event>
	   <title>Summer of Code Projects Completed</title>

           <p>We are happy to report that 22 students successfully
             completed their FreeBSD <a
             href="&enbase;/projects/summerofcode-2007.html">Summer of
             Code</a> projects.  Congratulations to both mentors and
             students, and thanks to <a
             href="http://www.google.com/">Google</a> for running
             this program and providing funding.</p>

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

    <month>
      <name>8</name>

      <day>
        <name>29</name>
	<event>
	  <title>FreeBSD Foundation August 2007 newsletter</title>

	  <p>The FreeBSD Foundation has published their
	    <a href="http://www.freebsdfoundation.org/press/2007Aug-newsletter.shtml">
	    August 2007 newsletter</a> which summarizes their activities
	    so far this year.</p>
	</event>
      </day>

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

      <day>
	<name>2</name>
	<event>
	  <title>IPv6 live at the FreeBSD.org cluster</title>

	  <p>Most of the machines and services in the FreeBSD.org cluster
	    are now available through IPv6.  This includes www, mail and
	    developer ssh access.  Connectivity is provided from ISC using
	    a tunnel.</p>
	</event>

	<event>
	  <p>New committer: <a href="mailto:loader@FreeBSD.org">Fukang Chen</a>
	    (doc)</p>
	</event>
      </day>
    </month>

    <month>
      <name>7</name>

      <day>
        <name>10</name>
	<event>
	   <title>April-June, 2007 Status Report</title>

           <p>The April-June, 2007 Status Report is <a
             href="&enbase;/news/status/report-2007-04-2007-06.html">now
	     available</a> with 49 entries.</p>
	</event>
      </day>

      <day>
        <name>9</name>
	<event>
	  <p>New 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>Enhanced commit privileges: <a href="mailto:edwin@FreeBSD.org">Edwin Groothuis</a>
            (src, ports)</p>
        </event>
      </day>

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

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

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

      <day>
	<name>7</name>
	<event>
	  <title>FreeBSD Project Integrates Support for the Camellia Block Cipher</title>

	  <p>Support for the Camellia block cipher has been integrated
	    into FreeBSD 7-CURRENT and will be part of the upcoming
	    FreeBSD 7-RELEASE.  For more information, please refer to the <a
	      href="http://www.emediawire.com/releases/2007/6/emw531216.htm">
	    press release</a>.</p>
	</event>
      </day>

      <day>
	<name>4</name>

	<event>
	  <p>Enhanced commit privileges: <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>New committer: <a
	    href="mailto:beech@FreeBSD.org">Beech Rintoul</a>
	    (ports)</p>
	</event>
      </day>

      <day>
        <name>29</name>
        <event>
          <title>New committer: <a href="mailto:attilio@FreeBSD.org">Attilio Rao</a>
            (src). SoC2007 alumnus.</title>

          <p><a href="mailto:attilio@FreeBSD.org">Attilio Rao</a>, a
	      student in the Summer of Code program, is now a full
	      src/ committer.</p>
        </event>
      </day>

      <day>
        <name>19</name>
        <event>
          <title>Xorg 7.2 imported into the ports collection.</title>
          <p>Thanks to the hard work of
            <a href="mailto:flz@FreeBSD.org">Florent Thoumie</a> (and
            others), the FreeBSD ports collection now uses the modular
            Xorg 7.2 as its default X server. i386 and AMD64 6.2-STABLE
            packages are available and other architectures/releases
            will be available later, or you can compile it from
            source. In both cases, see <a
	      href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/UPDATING?rev=1.504;content-type=text%2Fplain">
	      the 20070519 entry in /usr/ports/UPDATING</a> on how to upgrade. Please track <a
	      href="http://docs.freebsd.org/mail/archive/freebsd-ports.html">-ports</a>
            for last minute information.
          </p>
        </event>
      </day>
    </month>

    <month>
      <name>4</name>

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

      <day>
        <name>25</name>
        <event>
          <p>New committer: <a href="mailto:nemoliu@FreeBSD.org">Tong Liu</a>
            (ports)</p>
        </event>
      </day>

      <day>
        <name>13</name>

        <event>
	  <title>Funded Summer of Code Projects Announced</title>

	  <p>The FreeBSD Project received over 120 applications for <a
	    href="http://code.google.com/soc">Google's
	    Summer of Code</a> program, amongst which 25 were selected
	    for funding. Unfortunately, there were far more first rate
	    applications than available spots for students.  However,
	    we encourage students to work together with us all year
	    round.  The FreeBSD Project is always willing to help
	    mentor students learn more about operating system
	    development through our normal community mailing lists and
	    development forums.  Contributing to an open source
	    software project is a valuable component of a computer
	    science education and great preparation for a career in
	    software development.</p>

	  <p>A complete list of the winning students and projects is
	    available <a
href="http://www.freebsd.org/projects/summerofcode-2007.html">here</a>.
A <a href="http://wiki.freebsd.org/moin.cgi/SummerOfCode2007">Summer
of Code wiki</a> is also available with additional information.</p>
        </event>

        <event>
	  <p>New committer: <a href="mailto:trasz@FreeBSD.org">Edward Tomasz Napierala</a>
	    (ports)</p>
        </event>
	<event>
	  <title>Mongolian FreeBSD Documentation Project Launches</title>

	  <p>Under the supervision of <a
	      href="mailto:ganbold@micom.mng.net">Ganbold Tsagaankhuu</a> the
	    Mongolian translation goes live.  The official translation of the
	    FreeBSD Handbook, completed by the Mongolian FreeBSD Documentation
	    Project, adds support for documentation in another language.  For
	    more information about the ongoing work of the MFDP, please refer
	    to the <a href="&enbase;/docproj/translations.html">Translations page
	    of the FreeBSD Documentation Project</a>.</p>
	</event>
      </day>

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

      <day>
	 <name>9</name>
	 <event>
	   <title>January-March, 2007 Status Report</title>

           <p>The January-March, 2007 Status Report is <a
             href="&enbase;/news/status/report-2007-01-2007-03.html">now
	     available</a> with 19 entries.</p>
	 </event>
      </day>

      <day>
        <name>6</name>
	<event>
	  <title>ZFS Now Part of FreeBSD</title>

	  <p>Support for Sun's <a href="http://www.sun.com/2004-0914/feature/">
	      ZFS</a> has been committed
	    to the FreeBSD 7-CURRENT development branch and will be available
	    as an experimental feature in FreeBSD 7.0-RELEASE.  For more
	    information please refer to the <a
	      href="http://lists.freebsd.org/pipermail/freebsd-current/2007-April/070544.html">
	      announcement</a>.</p>
	</event>
      </day>

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

      <day>
        <name>3</name>
        <event>
	  <p>New committer: <a href="mailto:lwhsu@FreeBSD.org">Li-Wen Hsu</a>
	    (ports)</p>
        </event>
      </day>
    </month>

    <month>
      <name>3</name>

      <day>
        <name>28</name>
        <event>
	  <p>New committer: <a href="mailto:sephe@FreeBSD.org">Sepherosa Ziehau</a>
	    (src)</p>
        </event>
      </day>

      <day>
	<name>14</name>
        <event>
	  <title>Accepting Applications for Summer of Code</title>

          <p>The FreeBSD Project is now accepting applications for
	    the Google <a
	    href="http://code.google.com/summerofcode.html">Summer
            of Code 2007</a> program.  This program will provide
            funding for students to spend the summer contributing to
            open source software projects.  A list of FreeBSD specific
            projects and potential mentors is available <a
            href="&enbase;/projects/summerofcode.html">here</a>.</p>

          <p>Once a suitable project and mentor have been identified,
	    interested students should complete a proposal and submit
	    it to Google.  Proposals are now being accepted and the
	    final deadline is March 24, 2007.  Please see the <a
	    href="http://code.google.com/support/bin/topic.py?topic=10442">Google
	    FAQ</a> for more information.</p>
        </event>
      </day>

      <day>
	<name>12</name>
	<event>
	  <title>March 2007 Snapshot Releases Available</title>

	  <p>FreeBSD 7-CURRENT and 6-STABLE snapshot releases for
	    March 2007 now available.  The FreeBSD Release Engineering
	    Team issues snapshot releases to encourage users to test
	    new features and improve the reliability.  For more
	    details, please visit
	    <a href="&enbase;/snapshots/index.html">the snapshots
	    page</a>.</p>
	</event>
      </day>

      <day>
        <name>11</name>
        <event>
          <title>New committer: <a
	    href="mailto:bushman@FreeBSD.org">Michael Bushkov</a>
            (src). An SoC2006 alumnus.</title>

          <p><a href="mailto:bushman@FreeBSD.org">Michael Bushkov</a>, a
	      successful student from last year's Summer of Code
	      program, has continued working with the FreeBSD Project
	      and is now a full src/ committer.</p>
        </event>
      </day>

      <day>
	<name>10</name>
	<event>
	  <title>Progress on scaling of FreeBSD on 8 CPU systems</title>

	  <p>Recently there has been significant progress on optimizing
	    FreeBSD 7.0 for MySQL running an 8-core amd64 system.  Under the
	    test workload FreeBSD has peak performance consistent with Linux,
	    and outperforms it by a factor of 4 under higher loads.  Continue
	    reading for a more <a
	      href="http://people.freebsd.org/~kris/scaling/mysql.html">detailed
	    report here.</a></p>
	</event>
      </day>

      <day>
	<name>7</name>
	<event>
	  <title>FreeBSD Announces Intel Approval for Redistribution of Wireless Firmware</title>

	  <p>The FreeBSD project has reached an agreement with Intel about the redistribution
	    of firmware images for Intel wireless cards.  Please refer to the <a
	      href="http://www.prweb.com/releases/2007/03/prweb509818.htm">press release</a>
	    for more information.</p>
	</event>
      </day>
    </month>

    <month>
      <name>2</name>

      <day>
	<name>27</name>
	<event>
          <p><a href="&enbase;/releng/dst_info.html">Information</a>
	    about how the change in Daylight Savings Time for some
	    time zones affects FreeBSD releases.</p>
        </event>
      </day>

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

      <day>
        <name>17</name>
        <event>
          <p>New committer: <a href="mailto:jinmei@FreeBSD.org">JINMEI, Tatuya</a>
            (src)</p>
        </event>
      </day>

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

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

      <day>
	<name>9</name>
	<event>
	  <title>Podcast Interview with FreeBSD Core Team Member and
	    AsiaBSDCon 2007 Program Committee Chair George V.
	    Neville-Neil.</title>

	  <p>In his latest <a href="http://bsdtalk.blogspot.com/">bsdtalk</a>
	    podcast, Will Backman interviews FreeBSD Developer George V.
	    Neville-Neil about the upcoming AsiaBSDCon conference.
	    <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 Announces Conference Schedule</title>

	  <p>AsiaBSDCon, the BSD conference for Asia, has posted its schedule of
	    tutorials, papers and presentations for the conference, taking place
	    in Tokyo from March 8th through 11th 2007.  The complete schedule can
	    be found <a href="http://www.asiabsdcon.org/timetable.html">here</a>.</p>

	  <p>Registration will begin on or about the 12th of February.</p>
	</event>
      </day>

      <day>
	<name>2</name>
	<event>
	  <p>Enhanced commit privileges: <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>Enhanced commit privileges: <a
            href="mailto:rafan@FreeBSD.org">Rong-En Fan</a>
            (src, ports)</p>
        </event>
      </day>

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

      <day>
	 <name>16</name>
	 <event>
	   <title>October-December, 2006 Status Report</title>

           <p>The October-December, 2006 Status Report is <a
             href="&enbase;/news/status/report-2006-10-2006-12.html">now
	     available</a> with 41 entries.</p>
        </event>
      </day>

      <day>
	<name>15</name>

	<event>
          <title>FreeBSD 6.2-RELEASE is Now Available</title>

          <p><a href="&enbase;/releases/6.2R/announce.html">FreeBSD
	    6.2-RELEASE</a> has been released.  Please check the <a
	    href="&enbase;/releases/6.2R/errata.html">release errata</a>
	    before installation for any late-breaking news and/or
	    issues with 6.2.  The <a
	    href="&enbase;/releases/index.html">Release Information</a>
	    page has more information about FreeBSD releases.</p>
        </event>
      </day>

      <day>
	<name>9</name>

	<event>
	  <title>Hungarian FreeBSD Documentation Project Launches</title>

	  <p>Under the supervision of FreeBSD developer G&aacute;bor K&ouml;vesd&aacute;n, the
	    Hungarian translation goes live.  This official translation,
	    completed by the Hungarian FreeBSD Documentation Project, adds
	    support for documentation in another language.  For more
	    information about the ongoing work of the HFDP team, please refer
	    to <a href="http://www.FreeBSD.org/docproj/translations.html">the
	    Translations page of the FreeBSD Documentation Project</a>.</p>
	</event>
      </day>
    </month>
  </year>

</news>