Gentoo Weekly Newsletter 12 December 2005

Ulrich Plate <[email protected]> Mon, 12 Dec 2005 04:17:35 +0100
Newsgroups gmane.linux.gentoo.weekly-news
Message-ID <[email protected]>
-------------------------------------------------------------------------=
--
Gentoo Weekly Newsletter
http://www.gentoo.org/news/en/gwn/current.xml
This is the Gentoo Weekly Newsletter for the week of 12 December 2005.
-------------------------------------------------------------------------=
--
=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
1. Gentoo news
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =20
Qt4 on its way into Portage
---------------------------
 =20
Qt4 is starting to be marked unstable on various architectures, which=20
means that some people will start installing it on their systems. KDE=20
still uses Qt3, and due to SLOTting users will have both installed on=20
their system and it shouldn't be an issue. After installing Qt4, if users=
=20
note problems with installing ebuilds that may need Qt3 but instead find=20
Qt4, please file a bug report[1] and assign it to [email protected] to get=
=20
it fixed. The same goes for users who know of packages that use Qt4,=20
please assign your bugs to [email protected], too, so we can start getting=
=20
some Qt4-related ebuilds into the tree.=20
 1. http://bugs.gentoo.org
   =20
Alpha project status update
---------------------------
 =20
The Gentoo Alpha project released a new status update[2] covering the=20
state of core system packages, mainly the kernel, gcc, and the C=20
libraries. Experimental ports under way include Java, modular X and=20
SELinux, and the future has the creation of an Alpha arch-tester team on=20
the agenda, a decision taken against the backdrop of very good experience=
s=20
the AMD64 team had with their architecture testers.=20
 2. http://www.gentoo.org/proj/en/base/alpha/status/status-20051207.xml
   =20
GWN editorial guidelines and release process
--------------------------------------------
 =20
Answering popular demand, a new GWN guide[3] lists editorial guidelines,=20
best practices and many technical details of the Gentoo Weekly Newsletter=
=20
production. Mainly intended for use of current and future Gentoo Weekly=20
Newsletter staff, it explains the scope and structure of the GWN's=20
individual chapters and how the GuideXML variant used in producing the GW=
N=20
works. It will serve as a tool for training new contributors to prepare=20
their articles using its XML syntax. As a reference to everyone intereste=
d=20
in joining the GWN team, it's being released in the hope that many new=20
authors find their way to contributing to Gentoo's weekly news source. If=
=20
you find the guide useful and would like to be part of the team, please=20
contact us via the [email protected] alias with a short description=
=20
of your areas of expertise or which sections you would like to write for.=
=20
 3. http://www.gentoo.org/proj/en/pr/gwn-guide.xml
   =20
Gentoo Forums statistics graphs
-------------------------------
 =20
Gentoo developer Damien Krotkine[4] has collated statistical data from th=
e=20
Gentoo Forums[5] to produce some interesting graphs[6]. The graphs show=20
the cumulative totals of users, topics and posts on the forums as well as=
=20
stats for each day since the forums were created.=20
 4. [email protected]
 5. http://forums.gentoo.org
 6. http://damz.net/gentoo_forums_stats/
=20
Figure 1.1: Gentoo Forum statistics visualized: user growth
http://www.gentoo.org/images/gwn/20051212_user.png
=20
The data is gathered using a shell script and perl to extract the=20
information from the Forums' statistics page[7], run from a daily cronjob=
.=20
Older data was gathered by Forums administrator Tom Knight[8] using some=20
customized SQL queries. All the data is then passed through gnuplot to=20
produce the graphs. Despite the recent downturn, the Forums remain one of=
=20
the most important Linux resources on the Internet.=20
 7. http://forums.gentoo.org/statistics.php
 8. [email protected]
   =20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
2. Future zone
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =20
New virtual package style increases Portage flexibility
-------------------------------------------------------
 =20
With GLEP 37[9], virtuals are actual packages (located in the virtual/=20
category) instead of being mentioned in the 'virtuals' file in profiles/.=
=20
This gives us more flexibility regarding their syntax. For example we can=
=20
now specify an order of preference for virtual providers instead of just =
a=20
single default versus everything else.=20
 9. http://www.gentoo.org/proj/en/glep/glep-0037.html
=20
The first adopter of GLEP 37 is the X team, with virtual/x11. Although=20
there were some temporary issues with switching to the new virtual type,=20
everything's resolved and seems to work quite well. This lets us only=20
allow xorg-x11-6.8.x to fulfill virtual/x11 and force modular X users to=20
have completely specified dependencies.=20
=20
Modular X users will want to add a line to /etc/portage/profile/virtuals=20
until contributors port all the packages on their systems to modular X:=20
=20
+------------------------------------------------------------------------=
-+
| Code Listing 2.1:                                                      =
 |
| Insert line for modular X                                              =
 |
+------------------------------------------------------------------------=
-+
|                                                                        =
 |
|virtual/x11	x11-base/xorg-x11                                           =
 |
|                                                                        =
 |
+------------------------------------------------------------------------=
-+
=20
Note:  If you'd like to help with the porting efforts, see the modular X=20
porting HOWTO. But first, you'll need to convert your system to modular X=
.=20
Please file bugs only to the package maintainers with patches for modular=
=20
X dependencies, not to [email protected].=20
   =20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
3. Heard in the community
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =20
gentoo-dev
----------
 =20
Modular X update
=20
Donnie Berkholz[10] gives a small update on the progress with the new=20
modular Xorg ebuilds. What's missing now is mostly a change in the=20
dependencies of packages - the simple DEPEND on xorg-x11 doesn't work=20
anymore with the modular ebuilds. Modular X users will want to add a line=
=20
to /etc/portage/profile/virtuals until contributors port all the packages=
=20
on their systems to modular X as seen in the "Future zone" article above.=
=20
 10. [email protected]
=20
 * Modular X update [11]=20
 11. http://thread.gmane.org/gmane.linux.gentoo.devel/33838
=20
Programs in need of new maintainers
=20
As developers retire from Gentoo and priorities shift every now and then,=
=20
a package loses its maintainer, which becomes a problem when new bugs or=20
security-related problems are reported. This week saw an unusual amount o=
f=20
packages in need of a new maintainer:=20
=20
 * Last rites for media-video/dvdrip [12]=20
 * Looking for DirectFB maintainers [13]=20
 * Looking for jack maintainers [14]=20
 * Looking for a vile maintainer[15]=20
 12. http://thread.gmane.org/gmane.linux.gentoo.devel/33821
 13. http://thread.gmane.org/gmane.linux.gentoo.devel/33816
 14. http://thread.gmane.org/gmane.linux.gentoo.devel/33815
 15. http://thread.gmane.org/gmane.linux.gentoo.devel/33810
=20
[GLEP] Manifest2 format
=20
Marius Mauch[16] presents GLEP 44: "This GLEP proposes a new format for=20
the Portage Manifest and digest file system by unifying both filetypes=20
into one to improve functional and non-functional aspects of the Portage=20
Tree." In short this will offer an improved format for verifying all file=
s=20
in the Portage Tree, including multiple hash formats. The new format will=
=20
be incompatible to older portage versions, so that a migration path needs=
=20
to be worked out to avoid breaking updates.=20
 16. [email protected]
=20
 * [GLEP] Manifest2 format [17]=20
 17. http://thread.gmane.org/gmane.linux.gentoo.devel/33774
   =20
gentoo-alt
----------
 =20
Gentoo OpenSolaris
=20
On 4 November 2005 "Venky"[18] informed the Gentoo/ALT[19] community that=
=20
he has begun work on Gentoo OpenSolaris. To get him started the excellent=
=20
porting guide[20] written by Gentoo developer Diego Petten=C3=B2[21] prov=
ed to=20
be a valuable resource.=20
 18. [email protected]
 19. http://www.gentoo.org/proj/en/gentoo-alt/
 20. http://www.gentoo.org/proj/en/gentoo-alt/port-start.xml
 21. [email protected]
=20
 * Gentoo OpenSolaris[22]=20
 22. http://marc.theaimsgroup.com/?l=3Dgentoo-alt&m=3D113367525819314&w=3D=
2
=20
De-GNU-ification
=20
In a recent discussion on the gentoo-alt mailing list, Flameeyes[23]=20
explained the two basic types of Gentoo/ALT projects: on the one hand=20
there are prefixed projects like Gentoo for Mac OS X and Gentoo/OpenBSD,=20
where it's impossible or unwise to mess with the provided userland,=20
whereas on the other hand there are non-prefixed ports like Gentoo/FreeBS=
D=20
and Gentoo/NetBSD. After this Diego goes on to tell us a little more abou=
t=20
the various ports and their specific needs, before explaining the GNU=20
tools Portage currently depends on. The rest of the thread saw the usual=20
lively discussion on the merits and feasability of these two approaches,=20
which as always lead to a rather heated, yet quite informative debate.=20
 23. [email protected]
=20
 * My thoughts on prefixes and de-GNU-ification[24]=20
 24. http://marc.theaimsgroup.com/?l=3Dgentoo-alt&m=3D113377200325601&w=3D=
2
   =20
gentoo-server
-------------
 =20
Gentoo-server project status and proposal
=20
Ricardo Loureiro, known as RoadRunner in the Gentoo Forums where he=20
moderates the Portuguese section, triggered a discussion of his new=20
project to ease network administration and management. The thread also=20
contains helpful links on past code and methods:=20
=20
 * Gentoo-server project status and proposal[25]=20
 25. http://thread.gmane.org/gmane.linux.gentoo.server/3352
   =20
gentoo-user
-----------
 =20
64-bit transition thread
=20
This thread looks at some of the basic questions regarding the advantages=
=20
of a 64-bit system over a 32-bit one. More concisely there are details on=
=20
getting various 32-bit apps usable on a 64-bit system. Check the=20
recommended document addressing a majority of these questions, too:=20
=20
 * 64 bit or not[26]=20
 * Gentoo AMD64 FAQ[27]=20
 26. http://thread.gmane.org/gmane.linux.gentoo.amd64/5703
 27. http://www.gentoo.org/doc/en/gentoo-amd64-faq.xml
   =20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
4. Gentoo international
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =20
Germany: Gentoo Summer Camp 2006
--------------------------------
 =20
Figure 4.1: Gentoo Summer Camp 2006
http://www.gentoo.org/images/gwn/20051212_gsc-logo.png
=20
The second Gentoo Summer Camp 2006 in Germany is planned for 26 and 27=20
August 2006, probably to be held somewhere on the German North Sea coast,=
=20
with the exact venue to be decided upon soon. Organizer Slick, one of the=
=20
German Gentoo Forum moderators, expects between 30 and 40 campers to=20
participate in the event, with at least a few of them arriving a week=20
early to spend an entire Gentoo vacation at the site. Themed T-shirts and=
=20
windbreakers featuring the GSC logo will be made available soon, along=20
with a registration site for early bookers. Participation will set you=20
back 10 Euros per night and person, including cold beverages and roasted=20
marshmallows. For a glimpse of what the first summer camp looked like,=20
check the photo collection[28] (in file review.tar.bz2).=20
 28. http://www.gentoo.de/pub/summer-camp/2005
   =20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
5. Gentoo in the press
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =20
Linuxhardware.org (6 December 2005)
-----------------------------------
 =20
Right on time before people have done all their Christmas shopping, Gento=
o=20
developer Kristopher Kersey (Augustus)[29] has published the third and=20
last part[30] of his series on the "Ultimate Linux Workstation" that he=20
designed using all the latest and greatest parts to be found in the wild.=
=20
He's spent his money reasonably well on a dual Opteron 2.8GHz system with=
=20
plenty of RAM, fast disks, water-cooling and high-performance graphics to=
=20
impress in the benchmarking he includes in his article. Needless to say,=20
Augustus went for Gentoo Linux as the operating system for his ultimate=20
workstation (and the alternative "budget system"). Well, what else would=20
you want under the tree...=20
 29. [email protected]
 30. http://www.linuxhardware.org/article.pl?sid=3D05/12/06/2138210
   =20
Netcraft (5 December 2005)
--------------------------
 =20
Gentoo has passed the mark of 100,000 servers worldwide visibly running=20
Gentoo Linux, according to the December survey at Netcraft[31]. With=20
Gentoo's success and the even steeper raise in Debian-driven systems,=20
non-commercial Linuces including CentOS and Fedora are growing faster tha=
n=20
their commercial counterparts.=20
 31.=20
http://news.netcraft.com/archives/2005/12/05/strong_growth_for_debian.htm=
l
   =20
Frappr.com (December 2005)
--------------------------
 =20
Unlike all other maps of Gentoo users that have been established so far,=20
this new one[32] over at Frappr (short for "Friends Mapper") isn't=20
regionally limited. Wherever on the planet you happen to live, you can pi=
n=20
your location onto a global map that already carries hundreds of other=20
Gentoo users. Lacking particularly in the Asian and African department so=
=20
far, it's certainly fun to add yourself to the growing number of pins --=20
and even more fun to find others using this tool.=20
 32. http://www.frappr.com/gentoo
   =20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
6. Gentoo developer moves
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =20
Moves
-----
 =20
The following developers recently left the Gentoo project:=20
=20
 * None this week=20
   =20
Adds
----
 =20
The following developers recently joined the Gentoo project:=20
=20
 * Sandro Bonazzola (Sanchan) - Embedded=20
 * Joshua Jackson (tsunam) - x86=20
   =20
Changes
-------
 =20
The following developers recently changed roles within the Gentoo project=
:
=20
 * None this week=20
   =20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
7. Gentoo Security
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
  =20
Perl: Format string errors can lead to code execution
-----------------------------------------------------
 =20
A fix is available for Perl to mitigate the effects of format string=20
programming errors, that could otherwise be exploited to execute arbitrar=
y=20
code.=20
=20
For more information, please see the GLSA Announcement[33]=20
 33. http://www.gentoo.org/security/en/glsa/glsa-200512-01.xml
   =20
QDBM, ImageMagick, GDAL: RUNPATH issues
---------------------------------------
 =20
Multiple packages suffer from RUNPATH issues that may allow users in the=20
"portage" group to escalate privileges.=20
=20
For more information, please see the GLSA Announcement[34]=20
 34. http://www.gentoo.org/security/en/glsa/glsa-200511-02.xml
   =20
phpMyAdmin: Multiple vulnerabilities
------------------------------------
 =20
Multiple flaws in phpMyAdmin may lead to several XSS issues and local and=
=20
remote file inclusion vulnerabilities.=20
=20
For more information, please see the GLSA Announcement[35]=20
 35. http://www.gentoo.org/security/en/glsa/glsa-200512-03.xml
    =20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
8. Bugzilla
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 =20
Statistics
----------
 =20
The Gentoo community uses Bugzilla (bugs.gentoo.org[36]) to record and=20
track bugs, notifications, suggestions and other interactions with the=20
development team. Between 04 December 2005 and 11 December 2005, activity=
=20
on the site has resulted in:=20
 36. http://bugs.gentoo.org
=20
 * 740 new bugs during this period=20
 * 373 bugs closed or resolved during this period=20
 * 29 previously closed bugs were reopened this period=20
=20
Of the 9124 currently open bugs: 96 are labeled 'blocker', 195 are labele=
d=20
'critical', and 542 are labeled 'major'.=20
   =20
Closed bug rankings
-------------------
 =20
The developers and teams who have closed the most bugs during this period=
=20
are:=20
=20
 * Java team[37], with 22 closed bugs[38] =20
 * Greg Kroah-Hartman[39], with 17 closed bugs[40] =20
 * Gentoo KDE team[41], with 12 closed bugs[42] =20
 * Gentoo Developer Relations Team[43], with 12 closed bugs[44] =20
 * Gentoo's Team for Core System packages[45], with 12 closed bugs[46] =20
 * AMD64 Porting Team[47], with 11 closed bugs[48] =20
 * Gentoo X-windows packagers[49], with 10 closed bugs[50] =20
 * AMD64 Testing Team[51], with 10 closed bugs[52] =20
 37. [email protected]
 38.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DRESOLVED&bug_status=3DCLO=
SED&chfield=3Dbug_status&chfieldfrom=3D2005-12-04&chfieldto=3D2005-12-11&=
resolution=3DFIXED&[email protected]
 39. [email protected]
 40.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DRESOLVED&bug_status=3DCLO=
SED&chfield=3Dbug_status&chfieldfrom=3D2005-12-04&chfieldto=3D2005-12-11&=
resolution=3DFIXED&[email protected]
 41. [email protected]
 42.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DRESOLVED&bug_status=3DCLO=
SED&chfield=3Dbug_status&chfieldfrom=3D2005-12-04&chfieldto=3D2005-12-11&=
resolution=3DFIXED&[email protected]
 43. [email protected]
 44.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DRESOLVED&bug_status=3DCLO=
SED&chfield=3Dbug_status&chfieldfrom=3D2005-12-04&chfieldto=3D2005-12-11&=
resolution=3DFIXED&[email protected]
 45. [email protected]
 46.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DRESOLVED&bug_status=3DCLO=
SED&chfield=3Dbug_status&chfieldfrom=3D2005-12-04&chfieldto=3D2005-12-11&=
resolution=3DFIXED&[email protected]
 47. [email protected]
 48.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DRESOLVED&bug_status=3DCLO=
SED&chfield=3Dbug_status&chfieldfrom=3D2005-12-04&chfieldto=3D2005-12-11&=
resolution=3DFIXED&[email protected]
 49. [email protected]
 50.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DRESOLVED&bug_status=3DCLO=
SED&chfield=3Dbug_status&chfieldfrom=3D2005-12-04&chfieldto=3D2005-12-11&=
resolution=3DFIXED&[email protected]
 51. [email protected]
 52.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DRESOLVED&bug_status=3DCLO=
SED&chfield=3Dbug_status&chfieldfrom=3D2005-12-04&chfieldto=3D2005-12-11&=
resolution=3DFIXED&[email protected]
   =20
New bug rankings
----------------
 =20
The developers and teams who have been assigned the most new bugs during=20
this period are:=20
=20
 * Default Assignee for New Packages[53], with 30 new bugs[54] =20
 * Default Assignee for Orphaned Packages[55], with 15 new bugs[56] =20
 * X11 External Driver Maintainers[57], with 12 new bugs[58] =20
 * Mozilla Gentoo Team[59], with 11 new bugs[60] =20
 * Gentoo Sound Team[61], with 8 new bugs[62] =20
 * Gentoo KDE team[63], with 8 new bugs[64] =20
 * Saleem A.[65], with 7 new bugs[66] =20
 * Gentoo Linux Gnome Desktop Team[67], with 6 new bugs[68] =20
 53. [email protected]
 54.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DNEW&bug_status=3DASSIGNED=
&bug_status=3DREOPENED&chfield=3Dassigned_to&chfieldfrom=3D2005-12-04&chf=
ieldto=3D2005-12-11&[email protected]
 55. [email protected]
 56.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DNEW&bug_status=3DASSIGNED=
&bug_status=3DREOPENED&chfield=3Dassigned_to&chfieldfrom=3D2005-12-04&chf=
ieldto=3D2005-12-11&[email protected]
 57. [email protected]
 58.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DNEW&bug_status=3DASSIGNED=
&bug_status=3DREOPENED&chfield=3Dassigned_to&chfieldfrom=3D2005-12-04&chf=
ieldto=3D2005-12-11&[email protected]
 59. [email protected]
 60.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DNEW&bug_status=3DASSIGNED=
&bug_status=3DREOPENED&chfield=3Dassigned_to&chfieldfrom=3D2005-12-04&chf=
ieldto=3D2005-12-11&[email protected]
 61. [email protected]
 62.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DNEW&bug_status=3DASSIGNED=
&bug_status=3DREOPENED&chfield=3Dassigned_to&chfieldfrom=3D2005-12-04&chf=
ieldto=3D2005-12-11&[email protected]
 63. [email protected]
 64.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DNEW&bug_status=3DASSIGNED=
&bug_status=3DREOPENED&chfield=3Dassigned_to&chfieldfrom=3D2005-12-04&chf=
ieldto=3D2005-12-11&[email protected]
 65. [email protected]
 66.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DNEW&bug_status=3DASSIGNED=
&bug_status=3DREOPENED&chfield=3Dassigned_to&chfieldfrom=3D2005-12-04&chf=
ieldto=3D2005-12-11&[email protected]
 67. [email protected]
 68.=20
http://bugs.gentoo.org/buglist.cgi?bug_status=3DNEW&bug_status=3DASSIGNED=
&bug_status=3DREOPENED&chfield=3Dassigned_to&chfieldfrom=3D2005-12-04&chf=
ieldto=3D2005-12-11&[email protected]
   =20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
9. GWN feedback
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
  =20
Please send us your feedback[69] and help make the GWN better.=20
 69. [email protected]
   =20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D
10. GWN subscription information
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D
  =20
To subscribe to the Gentoo Weekly Newsletter, send a blank email to=20
[email protected].=20
=20
To unsubscribe to the Gentoo Weekly Newsletter, send a blank email to=20
[email protected] from the email address you are=20
subscribed under.
   =20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
11. Other languages
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
  =20
The Gentoo Weekly Newsletter is also available in the following languages=
:
=20
 * Danish[70] =20
 * Dutch[71] =20
 * English[72] =20
 * German[73] =20
 * French[74] =20
 * Korean[75] =20
 * Japanese[76] =20
 * Italian[77] =20
 * Polish[78] =20
 * Portuguese (Brazil)[79] =20
 * Portuguese (Portugal)[80] =20
 * Russian[81] =20
 * Spanish[82] =20
 * Turkish[83] =20
 70. http://www.gentoo.org/news/da/gwn/gwn.xml
 71. http://www.gentoo.org/news/nl/gwn/gwn.xml
 72. http://www.gentoo.org/news/en/gwn/gwn.xml
 73. http://www.gentoo.org/news/de/gwn/gwn.xml
 74. http://www.gentoo.org/news/fr/gwn/gwn.xml
 75. http://www.gentoo.org/news/ko/gwn/gwn.xml
 76. http://www.gentoo.org/news/ja/gwn/gwn.xml
 77. http://www.gentoo.org/news/it/gwn/gwn.xml
 78. http://www.gentoo.org/news/pl/gwn/gwn.xml
 79. http://www.gentoo.org/news/pt_br/gwn/gwn.xml
 80. http://www.gentoo.org/news/pt/gwn/gwn.xml
 81. http://www.gentoo.org/news/ru/gwn/gwn.xml
 82. http://www.gentoo.org/news/es/gwn/gwn.xml
 83. http://www.gentoo.org/news/tr/gwn/gwn.xml
  =20
Ulrich Plate <[email protected]> - Editor
Donnie Berkholz <[email protected]> - Author
Tom Knight <[email protected]> - Author
Michael Kohl <[email protected]> - Author
Patrick Lauer <[email protected]> - Author
Caleb Tennis <[email protected]> - Author
Chris White <[email protected]> - Author

--=20
[email protected] mailing list