source: introduction/welcome/changelog.xml@ d912bc2c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d912bc2c was d912bc2c, checked in by Randy McMurchy <randy@…>, 18 years ago

Clarified the XvMC Wrapper dependency in the MPlayer and xine libraries instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6122 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 131.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="changelog" xreflabel='Change Log'>
9 <?dbhtml filename="changelog.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Change Log</title>
17
18 <para>Please note that the Change Log only lists which editor was
19 responsible for putting the changes into SVN; please read the
20 <xref linkend="credits"/> page in Chapter 1 for details on
21 who wrote what.</para>
22
23 <para>Current release: &version; &ndash; &releasedate;</para>
24
25 <itemizedlist>
26 <title>Changelog Entries:</title>
27
28<!-- Changelog template
29
30 <listitem>
31 <para>Date</para>
32 <itemizedlist>
33 <listitem>
34 <para>[name] - Changelog entry.</para>
35 </listitem>
36 <listitem>
37 <para>[name] - Another changelog entry.</para>
38 </listitem>
39 </itemizedlist>
40 </listitem>
41
42-->
43
44 <listitem>
45 <para>May 23rd, 2006</para>
46 <itemizedlist>
47 <listitem>
48 <para>[randy] - Clarified the XvMC Wrapper dependency in the MPlayer
49 and xine libraries instructions.</para>
50 </listitem>
51 <listitem>
52 <para>[randy] - Added libid3tag as an optional dependency of
53 imlib2.</para>
54 </listitem>
55 </itemizedlist>
56 </listitem>
57
58 <listitem>
59 <para>May 21st, 2006</para>
60 <itemizedlist>
61 <listitem>
62 <para>[randy] - Updated to libdvdread-0.9.6.</para>
63 </listitem>
64 <listitem>
65 <para>[randy] - Updated codecs to the 20060501 versions in the
66 MPlayer instructions.</para>
67 </listitem>
68 <listitem>
69 <para>[randy] - Added a note to the D-BUS instructions that you must
70 have Qt installed if you are planning on using HAL with KDE.</para>
71 </listitem>
72 <listitem>
73 <para>[randy] - Added a note to the lm_sensors dependency in the
74 kdebase instructions that the Sysfs Utilities package is also
75 required.</para>
76 </listitem>
77 <listitem>
78 <para>[tushar] - Added note that proxymngr requires lbxproxy.</para>
79 </listitem>
80 </itemizedlist>
81 </listitem>
82
83 <listitem>
84 <para>May 20th, 2006</para>
85 <itemizedlist>
86 <listitem>
87 <para>[randy] - Added a patch to the kdelibs instructions so it
88 will build if you have CUPS-1.2.x installed. The patch does not
89 affect the build with lesser versions of CUPS. Thanks to Matthew
90 Carson for chasing down the problem and sending in the patch.</para>
91 </listitem>
92 <listitem>
93 <para>[dnicholson] - Added -ifv arguments to the autoreconf
94 command in libdrm so that libtoolize will be run. The shared
95 library is created without the .so suffix without it.</para>
96 </listitem>
97 <listitem>
98 <para>[randy] - Added new package usbutils-0.72.</para>
99 </listitem>
100 </itemizedlist>
101 </listitem>
102
103 <listitem>
104 <para>May 19th, 2006</para>
105 <itemizedlist>
106 <listitem>
107 <para>[randy] - Changed the GNAT installation in the GCC instructions
108 to use the existing Makefile, which eliminates the need to install
109 Tcsh, thanks to Jim Gifford for the tip.</para>
110 </listitem>
111 </itemizedlist>
112 </listitem>
113
114 <listitem>
115 <para>May 18th, 2006</para>
116 <itemizedlist>
117 <listitem>
118 <para>[randy] - Moved the ScrollKeeper instructions from Chapter 31
119 - GNOME Core Packages to Chapter 10 - General Utilities as the
120 package installation prefix is /usr and other-than-GNOME packages
121 can utilize it.</para>
122 </listitem>
123 <listitem>
124 <para>[randy] - Added libacl as an optional dependency of
125 Samba.</para>
126 </listitem>
127 <listitem>
128 <para>[randy] - Added additional commands to the LessTif instructions
129 to accomodate an X Window System installation in /usr.</para>
130 </listitem>
131 <listitem>
132 <para>[dj] - Corrected NAS bootscript after installation.</para>
133 </listitem>
134 <listitem>
135 <para>[dj] - Standardized Xorg7 PREFIX commands using
136 XORG_PREFIX.</para>
137 </listitem>
138 <listitem>
139 <para>[dj] - Re-added sed to fix incorrect path in luit.</para>
140 </listitem>
141 </itemizedlist>
142 </listitem>
143
144 <listitem>
145 <para>May 17th, 2006</para>
146 <itemizedlist>
147 <listitem>
148 <para>[bdubbs] - Changed home directory of named to /srv/named.</para>
149 </listitem>
150 <listitem>
151 <para>[bdubbs] - Added "About Devices" page.</para>
152 </listitem>
153 <listitem>
154 <para>[dnicholson] - Added two patches to Cdrtools improving its
155 use in locales with non-ISO-8859-1 character sets. Fixes ticket
156 #1837. Thanks to Alexander Patrakov for explaining the situation
157 and supplying the patches.</para>
158 </listitem>
159 <listitem>
160 <para>[randy] - Added jbig2dec as an optional dependency of
161 ESP GhostScript.</para>
162 </listitem>
163 <listitem>
164 <para>[dj] - Moved libdrm, mesa, xterm, and rman to xorg7
165 section.</para>
166 </listitem>
167 <listitem>
168 <para>[dj] - Added test suite notes to each xorg7 page.</para>
169 </listitem>
170 </itemizedlist>
171 </listitem>
172
173 <listitem>
174 <para>May 16th, 2006</para>
175 <itemizedlist>
176 <listitem>
177 <para>[bdubbs] - Added UTF-8 patch to Pine.</para>
178 </listitem>
179 <listitem>
180 <para>[randy] - Added documentation installation commands to the
181 popt instructions.</para>
182 </listitem>
183 <listitem>
184 <para>[bdubbs] - Added paps-0.6.6 for UTF-8 printing.</para>
185 </listitem>
186 <listitem>
187 <para>[randy] - Updated to PHP-5.1.4.</para>
188 </listitem>
189 <listitem>
190 <para>[dj] - Added rman-3.2.</para>
191 </listitem>
192 </itemizedlist>
193 </listitem>
194
195 <listitem>
196 <para>May 15th, 2006</para>
197 <itemizedlist>
198 <listitem>
199 <para>[randy] - Added librsvg as an optional dependency of
200 ImageMagick.</para>
201 </listitem>
202 <listitem>
203 <para>[bdubbs] - Update to postfix-2.2.9.</para>
204 </listitem>
205 </itemizedlist>
206 </listitem>
207
208 <listitem>
209 <para>May 14th, 2006</para>
210 <itemizedlist>
211 <listitem>
212 <para>[randy] - Updated to Apache HTTPD-2.2.2.</para>
213 </listitem>
214 <listitem>
215 <para>[randy] - Added a note to the MySQL instructions about TCP
216 Wrapper and MySQL's test suite.</para>
217 </listitem>
218 <listitem>
219 <para>[randy] - Added a note to the cURL instructions about TCP
220 Wrapper and cURL's test suite.</para>
221 </listitem>
222 <listitem>
223 <para>[dj] - Updated OpenOffice patch for system Firefox and added
224 OpenOffice to list of packages that will utilize system nss in
225 Mozilla product pages.</para>
226 </listitem>
227 </itemizedlist>
228 </listitem>
229
230 <listitem>
231 <para>May 13th, 2006</para>
232 <itemizedlist>
233 <listitem>
234 <para>[bdubbs] - Remove malloc switch from kdelibs.</para>
235 </listitem>
236 <listitem>
237 <para>[tushar] - Add GTK1 dependency for vim.</para>
238 </listitem>
239 <listitem>
240 <para>[bdubbs] - Added XChat-2.6.2.</para>
241 </listitem>
242 <listitem>
243 <para>[randy] - Updated the GCC (gcj) dependency in the Libidn
244 instructions to include the gjdoc package also.</para>
245 </listitem>
246 <listitem>
247 <para>[randy] - Updated to GTK-Doc-1.6.</para>
248 </listitem>
249 </itemizedlist>
250 </listitem>
251
252 <listitem>
253 <para>May 12th, 2006</para>
254 <itemizedlist>
255 <listitem>
256 <para>[dnicholson] - Updated to GIMP-2.2.11 and
257 gimp-help-2-0.10.</para>
258 </listitem>
259 <listitem>
260 <para>[randy] - Updated to libxslt-1.1.16.</para>
261 </listitem>
262 <listitem>
263 <para>[bdubbs] - Created a consolidated autofs patch to
264 combine nine small patches and updated autofs to
265 reflect the combined patch file.</para>
266 </listitem>
267 <listitem>
268 <para>[bdubbs] - Updated to imlib2-1.2.2.</para>
269 </listitem>
270 <listitem>
271 <para>[bdubbs] - Updated to intltool-0.34.2.</para>
272 </listitem>
273 </itemizedlist>
274 </listitem>
275
276 <listitem>
277 <para>May 11th, 2006</para>
278 <itemizedlist>
279 <listitem>
280 <para>[randy] - Added commands to the JDK instructions to run a demo
281 program with the newly created java binary to provide a basic test
282 of the build.</para>
283 </listitem>
284 <listitem>
285 <para>[randy] - Added commands to the cpio instructions to create
286 alternate forms of the documentation.</para>
287 </listitem>
288 <listitem>
289 <para>[dj] - Added note to not build MesaLib with X11R6 and
290 removed Xfree and xorg-6.9 from required deps.</para>
291 </listitem>
292 <listitem>
293 <para>[andy] - Updated to XFree86-4.6.0.</para>
294 </listitem>
295 </itemizedlist>
296 </listitem>
297
298 <listitem>
299 <para>May 10th, 2006</para>
300 <itemizedlist>
301 <listitem>
302 <para>[randy] - Added resmgr as an optional dependency of ALSA Library.</para>
303 </listitem>
304 <listitem>
305 <para>[randy] - Renamed the TeX package to its proper name -
306 teTeX.</para>
307 </listitem>
308 <listitem>
309 <para>[dj] - Added sed for additional xorg-6.9.0 security
310 vulnerability.</para>
311 </listitem>
312 <listitem>
313 <para>[dj] - Updated dependencies for Xorg-7.0.0 section and
314 corrected text.</para>
315 </listitem>
316 </itemizedlist>
317 </listitem>
318
319 <listitem>
320 <para>May 9th, 2006</para>
321 <itemizedlist>
322 <listitem>
323 <para>[randy] - Updated to PCI Utilities-2.2.3.</para>
324 </listitem>
325 <listitem>
326 <para>[randy] - Modified the Expect build commands to work with the
327 new Tcl build method.</para>
328 </listitem>
329 <listitem>
330 <para>[randy] - Added an additional command to the Sysstat
331 installation so that a configuration file containing the history
332 variable is installed.</para>
333 </listitem>
334 <listitem>
335 <para>[randy] - Added a note to the Shadow instructions about
336 running the Linux-PAM test suite.</para>
337 </listitem>
338 <listitem>
339 <para>[randy] - Updated to Linux-PAM-0.99.4.0.</para>
340 </listitem>
341 </itemizedlist>
342 </listitem>
343
344 <listitem>
345 <para>May 8th, 2006</para>
346 <itemizedlist>
347 <listitem>
348 <para>[bdubbs] - Updated to ImageMagick-6.2.7-5.</para>
349 </listitem>
350 <listitem>
351 <para>[bdubbs] - Updated to libgtkhtml-2.11.0.</para>
352 </listitem>
353 <listitem>
354 <para>[bdubbs] - Updated to rsync-2.6.8.</para>
355 </listitem>
356 </itemizedlist>
357 </listitem>
358
359 <listitem>
360 <para>May 7th, 2006</para>
361 <itemizedlist>
362 <listitem>
363 <para>[randy] - Removed the ext3 file system page from the book as
364 this file system is now the LFS default.</para>
365 </listitem>
366 <listitem>
367 <para>[randy] - Modified the Tcl and Tk instructions to install
368 the library interface headers using the maintainer's recommended
369 method and removed all the hacks from previous installation
370 methods.</para>
371 </listitem>
372 </itemizedlist>
373 </listitem>
374
375 <listitem>
376 <para>May 6th, 2006</para>
377 <itemizedlist>
378 <listitem>
379 <para>[bdubbs] - Updated to alsa-1.0.11.</para>
380 </listitem>
381 <listitem>
382 <para>[bdubbs] - Updated to dhcp-3.0.4.</para>
383 </listitem>
384 <listitem>
385 <para>[dnicholson] - Fixed EsounD installation to note that the
386 documentation can only be installed with DocBook-utils. Thanks
387 to Chris Staub for the patch.</para>
388 </listitem>
389 <listitem>
390 <para>[tushar] - Updated to Popt-1.10.4.</para>
391 </listitem>
392 <listitem>
393 <para>[dnicholson] - Updated to Bluefish-1.0.5.</para>
394 </listitem>
395 <listitem>
396 <para>[dnicholson] - Updated to Firefox-1.5.0.3.</para>
397 </listitem>
398 </itemizedlist>
399 </listitem>
400
401 <listitem>
402 <para>May 5th, 2006</para>
403 <itemizedlist>
404 <listitem>
405 <para>[bdubbs] - Updated to nmap-4.03.</para>
406 </listitem>
407 <listitem>
408 <para>[bdubbs] - Updated to Leafnode-1.11.5.</para>
409 </listitem>
410 <listitem>
411 <para>[bdubbs] - Updated to AFPL Ghostscript-8.53.</para>
412 </listitem>
413 <listitem>
414 <para>[bdubbs] - Updated to libxml2-2.6.24.</para>
415 </listitem>
416 <listitem>
417 <para>[bdubbs] - Updated to proftpd-1.3.0.</para>
418 </listitem>
419 <listitem>
420 <para>[bdubbs] - Updated to mysql-5.0.21.</para>
421 </listitem>
422 <listitem>
423 <para>[bdubbs] - Updated to ntp-4.2.0a.</para>
424 </listitem>
425 <listitem>
426 <para>[dj] - Reorganized X Window System chapter.</para>
427 </listitem>
428 <listitem>
429 <para>[dj] - Spilt Xorg-7 instructions into several pages.</para>
430 </listitem>
431 <listitem>
432 <para>[dj] - Corrected links in Mesa and xterm instructions for
433 new xorg7 pages.</para>
434 </listitem>
435 </itemizedlist>
436 </listitem>
437
438 <listitem>
439 <para>May 4th, 2006</para>
440 <itemizedlist>
441 <listitem>
442 <para>[bdubbs] - Updated to ESP Ghostscript-8.15.2.</para>
443 </listitem>
444 <listitem>
445 <para>[bdubbs] - Updated to openssl-0.9.8b.</para>
446 </listitem>
447 <listitem>
448 <para>[bdubbs] - Simplified mysql compilation flags.
449 Thanks to Archaic.</para>
450 </listitem>
451 </itemizedlist>
452 </listitem>
453
454 <listitem>
455 <para>May 3rd, 2006</para>
456 <itemizedlist>
457 <listitem>
458 <para>[bdubbs] - Updated sed for openssh to link
459 crypto libraries statically.</para>
460 </listitem>
461 <listitem>
462 <para>[bdubbs] - Updated location of kernel options in
463 iptables. Thanks to Allard Welter who pointed this
464 out.</para>
465 </listitem>
466 </itemizedlist>
467 </listitem>
468
469 <listitem>
470 <para>May 1st, 2006</para>
471 <itemizedlist>
472 <listitem>
473 <para>[randy] - Updated to XScreenSaver-4.24.</para>
474 </listitem>
475 <listitem>
476 <para>[randy] - Updated to Gtk+-2.8.17.</para>
477 </listitem>
478 <listitem>
479 <para>[randy] - Updated to ATK-1.11.4.</para>
480 </listitem>
481 <listitem>
482 <para>[randy] - Updated to Pango-1.12.2.</para>
483 </listitem>
484 <listitem>
485 <para>[randy] - Updated to Ethereal-0.99.0.</para>
486 </listitem>
487 </itemizedlist>
488 </listitem>
489
490 <listitem>
491 <para>April 30th, 2006</para>
492 <itemizedlist>
493 <listitem>
494 <para>[bdubbs] - Removed the gid for bin and usb as they
495 are defined in LFS. Added comment in the section about
496 users and groups that base entries are in LFS.</para>
497 </listitem>
498 <listitem>
499 <para>[randy] - Updated to K3b-0.12.15.</para>
500 </listitem>
501 <listitem>
502 <para>[randy] - Updated to NFS Utilities-1.0.8.</para>
503 </listitem>
504 <listitem>
505 <para>[andy] - Updated Pine to 4.64 and Abiword-2.4.4.</para>
506 </listitem>
507 </itemizedlist>
508 </listitem>
509
510 <listitem>
511 <para>April 29th, 2006</para>
512 <itemizedlist>
513 <listitem>
514 <para>[bdubbs] - Updated to exim-4.61.</para>
515 </listitem>
516 <listitem>
517 <para>[bdubbs] - Updated to Links-2.1pre21.</para>
518 </listitem>
519 <listitem>
520 <para>[randy] - Updated to Galeon-2.0.1.</para>
521 </listitem>
522 <listitem>
523 <para>[randy] - Added a new category 'Integrated Development
524 Environments' to the 'Other Programming Tools' page and added
525 additional components to the page.</para>
526 </listitem>
527 <listitem>
528 <para>[randy] - Updated Tcl and Tk to 8.4.13. Also modified the build
529 commands to not use any user-created environment variables.</para>
530 </listitem>
531 <listitem>
532 <para>[bdubbs] - Changed openssh libexecdir to /usr/lib/openssh.</para>
533 </listitem>
534 <listitem>
535 <para>[bdubbs] - Added instruction to optionally enable
536 ssl support to dillo.</para>
537 </listitem>
538 </itemizedlist>
539 </listitem>
540
541 <listitem>
542 <para>April 28th, 2006</para>
543 <itemizedlist>
544 <listitem>
545 <para>[randy] - Added new package libquicktime-0.9.8 and removed the
546 Openquicktime package.</para>
547 </listitem>
548 <listitem>
549 <para>[bdubbs] - Updated to seamonkey-1.0.1.</para>
550 </listitem>
551 <listitem>
552 <para>[bdubbs] - Updated to rp-pppoe-3.8.</para>
553 </listitem>
554 <listitem>
555 <para>[bdubbs] - Updated bootscripts Makefile to install autofs after
556 cleanfs.</para>
557 </listitem>
558 <listitem>
559 <para>[randy] - Updated to Berkeley DB-4.4.20.</para>
560 </listitem>
561 </itemizedlist>
562 </listitem>
563
564 <listitem>
565 <para>April 27th, 2006</para>
566 <itemizedlist>
567 <listitem>
568 <para>[bdubbs] - Updated to gc-6.6.</para>
569 </listitem>
570 <listitem>
571 <para>[bdubbs] - Updated to mysql-5.0.20a. Fixed all
572 testsuite failures.</para>
573 </listitem>
574 <listitem>
575 <para>[dnicholson] - Updated to OpenSSL-0.9.8a. Added patch to
576 Cyrus-SASL for compatibility with this version of OpenSSL.</para>
577 </listitem>
578 <listitem>
579 <para>[randy] - Updated to GCC-4.0.3</para>
580 </listitem>
581 <listitem>
582 <para>[randy] - Updated to GMP-4.2</para>
583 </listitem>
584 <listitem>
585 <para>[bdubbs] - Updated to vsftpd-2.0.4</para>
586 </listitem>
587 </itemizedlist>
588 </listitem>
589
590 <listitem>
591 <para>April 26th, 2006</para>
592 <itemizedlist>
593 <listitem>
594 <para>[bdubbs] - Updated libexecdir location in emacs.</para>
595 </listitem>
596 <listitem>
597 <para>[randy] - Added clarification about NSS/NSPR libraries to the
598 Evolution and Evolution Data Server instructions.</para>
599 </listitem>
600 <listitem>
601 <para>[bdubbs] - Updated to iso-codes-0.51.</para>
602 </listitem>
603 <listitem>
604 <para>[bdubbs] - Updated ntp configuration to use pool servers.</para>
605 </listitem>
606 <listitem>
607 <para>[bdubbs] - Updated to dhcp-3.0.3.</para>
608 </listitem>
609 <listitem>
610 <para>[bdubbs] - Updated to WvStreams-4.2.2.</para>
611 </listitem>
612 <listitem>
613 <para>[randy] - Updated to Balsa-2.3.12.</para>
614 </listitem>
615 </itemizedlist>
616 </listitem>
617
618 <listitem>
619 <para>April 25th, 2006</para>
620 <itemizedlist>
621 <listitem>
622 <para>[dnicholson] - Fixes for Cyrus SASL-2.1.21. Added patch to
623 allow OpenLDAP => 2.3, converted GCC-4 patch to a sed, and added
624 a sed command to put saslauthd man page in the correct location.
625 Noted method to address LDAPDB plugin circular dependency in the
626 User Notes.</para>
627 </listitem>
628 <listitem>
629 <para>[bdubbs] - Dropped NCPFS from the book due to
630 lack of testing ability. Placed contents in the User Notes.</para>
631 </listitem>
632 <listitem>
633 <para>[randy] - Updated to GMime-2.2.1.</para>
634 </listitem>
635 <listitem>
636 <para>[bdubbs] - Added errata page to preface.</para>
637 </listitem>
638 <listitem>
639 <para>[dnicholson] - Updated to Thunderbird-1.5.0.2.</para>
640 </listitem>
641 <listitem>
642 <para>[randy] - Updated to libESMTP-1.0.4.</para>
643 </listitem>
644 <listitem>
645 <para>[randy] - Added a sed command to the PDL instructions to fix
646 a build issue caused by ExtUtils::MakeMaker-6.30 which was introduced
647 in Perl-5.8.8.</para>
648 </listitem>
649 <listitem>
650 <para>[bdubbs] - Fixed configuration instructions in
651 GPM. Thanks to Chris Staub.</para>
652 </listitem>
653 <listitem>
654 <para>[bdubbs] - Updated to fcron-3.0.1.</para>
655 </listitem>
656 <listitem>
657 <para>[bdubbs] - Added a note about adding FORTRAN 77
658 to the gcc-3 instructions.</para>
659 </listitem>
660 <listitem>
661 <para>[randy] - Added a short note about the GCC-3.4.6 Fortran
662 installation instructions on the BLFS Wiki to the GCC-4.0.x
663 instructions.</para>
664 </listitem>
665 <listitem>
666 <para>[Randy] - Modifications to the PDL instructions: added an FTP
667 download location, rewrite of the introductory text to include a
668 discussion about a proper version of Fortran, updated some of the
669 dependency package download URLs and changed the links to a Fortran
670 compiler to the one on the BLFS Wiki.</para>
671 </listitem>
672 <listitem>
673 <para>[andy] - Updated to OpenSP-1.5.2.</para>
674 </listitem>
675 </itemizedlist>
676 </listitem>
677
678 <listitem>
679 <para>April 24th, 2006</para>
680 <itemizedlist>
681 <listitem>
682 <para>[randy] - Updated the introductory text of the GCC-3
683 instructions to better explain its use, and to add a link to the
684 Wiki pointing to a Fortran specific installation.</para>
685 </listitem>
686 <listitem>
687 <para>[bdubbs] - Updated to qpopper-4.0.9. Added standalone
688 instructions and a configuration file. Added an initialization
689 script to the bootscripts and bootscripts Makefile.</para>
690 </listitem>
691 </itemizedlist>
692 </listitem>
693
694 <listitem>
695 <para>April 23rd, 2006</para>
696 <itemizedlist>
697 <listitem>
698 <para>[bdubbs] - Updated to dhcpcd-2.0.5.</para>
699 </listitem>
700 <listitem>
701 <para>[dj] - Updated to OpenOffice-2.0.2.</para>
702 </listitem>
703 <listitem>
704 <para>[bdubbs] - Added a note to Apache that the apache
705 user's home directory of /dev/null may fail for some add-ons.</para>
706 </listitem>
707 <listitem>
708 <para>[bdubbs] - Updated to fetchmail-6.3.4.</para>
709 </listitem>
710 </itemizedlist>
711 </listitem>
712
713 <listitem>
714 <para>April 22nd, 2006</para>
715 <itemizedlist>
716 <listitem>
717 <para>[bdubbs] - Updated Additional X Window System Configuration
718 section.</para>
719 </listitem>
720 <listitem>
721 <para>[randy] - Updated to ExtUtils-F77-1.15.</para>
722 </listitem>
723 <listitem>
724 <para>[randy] - Modified the method of using cpan in the Perl
725 Modules instructions, thanks to William Zhou for the
726 suggestion.</para>
727 </listitem>
728 <listitem>
729 <para>[bdubbs] - Updated to iptables-1.3.5.</para>
730 </listitem>
731 <listitem>
732 <para>[dnicholson] - Fixes for TIN. Moved some run-time dependencies
733 to the Configuration section. Installed documentation files. Added
734 command to install default configuration files.</para>
735 </listitem>
736 </itemizedlist>
737 </listitem>
738
739 <listitem>
740 <para>April 21st, 2006</para>
741 <itemizedlist>
742 <listitem>
743 <para>[dnicholson] - Updated to Firefox-1.5.0.2.</para>
744 </listitem>
745 <listitem>
746 <para>[randy] - Updated to Filter-1.32.</para>
747 </listitem>
748 <listitem>
749 <para>[randy] - Updated to Net::DNS-0.57.</para>
750 </listitem>
751 <listitem>
752 <para>[randy] - Updated to Digest::SHA1-2.11.</para>
753 </listitem>
754 <listitem>
755 <para>[randy] - Updated to Net::IP-1.24.</para>
756 </listitem>
757 <listitem>
758 <para>[bdubbs] - Updated to bind-9.3.2. Updated bind-utils
759 also.</para>
760 </listitem>
761 <listitem>
762 <para>[andy] - Added Audacious-1.0.0.</para>
763 </listitem>
764 <listitem>
765 <para>[andy] - Updated to Fluxbox 0.9.15.1.</para>
766 </listitem>
767 </itemizedlist>
768 </listitem>
769
770 <listitem>
771 <para>April 20th, 2006</para>
772 <itemizedlist>
773 <listitem>
774 <para>[bdubbs] - Updated to hdparm-6.6.</para>
775 </listitem>
776 <listitem>
777 <para>[bdubbs] - Updated udftools to compile with gcc4. Also
778 deleted the kernel patch from the package because it is in
779 linux 2.6.16 and later.</para>
780 </listitem>
781 <listitem>
782 <para>[dnicholson] - Added TIN version 1.8.1 to the book. Removed
783 slrn. Thanks to Alexander Patrakov. Closes tickets #1845 and
784 #1847.</para>
785 </listitem>
786 <listitem>
787 <para>[dnicholson] - Updated to Python-2.4.3.</para>
788 </listitem>
789 <listitem>
790 <para>[bdubbs] - Updated to glib-2.10.2.</para>
791 </listitem>
792 </itemizedlist>
793 </listitem>
794
795 <listitem>
796 <para>April 19th, 2006</para>
797 <itemizedlist>
798 <listitem>
799 <para>[tushar] - Corrected vim option description.</para>
800 </listitem>
801 <listitem>
802 <para>[bdubbs] - Updated to iso-codes-0.50.</para>
803 </listitem>
804 <listitem>
805 <para>[bdubbs] - Updated proftpd instructions.</para>
806 </listitem>
807 <listitem>
808 <para>[randy] - Updated to Socket6-0.19.</para>
809 </listitem>
810 <listitem>
811 <para>[randy] - Updated to Finance::QuoteHist-1.07.</para>
812 </listitem>
813 <listitem>
814 <para>[randy] - Updated to HTML::TableExtract-2.07.</para>
815 </listitem>
816 <listitem>
817 <para>[randy] - Added new Perl module; Text::CSV_PP-1.01.</para>
818 </listitem>
819 <listitem>
820 <para>[randy] - Updated to Finance::Quote-1.11.</para>
821 </listitem>
822 <listitem>
823 <para>[randy] - Updated to libwww-perl-5.805 (also renamed the
824 package from LWP).</para>
825 </listitem>
826 <listitem>
827 <para>[randy] - Updated to libxml2-2.6.23.</para>
828 </listitem>
829 <listitem>
830 <para>[bdubbs] - Updated to nmap-4.01.</para>
831 </listitem>
832 <listitem>
833 <para>[dnicholson] - Changed X Window System to required dependency
834 for Imlib-1.9.15. Fixes ticket #1792.</para>
835 </listitem>
836 <listitem>
837 <para>[randy] - Updated to Test::Prereq-1.030.</para>
838 </listitem>
839 <listitem>
840 <para>[randy] - Updated to Module::CoreList-2.04.</para>
841 </listitem>
842 <listitem>
843 <para>[randy] - Updated to GnuCash-1.8.12.</para>
844 </listitem>
845 </itemizedlist>
846 </listitem>
847
848 <listitem>
849 <para>April 18th, 2006</para>
850 <itemizedlist>
851 <listitem>
852 <para>[randy] - Downgraded to Guile-1.6.7 and G-Wrap-1.3.4 and
853 modified the SLIB instructions to work with the downgraded packages.
854 These changes are to support GnuCash which will not work with the
855 more recent versions.</para>
856 </listitem>
857 <listitem>
858 <para>[manuel] - Removed creation of xsl-stylesheets-current
859 symlink.</para>
860 </listitem>
861 <listitem>
862 <para>[bdubbs] - Updated to wireless_tools.28.</para>
863 </listitem>
864 </itemizedlist>
865 </listitem>
866
867 <listitem>
868 <para>April 17th, 2006</para>
869 <itemizedlist>
870 <listitem>
871 <para>[bdubbs] - Changed vim to match LFS instructions regarding
872 UTF-8 locales.</para>
873 </listitem>
874 <listitem>
875 <para>[bdubbs] - Updated to kde-3.5.2.</para>
876 </listitem>
877 </itemizedlist>
878 </listitem>
879
880 <listitem>
881 <para>April 15th, 2006</para>
882 <itemizedlist>
883 <listitem>
884 <para>[bdubbs] - Updated to koffice-1.5.0.</para>
885 </listitem>
886 <listitem>
887 <para>[randy] - Updated the SLIB patch to a -2 version.</para>
888 </listitem>
889 <listitem>
890 <para>[randy] - Removed some optional dependencies (Gtk-1 and
891 guile-gtk) from the G-Wrap instructions.</para>
892 </listitem>
893 <listitem>
894 <para>[dj] - Wrapped the lnx_agp.c sed in a testcase to make the
895 change, only if required in Xorg-6.9 and Xorg-7.0 instructions.</para>
896 </listitem>
897 <listitem>
898 <para>[dj] - Added install command to create the /usr/share/fonts
899 directory to Xorg-6.9, Xorg-7.0, and XFree86 instructions.</para>
900 </listitem>
901 </itemizedlist>
902 </listitem>
903
904 <listitem>
905 <para>April 14th, 2006</para>
906 <itemizedlist>
907 <listitem>
908 <para>[dnicholson] - Added sed to Xorg-6.9.0 to fix security
909 vulnerabitility in ticket #1876. Changed sed to include
910 linux/types.h to be the same as that in Xorg-7.0.0.</para>
911 </listitem>
912 <listitem>
913 <para>[randy] - Updated all the wiki links to point to the existing
914 package wiki page if one existed.</para>
915 </listitem>
916 <listitem>
917 <para>[dnicholson] - Added information about the Nano development
918 version which supplies UTF-8 support to Locale Related Issues.
919 Added a caution on the Nano page.</para>
920 </listitem>
921 <listitem>
922 <para>[dnicholson] - Added pkg-config as a required dependency
923 for MesaLib. Fixes ticket #1904.</para>
924 </listitem>
925 <listitem>
926 <para>[randy] - Readded the links in the Perl Modules instructions
927 to the MD5sums of all the Perl Module source tarballs.</para>
928 </listitem>
929 <listitem>
930 <para>[randy] - Moved GConf-1 from an optional to a required
931 dependency in the GNOME-VFS-1 and GtkHTML-1 instructions.</para>
932 </listitem>
933 <listitem>
934 <para>[randy] - Added new package Graphviz-2.8.</para>
935 </listitem>
936 <listitem>
937 <para>[bdubbs] - Added openssl as a required dependency of tripwire.</para>
938 </listitem>
939 <listitem>
940 <para>[andy] - Updated to Gnumeric-1.6.3 and Goffice-0.2.1.</para>
941 </listitem>
942 </itemizedlist>
943 </listitem>
944
945 <listitem>
946 <para>April 13th, 2006</para>
947 <itemizedlist>
948 <listitem>
949 <para>[randy] - Added the Io programming language to Chapter 12 -
950 "Other Programming Tools".</para>
951 </listitem>
952 </itemizedlist>
953 </listitem>
954
955 <listitem>
956 <para>April 12th, 2006</para>
957 <itemizedlist>
958 <listitem>
959 <para>[randy] - Updates to the Enscript instructions: added a patch
960 to fix security vulnerabilities, added commands to build alternate
961 formats of the documentation, fixed the wiki link to point to the
962 already existing wiki page.</para>
963 </listitem>
964 <listitem>
965 <para>[bdubbs] - Updated to tripwire-2.4.0.1.</para>
966 </listitem>
967 <listitem>
968 <para>[randy] - Updated to Whois-4.7.13.</para>
969 </listitem>
970 </itemizedlist>
971 </listitem>
972
973 <listitem>
974 <para>April 11th, 2006</para>
975 <itemizedlist>
976 <listitem>
977 <para>[dnicholson] - Added gcc4 patch for nfs-utils-1.0.7.</para>
978 </listitem>
979 <listitem>
980 <para>[bdubbs] - Updated bootscripts version to 20060411</para>
981 </listitem>
982 </itemizedlist>
983 </listitem>
984
985 <listitem>
986 <para>April 10th, 2006</para>
987 <itemizedlist>
988 <listitem>
989 <para>[randy] - Added the 'User Notes' wiki link to each package
990 page.</para>
991 </listitem>
992 <listitem>
993 <para>[randy] - Changed all instances of .[so,a] to .{so,a}
994 (brackets changed to braces).</para>
995 </listitem>
996 <listitem>
997 <para>[randy] - Changed all <replaceable>[some_text]</replaceable>
998 instances to <replaceable>&lt;some_text&gt;</replaceable> (square
999 brackets changed to angle brackets).</para>
1000 </listitem>
1001 </itemizedlist>
1002 </listitem>
1003
1004 <listitem>
1005 <para>April 9th, 2006</para>
1006 <itemizedlist>
1007 <listitem>
1008 <para>[randy] - Changed all the references to X Window System links
1009 to a common entity displayed as 'X Window System'.</para>
1010 </listitem>
1011 <listitem>
1012 <para>[randy] - Updated to Doxygen-1.4.6.</para>
1013 </listitem>
1014 </itemizedlist>
1015 </listitem>
1016
1017 <listitem>
1018 <para>April 8th, 2006</para>
1019 <itemizedlist>
1020 <listitem>
1021 <para>[randy] - Updated to GnuPG-1.4.3.</para>
1022 </listitem>
1023 <listitem>
1024 <para>[dj] - Moved to gzipped bsh tarball in OpenOffice-2.0.0
1025 instructions.</para>
1026 </listitem>
1027 <listitem>
1028 <para>[randy] - Updated to librsvg-2.14.3.</para>
1029 </listitem>
1030 <listitem>
1031 <para>[randy] - Updated to libgsf-1.14.0.</para>
1032 </listitem>
1033 </itemizedlist>
1034 </listitem>
1035
1036 <listitem>
1037 <para>April 7th, 2006</para>
1038 <itemizedlist>
1039 <listitem>
1040 <para>[randy] - Updated to hicolor-icon-theme-0.9.</para>
1041 </listitem>
1042 <listitem>
1043 <para>[randy] - Updated to shared-mime-info-0.17.</para>
1044 </listitem>
1045 <listitem>
1046 <para>[randy] - Updated to libcroco-0.6.1.</para>
1047 </listitem>
1048 </itemizedlist>
1049 </listitem>
1050
1051 <listitem>
1052 <para>April 6th, 2006</para>
1053 <itemizedlist>
1054 <listitem>
1055 <para>[randy] - Added a parameter to the Subversion build commands
1056 to disable the use of Berkeley DB; also added commands to fix the
1057 improper permissions on the installed documentation.</para>
1058 </listitem>
1059 <listitem>
1060 <para>[dnicholson] - Fixed typo in Xorg-7 font installation. Fixed
1061 typos in X Window System Components fonts section.</para>
1062 </listitem>
1063 <listitem>
1064 <para>[randy] - Updated to Poppler-0.4.5.</para>
1065 </listitem>
1066 </itemizedlist>
1067 </listitem>
1068
1069 <listitem>
1070 <para>April 5th, 2006</para>
1071 <itemizedlist>
1072 <listitem>
1073 <para>[randy] - Updated to Qt-3.3.6.</para>
1074 </listitem>
1075 <listitem>
1076 <para>[dj] - Added sed to correct glibc header problem in
1077 xorg-server.</para>
1078 </listitem>
1079 <listitem>
1080 <para>[bdubbs] - Added Wireless Tools.</para>
1081 </listitem>
1082 </itemizedlist>
1083 </listitem>
1084
1085 <listitem>
1086 <para>April 4th, 2006</para>
1087 <itemizedlist>
1088 <listitem>
1089 <para>[randy] - Updated to Subversion-1.3.1.</para>
1090 </listitem>
1091 <listitem>
1092 <para>[randy] - Updated Xpdf-3.01 to patch-level 2.</para>
1093 </listitem>
1094 </itemizedlist>
1095 </listitem>
1096
1097 <listitem>
1098 <para>April 2nd, 2006</para>
1099 <itemizedlist>
1100 <listitem>
1101 <para>[randy] - Updated to libusb-0.1.12.</para>
1102 </listitem>
1103 <listitem>
1104 <para>[randy] - Updated to G-Wrap-1.9.6.</para>
1105 </listitem>
1106 <listitem>
1107 <para>[randy] - Updated to SLIB-3a3.</para>
1108 </listitem>
1109 <listitem>
1110 <para>[randy] - Updated to Guile-1.8.0.</para>
1111 </listitem>
1112 <listitem>
1113 <para>[randy] - Updated to Ruby-1.8.4.</para>
1114 </listitem>
1115 <listitem>
1116 <para>[randy] - Updated the HTTP download link in the PPP
1117 instructions.</para>
1118 </listitem>
1119 <listitem>
1120 <para>[randy] - Commented out the link to the 'non-root dial-out
1121 HOWTO' from the WvDial instructions as it is no longer
1122 available.</para>
1123 </listitem>
1124 <listitem>
1125 <para>[randy] - Updated to Samba-3.0.22.</para>
1126 </listitem>
1127 </itemizedlist>
1128 </listitem>
1129
1130 <listitem>
1131 <para>March 31st, 2006</para>
1132 <itemizedlist>
1133 <listitem>
1134 <para>[randy] - Changed the name of the Nail package to its new name
1135 of 'Heirloom mailx' and updated to the 12.0 version.</para>
1136 </listitem>
1137 <listitem>
1138 <para>[randy] - Updated to Sendmail-8.13.6.</para>
1139 </listitem>
1140 <listitem>
1141 <para>[randy] - Updated to Linux-PAM-0.99.3.0.</para>
1142 </listitem>
1143 <listitem>
1144 <para>[randy] - Updated to Shadow-4.0.15 (now current with the
1145 LFS version).</para>
1146 </listitem>
1147 <listitem>
1148 <para>[randy] - Updated to PHP-5.1.2.</para>
1149 </listitem>
1150 <listitem>
1151 <para>[randy] - Updated to cURL-7.15.3.</para>
1152 </listitem>
1153 <listitem>
1154 <para>[randy] - Updated to Stunnel-4.15.</para>
1155 </listitem>
1156 </itemizedlist>
1157 </listitem>
1158
1159 <listitem>
1160 <para>March 30th, 2006</para>
1161 <itemizedlist>
1162 <listitem>
1163 <para>[randy] - Updated to Libidn-0.6.3.</para>
1164 </listitem>
1165 <listitem>
1166 <para>[randy] - Updated to GTK-Doc-1.5.</para>
1167 </listitem>
1168 <listitem>
1169 <para>[randy] - Added XML::Parser as a required dependency and
1170 intltool as an optional dependency of ScrollKeeper.</para>
1171 </listitem>
1172 <listitem>
1173 <para>[randy] - Added LWP as an optional dependency of
1174 XML::Parser.</para>
1175 </listitem>
1176 </itemizedlist>
1177 </listitem>
1178
1179 <listitem>
1180 <para>March 29th, 2006</para>
1181 <itemizedlist>
1182 <listitem>
1183 <para>[randy] - Updated to OpenLDAP-2.3.20 (stable-20060227).</para>
1184 </listitem>
1185 <listitem>
1186 <para>[dnicholson] - Fixed typo and added font size setting to Xterm
1187 configuration.</para>
1188 </listitem>
1189 <listitem>
1190 <para>[dnicholson] - Updated to OpenSSH-4.3p2</para>
1191 </listitem>
1192 <listitem>
1193 <para>[randy] - Updated to PostgreSQL-8.1.3.</para>
1194 </listitem>
1195 </itemizedlist>
1196 </listitem>
1197
1198 <listitem>
1199 <para>March 28th, 2006</para>
1200 <itemizedlist>
1201 <listitem>
1202 <para>[randy] - Updated to Heimdal-0.7.2.</para>
1203 </listitem>
1204 <listitem>
1205 <para>[dnicholson] - Changed --with-luit to --enable-luit in Xterm.
1206 Added information about configuring in Xterm.</para>
1207 </listitem>
1208 <listitem>
1209 <para>[dnicholson] - Added --without-add-fonts back into Fontconfig
1210 with a different note describing its use. Added more information
1211 about configuring Fontconfig and a link to the user's manual.</para>
1212 </listitem>
1213 <listitem>
1214 <para>[dnicholson] - Reworked the fonts section of X Window System
1215 Components. Added detailed description of both font services and
1216 more links to available fonts. Thanks to Alexander Patrakov, Andrew
1217 Benton, Bruce Dubbs and Ken Moffat for their contributions.</para>
1218 </listitem>
1219 <listitem>
1220 <para>[dnicholson] - Added commands to make only TrueType fonts
1221 available to Fontconfig in Xorg-6.9.0, Xorg-7.0.0 and XFree86-4.5.0.
1222 Fixed name of luit patch in Xorg-6.9.0.</para>
1223 </listitem>
1224 <listitem>
1225 <para>[randy] - Updated to Firefox-1.5.0.1.</para>
1226 </listitem>
1227 <listitem>
1228 <para>[dj] - Fixed xorg-server download link.</para>
1229 </listitem>
1230 <listitem>
1231 <para>[dj] - Removed unneeded -lglut from Mesa Demos linker
1232 flags.</para>
1233 </listitem>
1234 </itemizedlist>
1235 </listitem>
1236
1237 <listitem>
1238 <para>March 27th, 2006</para>
1239 <itemizedlist>
1240 <listitem>
1241 <para>[randy] - Updated to Gtk+-2.8.16.</para>
1242 </listitem>
1243 <listitem>
1244 <para>[randy] - Updated to Pango-1.12.0.</para>
1245 </listitem>
1246 <listitem>
1247 <para>[randy] - Updated to ATK-1.11.3.</para>
1248 </listitem>
1249 <listitem>
1250 <para>[randy] - Updated to GLib-2.10.1.</para>
1251 </listitem>
1252 <listitem>
1253 <para>[randy] - Updated to cairo-1.0.4.</para>
1254 </listitem>
1255 </itemizedlist>
1256 </listitem>
1257
1258 <listitem>
1259 <para>March 26th, 2006</para>
1260 <itemizedlist>
1261 <listitem>
1262 <para>[dnicholson] - Changed note for Bc test suite. Removed one
1263 unnecessary test. Thanks to Bruce Dubbs.</para>
1264 </listitem>
1265 <listitem>
1266 <para>[dnicholson] - Updated to LibTIFF-3.8.2. Noted optional
1267 dependency of MesaLib for the GLUT library.</para>
1268 </listitem>
1269 <listitem>
1270 <para>[randy] - Updated to Whois-4.7.12.</para>
1271 </listitem>
1272 <listitem>
1273 <para>[randy] - Applied a patch sent in by Chris Staub to suppress
1274 some unneeded screen output by the update-pciids command.</para>
1275 </listitem>
1276 <listitem>
1277 <para>[randy] - Updated to Tcl-8.4.12 and Tk-8.4.12.</para>
1278 </listitem>
1279 </itemizedlist>
1280 </listitem>
1281
1282 <listitem>
1283 <para>March 25th, 2006</para>
1284 <itemizedlist>
1285 <listitem>
1286 <para>[dj] - Updated individual X.org packages (wget files
1287 updated) and corrected two instructions where $XORG_CONFIG should
1288 be used.</para>
1289 </listitem>
1290 <listitem>
1291 <para>[dnicholson] - Removed patches in Bc and replaced with
1292 equivalent seds. Fixed segmentation faults with bc -l. Fixes
1293 #1846. Added commands for test suite. Removed libedit
1294 dependency as it conflicts with Readline and causes problems.</para>
1295 </listitem>
1296 </itemizedlist>
1297 </listitem>
1298
1299 <listitem>
1300 <para>March 24th, 2006</para>
1301 <itemizedlist>
1302 <listitem>
1303 <para>[randy] - Updated to Expat-2.0.0.</para>
1304 </listitem>
1305 <listitem>
1306 <para>[randy] - Updated to S-Lang-2.0.6.</para>
1307 </listitem>
1308 <listitem>
1309 <para>[randy] - Updated to PCRE-6.6.</para>
1310 </listitem>
1311 <listitem>
1312 <para>[andy] - Updated Fluxbox to 0.9.15</para>
1313 </listitem>
1314 </itemizedlist>
1315 </listitem>
1316
1317 <listitem>
1318 <para>March 23rd, 2006</para>
1319 <itemizedlist>
1320 <listitem>
1321 <para>[randy] - Added a note to the CrackLib instructions advising
1322 to reinstall Shadow if you need strong password support without
1323 installing Linux-PAM.</para>
1324 </listitem>
1325 <listitem>
1326 <para>[randy] - Modified the Shadow instructions to reflect that
1327 it needs to be reinstalled (and provided the modified commands) if
1328 CrackLib is installed without Linux-PAM.</para>
1329 </listitem>
1330 <listitem>
1331 <para>[randy] - Updated to CrackLib-2.8.9.</para>
1332 </listitem>
1333 </itemizedlist>
1334 </listitem>
1335
1336 <listitem>
1337 <para>March 22nd, 2006</para>
1338 <itemizedlist>
1339 <listitem>
1340 <para>[archaic] - Updated the Coreutils entity in the Net-Tools
1341 page.</para>
1342 </listitem>
1343 </itemizedlist>
1344 </listitem>
1345
1346 <listitem>
1347 <para>March 21st, 2006</para>
1348 <itemizedlist>
1349 <listitem>
1350 <para>[randy] - Updated Perl version entity to 5.8.8 to match
1351 current LFS SVN.</para>
1352 </listitem>
1353 </itemizedlist>
1354 </listitem>
1355
1356 <listitem>
1357 <para>March 19th, 2006</para>
1358 <itemizedlist>
1359 <listitem>
1360 <para>[randy] - Changed the Expect dependency in the DejaGnu
1361 instructions to a run-time-only dependency.</para>
1362 </listitem>
1363 </itemizedlist>
1364 </listitem>
1365
1366 <listitem>
1367 <para>March 18th, 2006</para>
1368 <itemizedlist>
1369 <listitem>
1370 <para>[dnicholson] - Updated compressdoc script to use Man-DB.</para>
1371 </listitem>
1372 </itemizedlist>
1373 </listitem>
1374
1375 <listitem>
1376 <para>March 16th, 2006</para>
1377 <itemizedlist>
1378 <listitem>
1379 <para>[randy] - Added new package K3b.</para>
1380 </listitem>
1381 <listitem>
1382 <para>[randy] - Created two XInclude files to replace instances of
1383 identical text in several KDE packages.</para>
1384 </listitem>
1385 </itemizedlist>
1386 </listitem>
1387
1388 <listitem>
1389 <para>March 15th, 2006</para>
1390 <itemizedlist>
1391 <listitem>
1392 <para>[dnicholson] - Added sed to libexif commands to fix
1393 Ticket #1785.</para>
1394 </listitem>
1395 <listitem>
1396 <para>[dj] - Added --mandir switch to dhcpcd instructions.</para>
1397 </listitem>
1398 </itemizedlist>
1399 </listitem>
1400
1401 <listitem>
1402 <para>March 14th, 2006</para>
1403 <itemizedlist>
1404 <listitem>
1405 <para>[bdubbs] - Clarified jdk download instructions and made
1406 minor updates to the install of the binary version.</para>
1407 </listitem>
1408 </itemizedlist>
1409 </listitem>
1410
1411 <listitem>
1412 <para>March 13th, 2006</para>
1413 <itemizedlist>
1414 <listitem>
1415 <para>[dj] - Removed font path comments and defines from Xorg and
1416 XFree86 host.def files.</para>
1417 </listitem>
1418 <listitem>
1419 <para>[dj] - Fixed typos, clarified library installation, added
1420 pkg-config note, and added return notes for data packages and luit
1421 to Xorg-7 instructions.</para>
1422 </listitem>
1423 </itemizedlist>
1424 </listitem>
1425
1426 <listitem>
1427 <para>March 9th, 2006</para>
1428 <itemizedlist>
1429 <listitem>
1430 <para>[bdubbs] - Updated to gnupg-1.4.2.2 to fix security
1431 problem.</para>
1432 </listitem>
1433 </itemizedlist>
1434 </listitem>
1435
1436 <listitem>
1437 <para>March 7th, 2006</para>
1438 <itemizedlist>
1439 <listitem>
1440 <para>[dj] - Updated to dhcpcd-2.0.2.</para>
1441 </listitem>
1442 </itemizedlist>
1443 </listitem>
1444
1445 <listitem>
1446 <para>March 6th, 2006</para>
1447 <itemizedlist>
1448 <listitem>
1449 <para>[dnicholson] - Moved libgtkhtml to General Libraries
1450 since it is not a GNOME library. Change prefix to /usr.</para>
1451 </listitem>
1452 <listitem>
1453 <para>[dj] - Removed /usr/share/fonts symlink in Xorg-7
1454 instructions.</para>
1455 </listitem>
1456 </itemizedlist>
1457 </listitem>
1458
1459 <listitem>
1460 <para>March 5th, 2006</para>
1461 <itemizedlist>
1462 <listitem>
1463 <para>[dj] - Updated to xorg-6.9.0</para>
1464 </listitem>
1465 </itemizedlist>
1466 </listitem>
1467
1468 <listitem>
1469 <para>March 4th, 2006</para>
1470 <itemizedlist>
1471 <listitem>
1472 <para>[dj] - Updated JDK to account for Xorg-7.0.0.</para>
1473 </listitem>
1474 </itemizedlist>
1475 </listitem>
1476
1477 <listitem>
1478 <para>March 3rd, 2006</para>
1479 <itemizedlist>
1480 <listitem>
1481 <para>[dj] - Updated Xorg-7 and Mesa to use alternate module
1482 path.</para>
1483 </listitem>
1484 <listitem>
1485 <para>[dj] - Separated user and root commands in Xorg-7.0.0.</para>
1486 </listitem>
1487 </itemizedlist>
1488 </listitem>
1489
1490 <listitem>
1491 <para>March 2nd, 2006</para>
1492 <itemizedlist>
1493 <listitem>
1494 <para>[dnicholson] - Updated to Mutt-1.5.11. Added note about use
1495 of development release.</para>
1496 </listitem>
1497 <listitem>
1498 <para>[dj] - Added command explanations and corrected prefix for
1499 xterm, libdrm, and Mesa.</para>
1500 </listitem>
1501 <listitem>
1502 <para>[dj] - Added Xorg-7.0 and corrected links in xterm and Mesa
1503 pages.</para>
1504 </listitem>
1505 <listitem>
1506 <para>[dj] - Added Xorg-7 to all X dependency references.</para>
1507 </listitem>
1508 </itemizedlist>
1509 </listitem>
1510
1511 <listitem>
1512 <para>March 1st, 2006</para>
1513 <itemizedlist>
1514 <listitem>
1515 <para>[dnicholson] - Update to XFS-2.7.11. Expanded library
1516 installation commands.</para>
1517 </listitem>
1518 <listitem>
1519 <para>[randy] - Final cleanup to the GNOME add-on packages after the
1520 2.12.2 update.</para>
1521 </listitem>
1522 </itemizedlist>
1523 </listitem>
1524
1525 <listitem>
1526 <para>February 27th, 2006</para>
1527 <itemizedlist>
1528 <listitem>
1529 <para>[randy] - Added a patch to fix librsvg if NSS/NSPR is
1530 installed.</para>
1531 </listitem>
1532 <listitem>
1533 <para>[dnicholson] - Added note that tinker-term.sh is irrelevant
1534 with Ncurses-5.5+ and shouldn't be installed in that situation.</para>
1535 </listitem>
1536 <listitem>
1537 <para>[bdubbs] - Added seamonkey-1.0 and deleted mozilla.</para>
1538 </listitem>
1539 </itemizedlist>
1540 </listitem>
1541
1542 <listitem>
1543 <para>February 25th, 2006</para>
1544 <itemizedlist>
1545 <listitem>
1546 <para>[dj] - Added libdrm, Mesa, and xterm packages.</para>
1547 </listitem>
1548 </itemizedlist>
1549 </listitem>
1550
1551 <listitem>
1552 <para>February 23rd, 2006</para>
1553 <itemizedlist>
1554 <listitem>
1555 <para>[bdubbs] - Removed duplicate installation of lndir
1556 in xorg and xfree86.</para>
1557 </listitem>
1558 </itemizedlist>
1559 </listitem>
1560
1561 <listitem>
1562 <para>February 21st, 2006</para>
1563 <itemizedlist>
1564 <listitem>
1565 <para>[bdubbs] - Simplified unzip instructions.</para>
1566 </listitem>
1567 </itemizedlist>
1568 </listitem>
1569
1570 <listitem>
1571 <para>February 13th, 2006</para>
1572 <itemizedlist>
1573 <listitem>
1574 <para>[randy] - Updated to Gnome System Monitor-2.12.2.</para>
1575 </listitem>
1576 </itemizedlist>
1577 </listitem>
1578
1579 <listitem>
1580 <para>February 12th, 2006</para>
1581 <itemizedlist>
1582 <listitem>
1583 <para>[randy] - Updated to GConf Editor-2.12.1.</para>
1584 </listitem>
1585 <listitem>
1586 <para>[archaic] - Updated to Postfix-2.2.8.</para>
1587 </listitem>
1588 <listitem>
1589 <para>[randy] - Text updates and corrections provided by a patch
1590 sent in by Chris Staub.</para>
1591 </listitem>
1592 <listitem>
1593 <para>[randy] - Replaced the commands to modify the *ns*.pc pkgconfig
1594 files with commands to create symlinks to the actual NSS/NSPR .pc
1595 files in the Firefox, Mozilla and Thunderbird instructions as
1596 suggested by Dan Nicholson.</para>
1597 </listitem>
1598 <listitem>
1599 <para>[randy] - Abbreviated the commands used to install the NSS
1600 libraries in the NSS instructions as suggested by Tushar
1601 Teredesai.</para>
1602 </listitem>
1603 <listitem>
1604 <para>[randy] - Updated to Galeon-2.0.0.</para>
1605 </listitem>
1606 </itemizedlist>
1607 </listitem>
1608
1609 <listitem>
1610 <para>February 10th, 2006</para>
1611 <itemizedlist>
1612 <listitem>
1613 <para>[randy] - Added new package dvd+rw-tools-6.1.</para>
1614 </listitem>
1615 </itemizedlist>
1616 </listitem>
1617
1618 <listitem>
1619 <para>February 9th, 2006</para>
1620 <itemizedlist>
1621 <listitem>
1622 <para>[randy] - Updated to Transcode-1.0.2.</para>
1623 </listitem>
1624 <listitem>
1625 <para>[randy] - Minor corrections and updates to the Avifile
1626 instructions.</para>
1627 </listitem>
1628 </itemizedlist>
1629 </listitem>
1630
1631 <listitem>
1632 <para>February 8th, 2006</para>
1633 <itemizedlist>
1634 <listitem>
1635 <para>[randy] - Updated to Totem-1.2.1.</para>
1636 </listitem>
1637 <listitem>
1638 <para>[randy] - Updated to Gnumeric-1.6.2.</para>
1639 </listitem>
1640 </itemizedlist>
1641 </listitem>
1642
1643 <listitem>
1644 <para>February 7th, 2006</para>
1645 <itemizedlist>
1646 <listitem>
1647 <para>[randy] - Updated to GOffice-0.2.0.</para>
1648 </listitem>
1649 <listitem>
1650 <para>[randy] - Updated to Evolution-2.4.2.1.</para>
1651 </listitem>
1652 </itemizedlist>
1653 </listitem>
1654
1655 <listitem>
1656 <para>February 6th, 2006</para>
1657 <itemizedlist>
1658 <listitem>
1659 <para>[randy] - Updated to GtkHTML-3.8.2.</para>
1660 </listitem>
1661 <listitem>
1662 <para>[randy] - Updated Gnopernicus to fit the GNOME-2.12.2 version
1663 changes.</para>
1664 </listitem>
1665 </itemizedlist>
1666 </listitem>
1667
1668 <listitem>
1669 <para>February 5th, 2006</para>
1670 <itemizedlist>
1671 <listitem>
1672 <para>[randy] - Updated to GNOME Magnifier-0.12.3.</para>
1673 </listitem>
1674 <listitem>
1675 <para>[randy] - Updated to libgail-gnome-1.1.3.</para>
1676 </listitem>
1677 <listitem>
1678 <para>[randy] - Modified the instructions for linking to installed
1679 plugins and removed the commands to create /usr/lib/mozilla
1680 compatibility links from the Mozilla instructions.</para>
1681 </listitem>
1682 <listitem>
1683 <para>[randy] - Updated the following GNOME Add-on package
1684 instructions to fit the 2.12.2 version changes: GDM, Java Access
1685 Bridge, GNOME Speech.</para>
1686 </listitem>
1687 </itemizedlist>
1688 </listitem>
1689
1690 <listitem>
1691 <para>February 4th, 2006</para>
1692 <itemizedlist>
1693 <listitem>
1694 <para>[randy] - Updated the following GNOME Add-on package
1695 instructions to fit the 2.12.2 version changes: Epiphany,
1696 gnome-volume-manager, GNOME Games, Sound Juicer.</para>
1697 </listitem>
1698 </itemizedlist>
1699 </listitem>
1700
1701 <listitem>
1702 <para>February 3rd, 2006</para>
1703 <itemizedlist>
1704 <listitem>
1705 <para>[randy] - Updated the following GNOME Add-on package
1706 instructions to fit the 2.12.2 version changes: libgnomecups,
1707 libgnomeprint, libgnomeprintui, libgtkhtml, Evolution Data Server,
1708 system-tools-backends, EOG, gucharmap, File Roller, Gnome Utilities,
1709 Nautilus CD Burner.</para>
1710 </listitem>
1711 <listitem>
1712 <para>[randy] - Updated the GNOME Core packages to the 2.12.2
1713 version. Modified the /opt installation path to /opt/gnome-2.12.2,
1714 the configuration directory to /etc/gnome/2.12.2 and the libexecdir
1715 settings to a subdirectory of $GNOME_PREFIX/lib. The GNOME add-on
1716 packages version entities also now reflect the 2.12.2 version, though
1717 the actual package instructions have not been updated.</para>
1718 </listitem>
1719 <listitem>
1720 <para>[randy] - Added a new page in the GNOME Core section for the
1721 shared-mime-info package as it is not a direct dependency of any
1722 GNOME Core package any longer.</para>
1723 </listitem>
1724 <listitem>
1725 <para>[randy] - Updated Evolution Data Server dependencies to reflect
1726 the NSS package and modified the libexecdir setting.</para>
1727 </listitem>
1728 <listitem>
1729 <para>[randy] - Updated to Metacity-2.12.2.</para>
1730 </listitem>
1731 <listitem>
1732 <para>[randy] - Updated to libwnck-2.12.2.</para>
1733 </listitem>
1734 <listitem>
1735 <para>[randy] - Updated to libsoup-2.2.7.</para>
1736 </listitem>
1737 </itemizedlist>
1738 </listitem>
1739
1740 <listitem>
1741 <para>February 2nd, 2006</para>
1742 <itemizedlist>
1743 <listitem>
1744 <para>[randy] - Updated to XScreenSaver-4.23.</para>
1745 </listitem>
1746 </itemizedlist>
1747 </listitem>
1748
1749 <listitem>
1750 <para>February 1st, 2006</para>
1751 <itemizedlist>
1752 <listitem>
1753 <para>[randy] - Updated to LZO-2.02.</para>
1754 </listitem>
1755 <listitem>
1756 <para>[randy] - Updated to Cdrdao-1.2.1.</para>
1757 </listitem>
1758 <listitem>
1759 <para>[bdubbs] - Updated vim to version 6.4.</para>
1760 </listitem>
1761 </itemizedlist>
1762 </listitem>
1763
1764 <listitem>
1765 <para>January 31st, 2006</para>
1766 <itemizedlist>
1767 <listitem>
1768 <para>[randy] - Removed the piping of 'yes' commands from the
1769 installation of the packages containing Sun license agreements
1770 (JDK binary, FOP and FreeTTS) and instead provided a note to
1771 reference the text about automating builds.</para>
1772 </listitem>
1773 </itemizedlist>
1774 </listitem>
1775
1776 <listitem>
1777 <para>January 30th, 2006</para>
1778 <itemizedlist>
1779 <listitem>
1780 <para>[randy] - Renamed the 'unpacking' page in Chapter 2 to
1781 'building-notes' as this more accurately reflects the page and added
1782 a new section 'Automated Building Procedures' to the
1783 'building-notes' page.</para>
1784 </listitem>
1785 </itemizedlist>
1786 </listitem>
1787
1788 <listitem>
1789 <para>January 29th, 2006</para>
1790 <itemizedlist>
1791 <listitem>
1792 <para>[randy] - Added instructions to build the Akode package, added
1793 a patch to fix a build issue with libtunepimp, and adjusted the
1794 dependencies in the Kdemultimedia instructions.</para>
1795 </listitem>
1796 <listitem>
1797 <para>[randy] - Updated all the links to files located on the Anduin
1798 server to use entities.</para>
1799 </listitem>
1800 <listitem>
1801 <para>[andy] - Updated glib2 to 2.8.6.</para>
1802 </listitem>
1803 </itemizedlist>
1804 </listitem>
1805
1806 <listitem>
1807 <para>January 28th, 2006</para>
1808 <itemizedlist>
1809 <listitem>
1810 <para>[randy] - Updated numerous items in the GStreamer Plug-ins
1811 instructions.</para>
1812 </listitem>
1813 <listitem>
1814 <para>[andy] - Updated GConf to 2.12.1</para>
1815 </listitem>
1816 <listitem>
1817 <para>[andy] - Updated gtk+2 to 2.8.11</para>
1818 </listitem>
1819 </itemizedlist>
1820 </listitem>
1821
1822 <listitem>
1823 <para>January 27th, 2006</para>
1824 <itemizedlist>
1825 <listitem>
1826 <para>[bdubbs] - Added section on the BLFS Wiki.</para>
1827 </listitem>
1828 <listitem>
1829 <para>[bdubbs] - Removed section on package management because it
1830 has been incorporated into LFS.</para>
1831 </listitem>
1832 <listitem>
1833 <para>[randy] - Modified the instruction to apply the patch in the
1834 kdegraphics instructions as the patch has changed, thanks to Miguel
1835 Bazdresch for the report.</para>
1836 </listitem>
1837 <listitem>
1838 <para>[randy] - Added a note to the GStreamer instructions about
1839 Valgrind breaking the build.</para>
1840 </listitem>
1841 <listitem>
1842 <para>[andy] - Updated libxklavier to 2.1.</para>
1843 </listitem>
1844 </itemizedlist>
1845 </listitem>
1846
1847 <listitem>
1848 <para>January 25th, 2006</para>
1849 <itemizedlist>
1850 <listitem>
1851 <para>[randy] - Added Python to the ISO Codes dependencies. Thanks
1852 to Jay McHugh for sending in the report.</para>
1853 </listitem>
1854 <listitem>
1855 <para>[randy] - Updated to Mozilla-1.7.12, changed the build
1856 method to use 'client.mk' and '.mozconfig', added instructions
1857 to use system-installed NSS/NSPR libraries and added additional
1858 configuration information.</para>
1859 </listitem>
1860 <listitem>
1861 <para>[randy] - Changed the default to render SVG graphics in the
1862 Firefox instructions.</para>
1863 </listitem>
1864 </itemizedlist>
1865 </listitem>
1866
1867 <listitem>
1868 <para>January 23rd, 2006</para>
1869 <itemizedlist>
1870 <listitem>
1871 <para>[randy] - Updated to Thunderbird-1.5, changed the build
1872 method to use 'client.mk' and '.mozconfig', added instructions
1873 to use system-installed NSS/NSPR libraries and added additional
1874 configuration information.</para>
1875 </listitem>
1876 <listitem>
1877 <para>[randy] - Added information about using system-installed
1878 versions of the NSS/NSPR libraries and added additional configuration
1879 information to the Firefox instructions.</para>
1880 </listitem>
1881 <listitem>
1882 <para>[randy] - Added new package Network Security Services,
1883 NSS-3.11.</para>
1884 </listitem>
1885 </itemizedlist>
1886 </listitem>
1887
1888 <listitem>
1889 <para>January 22nd, 2006</para>
1890 <itemizedlist>
1891 <listitem>
1892 <para>[randy] - Adjusted some dependencies using a patch sent in
1893 by Chris Staub.</para>
1894 </listitem>
1895 </itemizedlist>
1896 </listitem>
1897
1898 <listitem>
1899 <para>January 21st, 2006</para>
1900 <itemizedlist>
1901 <listitem>
1902 <para>[bdubbs] - Added the post-3.4.3-kdelibs-kjs.diff security
1903 vulnerability patch to the kdelibs instructions.</para>
1904 </listitem>
1905 </itemizedlist>
1906 </listitem>
1907
1908 <listitem>
1909 <para>January 18th, 2006</para>
1910 <itemizedlist>
1911 <listitem>
1912 <para>[randy] - Modified the sed command in the Firefox instructions
1913 so that it can be run multiple times, also modified the instructions
1914 for creating symlinks to the system-wide mozilla plugin
1915 directory.</para>
1916 </listitem>
1917 <listitem>
1918 <para>[randy] - Added a dependency and updated text to the Xine
1919 Libraries instructions.</para>
1920 </listitem>
1921 <listitem>
1922 <para>[randy] - Updated to ImageMagick-6.2.5-5.</para>
1923 </listitem>
1924 </itemizedlist>
1925 </listitem>
1926
1927 <listitem>
1928 <para>January 17th, 2006</para>
1929 <itemizedlist>
1930 <listitem>
1931 <para>[tushar] - Modify unzip compilation to enable unzip to
1932 unzip files up to 4 GB.</para>
1933 </listitem>
1934 <listitem>
1935 <para>[bdubbs] - Added patch for sudo to clear selected environment variables.
1936 Submitted by archaic.</para>
1937 </listitem>
1938 <listitem>
1939 <para>[randy] - Updated to the HTML::TableExtract-2.06 Perl Module
1940 and added new modules HTML::Element::Extended and HTML::Tree as
1941 dependencies; also more reorganization and singling out of the
1942 Perl Modules.</para>
1943 </listitem>
1944 <listitem>
1945 <para>[tushar] - Change lynx installation target to install-full.</para>
1946 </listitem>
1947 <listitem>
1948 <para>[tushar] - Removed obsolete note for zipcloack.</para>
1949 </listitem>
1950 <listitem>
1951 <para>[randy] - Added three new Perl Modules as dependencies of the
1952 Digest::SHA module: Devel::Symdump, Pod::Coverage and
1953 Test::Pod::Coverage.</para>
1954 </listitem>
1955 </itemizedlist>
1956 </listitem>
1957
1958 <listitem>
1959 <para>January 16th, 2006</para>
1960 <itemizedlist>
1961 <listitem>
1962 <para>[randy] - Updated to the Digest::SHA-5.32 Perl Module and
1963 numerous text and dependency corrections/additions in the Perl
1964 Modules instructions.</para>
1965 </listitem>
1966 <listitem>
1967 <para>[randy] - Singled out the Text::Diff module in the Perl
1968 Modules instructions.</para>
1969 </listitem>
1970 <listitem>
1971 <para>[randy] - Updated to the Module::Signature-0.51 Perl Module
1972 and singled it out in the instructions.</para>
1973 </listitem>
1974 <listitem>
1975 <para>[randy] - Added optional dependencies to the Archive::Zip
1976 and HTML::Tagset Perl Modules instructions.</para>
1977 </listitem>
1978 <listitem>
1979 <para>[randy] - Updated to the ExtUtils::CBuilder-0.15 and
1980 ExtUtils::ParseXS-2.15 Perl Modules.</para>
1981 </listitem>
1982 <listitem>
1983 <para>[randy] - Updated to the YAML-0.50 Perl Module and provided a
1984 note in the Module::Build instructions about using an older version
1985 of YAML.</para>
1986 </listitem>
1987 <listitem>
1988 <para>[randy] - Updated to the Module::Info-0.30 Perl Module and
1989 added new optional dependencies.</para>
1990 </listitem>
1991 </itemizedlist>
1992 </listitem>
1993
1994 <listitem>
1995 <para>January 15th, 2006</para>
1996 <itemizedlist>
1997 <listitem>
1998 <para>[randy] - Replaced the Test::Builder::Tester Perl Module with
1999 the Test::Simple-0.62 module.</para>
2000 </listitem>
2001 <listitem>
2002 <para>[randy] - Updated to the Test::Pod-1.22 Perl Module.</para>
2003 </listitem>
2004 <listitem>
2005 <para>[randy] - Updated to the HTML::Tagset-3.10, HTML::Parser-3.48
2006 and Pod::Simple-3.03 Perl Modules.</para>
2007 </listitem>
2008 <listitem>
2009 <para>[randy] - Singled out the Compress::Zlib module in the Perl
2010 Modules instructions and updated to the 1.41 version.</para>
2011 </listitem>
2012 </itemizedlist>
2013 </listitem>
2014
2015 <listitem>
2016 <para>January 14th, 2006</para>
2017 <itemizedlist>
2018 <listitem>
2019 <para>[randy] - Added a note to run the test suite and added
2020 documentation installation commands to the GnuPG instructions.</para>
2021 </listitem>
2022 </itemizedlist>
2023 </listitem>
2024
2025 <listitem>
2026 <para>January 12th, 2006</para>
2027 <itemizedlist>
2028 <listitem>
2029 <para>[randy] - Updates to the FFmpeg instructions: added a patch and
2030 dependency URLs to fix the AMR support and added additional
2031 documentation installation commands.</para>
2032 </listitem>
2033 </itemizedlist>
2034 </listitem>
2035
2036 <listitem>
2037 <para>January 11, 2006</para>
2038 <itemizedlist>
2039 <listitem>
2040 <para>[randy] - Updates to MPlayer: added an x264 patch, added new
2041 dependencies, updated the version of the Skins file.</para>
2042 </listitem>
2043 <listitem>
2044 <para>[andy] - Updated to abiword-2.4.2.</para>
2045 </listitem>
2046 </itemizedlist>
2047 </listitem>
2048
2049 <listitem>
2050 <para>January 10th, 2006</para>
2051 <itemizedlist>
2052 <listitem>
2053 <para>[randy] - Fixed broken commands in the XviD instructions.</para>
2054 </listitem>
2055 <listitem>
2056 <para>[randy] - Corrections to the CVS instructions: fixed broken
2057 download URLs and corrected documentation installation
2058 commands.</para>
2059 </listitem>
2060 </itemizedlist>
2061 </listitem>
2062
2063 <listitem>
2064 <para>January 9th, 2006</para>
2065 <itemizedlist>
2066 <listitem>
2067 <para>[randy] - Updated the MPlayer instructions with the new URL for
2068 the LIVE555 Streaming Media web site.</para>
2069 </listitem>
2070 </itemizedlist>
2071 </listitem>
2072
2073 <listitem>
2074 <para>January 8th, 2006</para>
2075 <itemizedlist>
2076 <listitem>
2077 <para>[randy] - Updated to Ethereal-0.10.14.</para>
2078 </listitem>
2079 <listitem>
2080 <para>[randy] - Updated to libmusicbrainz-2.1.2.</para>
2081 </listitem>
2082 <listitem>
2083 <para>[randy] - Minor updates to the Kdegraphics instructions:
2084 added new dependencies, added a note about creating the API
2085 documentation, added a note about the OCR support, updated the
2086 installed programs, libraries and directories list.</para>
2087 </listitem>
2088 </itemizedlist>
2089 </listitem>
2090
2091 <listitem>
2092 <para>January 7th, 2006</para>
2093 <itemizedlist>
2094 <listitem>
2095 <para>[randy] - Removed the Berkeley DB dependency from packages
2096 utilizing it as BDB is now built in LFS.</para>
2097 </listitem>
2098 <listitem>
2099 <para>[randy] - Updated to Berkeley DB-4.4.16, added a patch to the
2100 Python instructions to support the new BDB, updated the Heimdal
2101 instructions to account for the changed library file names.</para>
2102 </listitem>
2103 <listitem>
2104 <para>[randy] - Updated to GIMP-2.2.10.</para>
2105 </listitem>
2106 <listitem>
2107 <para>[andy] - Updated to xvidcore-1.1.0.</para>
2108 </listitem>
2109 </itemizedlist>
2110 </listitem>
2111
2112 <listitem>
2113 <para>January 6th, 2006</para>
2114 <itemizedlist>
2115 <listitem>
2116 <para>[randy] - Updated SANE back ends to 1.0.17 and front ends to
2117 1.0.14.</para>
2118 </listitem>
2119 <listitem>
2120 <para>[randy] - Modified the command to run the libcroco test
2121 suite.</para>
2122 </listitem>
2123 </itemizedlist>
2124 </listitem>
2125
2126 <listitem>
2127 <para>January 5th, 2006</para>
2128 <itemizedlist>
2129 <listitem>
2130 <para>[randy] - Updated to Poppler-0.4.3.</para>
2131 </listitem>
2132 <listitem>
2133 <para>[randy] - Updated to giflib-4.1.4.</para>
2134 </listitem>
2135 <listitem>
2136 <para>[randy] - Updated to libexif-0.6.13.</para>
2137 </listitem>
2138 <listitem>
2139 <para>[randy] - Added the CAN-2005-3193 security vulnerability patch
2140 to the kdegraphics instructions.</para>
2141 </listitem>
2142 </itemizedlist>
2143 </listitem>
2144
2145 <listitem>
2146 <para>January 4th, 2006</para>
2147 <itemizedlist>
2148 <listitem>
2149 <para>[randy] - Minor additions to the kdebase instructions: added
2150 optional dependencies, added a configuration section which includes
2151 information about run-time packages, and added installed programs,
2152 libraries and directories.</para>
2153 </listitem>
2154 <listitem>
2155 <para>[igor] - Updated to Xpdf-3.01pl1.</para>
2156 </listitem>
2157 </itemizedlist>
2158 </listitem>
2159
2160 <listitem>
2161 <para>January 2nd, 2006</para>
2162 <itemizedlist>
2163 <listitem>
2164 <para>[randy] - Added significant updates to the HAL instructions:
2165 updated the dependencies, modified the command that changes the
2166 storage device policy, added text and a visual chart to explain
2167 the requirements of the hal-device-manager program, added commands
2168 to allow for locale specific needs in the storage device policy,
2169 and some general text cleanup.</para>
2170 </listitem>
2171 <listitem>
2172 <para>[randy] - Updated the D-BUS instructions to include text that
2173 identifies the needs of the HAL package.</para>
2174 </listitem>
2175 </itemizedlist>
2176 </listitem>
2177
2178 <listitem>
2179 <para>December 31st, 2005</para>
2180 <itemizedlist>
2181 <listitem>
2182 <para>[randy] - Added a sed command to the D-Bus instructions to
2183 change a 'jar' command to 'fastjar' due to the changes in
2184 GCC-4.0.x.</para>
2185 </listitem>
2186 </itemizedlist>
2187 </listitem>
2188
2189 <listitem>
2190 <para>December 30th, 2005</para>
2191 <itemizedlist>
2192 <listitem>
2193 <para>[randy] - Added some optional dependencies to the Kdelibs
2194 instructions.</para>
2195 </listitem>
2196 <listitem>
2197 <para>[randy] - Added new package Libidn-0.6.0.</para>
2198 </listitem>
2199 <listitem>
2200 <para>[andy] - Added new package Gaim-1.5.0.</para>
2201 </listitem>
2202 </itemizedlist>
2203 </listitem>
2204
2205 <listitem>
2206 <para>December 29th, 2005</para>
2207 <itemizedlist>
2208 <listitem>
2209 <para>[randy] - Removed libogg and added NAS to the optional
2210 dependencies of aRts.</para>
2211 </listitem>
2212 <listitem>
2213 <para>[randy] - Added a caution note to the MC instructions
2214 about the UTF-8 related issues.</para>
2215 </listitem>
2216 <listitem>
2217 <para>[randy] - Added a caution note to the UnZip instructions
2218 about the locale related issues.</para>
2219 </listitem>
2220 <listitem>
2221 <para>[randy] - Added new section 'Locale Related Issues' to Chapter
2222 2, 'Important Information', thanks to Alexander Patrakov for
2223 contributing the text for this page. The page is very incomplete and
2224 many more packages with locale related issues will be added.</para>
2225 </listitem>
2226 </itemizedlist>
2227 </listitem>
2228
2229 <listitem>
2230 <para>December 28th, 2005</para>
2231 <itemizedlist>
2232 <listitem>
2233 <para>[randy] - Added new package GOffice-0.1.2.</para>
2234 </listitem>
2235 </itemizedlist>
2236 </listitem>
2237
2238 <listitem>
2239 <para>December 27th, 2005</para>
2240 <itemizedlist>
2241 <listitem>
2242 <para>[randy] - Updated to libgsf-1.13.3.</para>
2243 </listitem>
2244 <listitem>
2245 <para>[randy] - Removed the unneeded 'make' command from the
2246 hicolor-icon-theme instructions.</para>
2247 </listitem>
2248 <listitem>
2249 <para>[randy] - Minor cleanup to libgnomeprint dependencies and
2250 removed an unneeded switch from the configure command.</para>
2251 </listitem>
2252 <listitem>
2253 <para>[randy] - Minor cleanup to libgnomecups dependencies.</para>
2254 </listitem>
2255 <listitem>
2256 <para>[randy] - Updated to ISO Codes-0.49.</para>
2257 </listitem>
2258 </itemizedlist>
2259 </listitem>
2260
2261 <listitem>
2262 <para>December 26th, 2005</para>
2263 <itemizedlist>
2264 <listitem>
2265 <para>[randy] - Updated to Doxygen-1.4.5.</para>
2266 </listitem>
2267 <listitem>
2268 <para>[randy] - Minor changes to the Qt instructions: fixed HTTP
2269 download URL, added test suite notes, modified the configure command
2270 to include switches for the recommended dependencies and added
2271 appropriate notes about the recommended dependencies.</para>
2272 </listitem>
2273 <listitem>
2274 <para>[randy] - Updated to little cms-1.15.</para>
2275 </listitem>
2276 <listitem>
2277 <para>[randy] - Updated to Sendmail-8.13.5.</para>
2278 </listitem>
2279 <listitem>
2280 <para>[dj] - Added colorls patch to tcsh instructions.</para>
2281 </listitem>
2282 <listitem>
2283 <para>[dj] - Corrected additional recommended and optional
2284 dependencies in OpenOffice instructions.</para>
2285 </listitem>
2286 <listitem>
2287 <para>[andy] - Update xine-lib to 1.1.1.</para>
2288 </listitem>
2289 </itemizedlist>
2290 </listitem>
2291
2292 <listitem>
2293 <para>December 25th, 2005</para>
2294 <itemizedlist>
2295 <listitem>
2296 <para>[randy] - Updated to LibMPEG3-1.6.</para>
2297 </listitem>
2298 </itemizedlist>
2299 </listitem>
2300
2301 <listitem>
2302 <para>December 24th, 2005</para>
2303 <itemizedlist>
2304 <listitem>
2305 <para>[randy] - Fixed a syntax error in the configure scripts and
2306 simplified the existing sed commands in the Tcl and Tk
2307 instructions.</para>
2308 </listitem>
2309 <listitem>
2310 <para>[randy] - Added pkg-config and ALSA Library as required
2311 dependencies of the ALSA Plugins package, thanks to Joe Ciccone for
2312 pointing out the omission.</para>
2313 </listitem>
2314 <listitem>
2315 <para>[randy] - Fixed GTK+-2 documentation installation commands,
2316 thanks to Nico R. for pointing out the breakage.</para>
2317 </listitem>
2318 <listitem>
2319 <para>[randy] - Updated to Firefox-1.5, modified the method used
2320 to build it and added a command to fix an anonymous enum in an
2321 interface header file.</para>
2322 </listitem>
2323 <listitem>
2324 <para>[dj] - Added GTK+-2 to OpenOffice required dependencies and
2325 removed FreeType and OpenLDAP (OpenLDAP is currently broken).</para>
2326 </listitem>
2327 </itemizedlist>
2328 </listitem>
2329
2330 <listitem>
2331 <para>December 23rd, 2005</para>
2332 <itemizedlist>
2333 <listitem>
2334 <para>[andy] - Updated librsvg to 2.12.7.</para>
2335 </listitem>
2336 <listitem>
2337 <para>[andy] - Updated Gnome doc utils to 0.4.4.</para>
2338 </listitem>
2339 </itemizedlist>
2340 </listitem>
2341
2342 <listitem>
2343 <para>December 22nd, 2005</para>
2344 <itemizedlist>
2345 <listitem>
2346 <para>[andy] - Updated XFce to 4.2.3.2.</para>
2347 </listitem>
2348 </itemizedlist>
2349 </listitem>
2350
2351 <listitem>
2352 <para>December 21st, 2005</para>
2353 <itemizedlist>
2354 <listitem>
2355 <para>[archaic] - Removed the obsolete sed in sudo and added a note to
2356 use visudo to edit the sudoers file.</para>
2357 </listitem>
2358 </itemizedlist>
2359 </listitem>
2360
2361 <listitem>
2362 <para>December 20th, 2005</para>
2363 <itemizedlist>
2364 <listitem>
2365 <para>[randy] - Commented out the Python and Perl bindings build
2366 notes from the Subversion instructions as there is a build failure
2367 using current versions of SWIG and (B)LFS packages.</para>
2368 </listitem>
2369 <listitem>
2370 <para>[randy] - Added documentation installation commands to the
2371 Guile instructions.</para>
2372 </listitem>
2373 </itemizedlist>
2374 </listitem>
2375
2376 <listitem>
2377 <para>December 19th, 2005</para>
2378 <itemizedlist>
2379 <listitem>
2380 <para>[randy] - Modified the sed command in the OpenSSH instructions
2381 to better allow for repeated builds.</para>
2382 </listitem>
2383 <listitem>
2384 <para>[bdubbs] - Updated to nmap-3.95.</para>
2385 </listitem>
2386 <listitem>
2387 <para>[bdubbs] - Added sed to Bind to prevent invalid
2388 warnings in the log.</para>
2389 </listitem>
2390 <listitem>
2391 <para>[randy] - Updated to Samba-3.0.20b.</para>
2392 </listitem>
2393 <listitem>
2394 <para>[andy] - Updated to Gnumeric-1.6.1.</para>
2395 </listitem>
2396 </itemizedlist>
2397 </listitem>
2398
2399 <listitem>
2400 <para>December 18th, 2005</para>
2401 <itemizedlist>
2402 <listitem>
2403 <para>[randy] - Updated to ESP Ghostscript-8.15.1.</para>
2404 </listitem>
2405 <listitem>
2406 <para>[bdubbs] - Changed configure instruction in gimp to
2407 use recommended dependencies. Added note that the switches
2408 to configure need to be changed if the recommended
2409 dependencies are not installed.</para>
2410 </listitem>
2411 <listitem>
2412 <para>[bdubbs] - Updated to whois-4.7.10.</para>
2413 </listitem>
2414 <listitem>
2415 <para>[bdubbs] - Updated to KDE-3.5 and kdevelop 3.3.0.</para>
2416 </listitem>
2417 </itemizedlist>
2418 </listitem>
2419
2420 <listitem>
2421 <para>December 17th, 2005</para>
2422 <itemizedlist>
2423 <listitem>
2424 <para>[randy] - Updated to PHP-5.1.1.</para>
2425 </listitem>
2426 </itemizedlist>
2427 </listitem>
2428
2429 <listitem>
2430 <para>December 16th, 2005</para>
2431 <itemizedlist>
2432 <listitem>
2433 <para>[randy] - Updated to Stunnel-4.14.</para>
2434 </listitem>
2435 <listitem>
2436 <para>[randy] - Updated to Ruby-1.8.3.</para>
2437 </listitem>
2438 </itemizedlist>
2439 </listitem>
2440
2441 <listitem>
2442 <para>December 15, 2005</para>
2443 <itemizedlist>
2444 <listitem>
2445 <para>[randy] - Updated to Aspell-0.60.4.</para>
2446 </listitem>
2447 <listitem>
2448 <para>[randy] - Added a sed command to the FOP instructions which
2449 fixes an obsolete tail command in the JAI binary.</para>
2450 </listitem>
2451 <listitem>
2452 <para>[randy] - Updated to Gamin-0.1.7.</para>
2453 </listitem>
2454 <listitem>
2455 <para>[bdubbs] - Removed section on newsserver.</para>
2456 </listitem>
2457 <listitem>
2458 <para>[randy] - Updated to Apache HTTP Server-2.2.0.</para>
2459 </listitem>
2460 </itemizedlist>
2461 </listitem>
2462
2463 <listitem>
2464 <para>December 14th, 2005</para>
2465 <itemizedlist>
2466 <listitem>
2467 <para>[randy] - Updated to OpenLDAP-2.3.11.</para>
2468 </listitem>
2469 <listitem>
2470 <para>[randy] - Updated to PostgreSQL-8.1.1.</para>
2471 </listitem>
2472 </itemizedlist>
2473 </listitem>
2474
2475 <listitem>
2476 <para>December 13th, 2005</para>
2477 <itemizedlist>
2478 <listitem>
2479 <para>[bdubbs] - Update description of LiveCD.</para>
2480 </listitem>
2481 <listitem>
2482 <para>[randy] - Updated to MySQL-5.0.16.</para>
2483 </listitem>
2484 <listitem>
2485 <para>[bdubbs] - Update koffice to version 1.4.2.</para>
2486 </listitem>
2487 <listitem>
2488 <para>[bdubbs] - Removed libungif.</para>
2489 </listitem>
2490 <listitem>
2491 <para>[randy] - Updated to GTK+-2.8.9.</para>
2492 </listitem>
2493 <listitem>
2494 <para>[andy] - Updated to Abiword-2.4.1</para>
2495 </listitem>
2496 </itemizedlist>
2497 </listitem>
2498
2499 <listitem>
2500 <para>December 11th, 2005</para>
2501 <itemizedlist>
2502 <listitem>
2503 <para>[randy] - Updated to Pango-1.10.2.</para>
2504 </listitem>
2505 <listitem>
2506 <para>[randy] - Updated to GLib-2.8.4.</para>
2507 </listitem>
2508 </itemizedlist>
2509 </listitem>
2510
2511 <listitem>
2512 <para>December 10th, 2005</para>
2513 <itemizedlist>
2514 <listitem>
2515 <para>[randy] - Updated to Heimdal-0.7.1.</para>
2516 </listitem>
2517 </itemizedlist>
2518 </listitem>
2519
2520 <listitem>
2521 <para>December 9th, 2005</para>
2522 <itemizedlist>
2523 <listitem>
2524 <para>[randy] - Fixed command typos in the Gnome Menus and
2525 Gnome Volume Manager instructions.</para>
2526 </listitem>
2527 <listitem>
2528 <para>[andy] - Updated Fluxbox to version 0.9.14.</para>
2529 </listitem>
2530 <listitem>
2531 <para>[andy] - Added details of how to create a fluxbox.desktop file to
2532 the Fluxbox page.</para>
2533 </listitem>
2534 </itemizedlist>
2535 </listitem>
2536
2537 <listitem>
2538 <para>December 8th, 2005</para>
2539 <itemizedlist>
2540 <listitem>
2541 <para>[bdubbs] - Updated to curl-7.15.1.</para>
2542 </listitem>
2543 </itemizedlist>
2544 </listitem>
2545
2546 <listitem>
2547 <para>December 7th, 2005</para>
2548 <itemizedlist>
2549 <listitem>
2550 <para>[bdubbs] - Added sed to remove incomplete tests from
2551 test program in popt.</para>
2552 </listitem>
2553 <listitem>
2554 <para>[bdubbs] - Removed reference to non-existent esound.ps
2555 from EsounD-0.2.36.</para>
2556 </listitem>
2557 <listitem>
2558 <para>[bdubbs] - Removed --with-history option from libxml2. Added
2559 a caution that the make check command can hang forever under
2560 certain conditions with the option.</para>
2561 </listitem>
2562 <listitem>
2563 <para>[bdubbs] - Added Andy Benton to the list of BLFS editors.</para>
2564 </listitem>
2565 <listitem>
2566 <para>[randy] - Added GTK-Doc as a dependency of libxml, thanks to
2567 go moko for pointing out the omission.</para>
2568 </listitem>
2569 <listitem>
2570 <para>[randy] - Added Ghostscript as a dependency of Doxygen.</para>
2571 </listitem>
2572 <listitem>
2573 <para>[randy] - Added GNOME Doc Utils as a dependency of Evince,
2574 thanks to David Rosal for pointing out the omission.</para>
2575 </listitem>
2576 <listitem>
2577 <para>[randy] - Updated to libvorbis-1.1.2.</para>
2578 </listitem>
2579 <listitem>
2580 <para>[randy] - Updated to libogg-1.1.3.</para>
2581 </listitem>
2582 </itemizedlist>
2583 </listitem>
2584
2585 <listitem>
2586 <para>December 6th, 2005</para>
2587 <itemizedlist>
2588 <listitem>
2589 <para>[dj] - Completed dependencies, removed optional configure
2590 parameters and added the no_mozilla (firefox) patch for
2591 OpenOffice.</para>
2592 </listitem>
2593 </itemizedlist>
2594 </listitem>
2595
2596 <listitem>
2597 <para>December 3rd, 2005</para>
2598 <itemizedlist>
2599 <listitem>
2600 <para>[randy] - Updated to GCC-4.0.2.</para>
2601 </listitem>
2602 <listitem>
2603 <para>[bdubbs] - Updated to qt-3.3.5.</para>
2604 </listitem>
2605 </itemizedlist>
2606 </listitem>
2607
2608 <listitem>
2609 <para>December 2nd, 2005</para>
2610 <itemizedlist>
2611 <listitem>
2612 <para>[dj] - Updated JDK binary version to 1.5.0_06.</para>
2613 </listitem>
2614 </itemizedlist>
2615 </listitem>
2616
2617 <listitem>
2618 <para>December 1st, 2005</para>
2619 <itemizedlist>
2620 <listitem>
2621 <para>[dj] - Added several fixes to OpenOffice instructions.</para>
2622 </listitem>
2623 </itemizedlist>
2624 </listitem>
2625
2626 <listitem>
2627 <para>November 30th, 2005</para>
2628 <itemizedlist>
2629 <listitem>
2630 <para>[randy] - Updated to xinetd-2.3.14.</para>
2631 </listitem>
2632 <listitem>
2633 <para>[randy] - Added a command to create the logging directory in
2634 the GDM instructions, thanks to Vincent Fretin for pointing out the
2635 oversight.</para>
2636 </listitem>
2637 <listitem>
2638 <para>[randy] - Updated to PCI Utilities-2.2.1.</para>
2639 </listitem>
2640 <listitem>
2641 <para>[randy] - Updated to Sysstat-6.0.2.</para>
2642 </listitem>
2643 </itemizedlist>
2644 </listitem>
2645
2646 <listitem>
2647 <para>November 29th, 2005</para>
2648 <itemizedlist>
2649 <listitem>
2650 <para>[randy] - Updated to Shadow-4.0.13.</para>
2651 </listitem>
2652 <listitem>
2653 <para>[randy] - Updated to Linux-PAM-0.99.2.0. Note that many of
2654 the installation commands have changed.</para>
2655 </listitem>
2656 <listitem>
2657 <para>[dj] - Updated ash patch for use with gcc-4.x.</para>
2658 </listitem>
2659 </itemizedlist>
2660 </listitem>
2661
2662 <listitem>
2663 <para>November 27th, 2005</para>
2664 <itemizedlist>
2665 <listitem>
2666 <para>[randy] - Added an FTP download URL and changed the
2667 documentation installation to a versioned directory in the Fontconfig
2668 instructions.</para>
2669 </listitem>
2670 <listitem>
2671 <para>[randy] - Added documentation installation and clarified the
2672 purpose of the sed command in the FreeType instructions.</para>
2673 </listitem>
2674 </itemizedlist>
2675 </listitem>
2676
2677 <listitem>
2678 <para>November 26th, 2005</para>
2679 <itemizedlist>
2680 <listitem>
2681 <para>[randy] - Added a note to the Lynx instructions that
2682 identifies, and shows how to avoid, a security vulnerability.</para>
2683 </listitem>
2684 <listitem>
2685 <para>[randy] - Updated to S-Lang-2.0.5.</para>
2686 </listitem>
2687 <listitem>
2688 <para>[randy] - Updated the text in the Net-tools instructions
2689 to reflect the updated version of Coreutils.</para>
2690 </listitem>
2691 </itemizedlist>
2692 </listitem>
2693
2694 <listitem>
2695 <para>November 25th, 2005</para>
2696 <itemizedlist>
2697 <listitem>
2698 <para>[randy] - Updated to OpenSSL-0.9.7i</para>
2699 </listitem>
2700 <listitem>
2701 <para>[randy] - Updated to pkg-config-0.20</para>
2702 </listitem>
2703 </itemizedlist>
2704 </listitem>
2705
2706 <listitem>
2707 <para>November 24th, 2005</para>
2708 <itemizedlist>
2709 <listitem>
2710 <para>[randy] - Updated to CrackLib-2.8.6 and modified the
2711 installation commands to work with the newer version.</para>
2712 </listitem>
2713 </itemizedlist>
2714 </listitem>
2715
2716 <listitem>
2717 <para>November 23rd, 2005</para>
2718 <itemizedlist>
2719 <listitem>
2720 <para>[bdubbs] - Added sed to sudo to correct a security issue
2721 (Archaic). Also added --enable-shell-sets-home switch
2722 (Gerard).</para>
2723 </listitem>
2724 </itemizedlist>
2725 </listitem>
2726
2727 <listitem>
2728 <para>November 22nd, 2005</para>
2729 <itemizedlist>
2730 <listitem>
2731 <para>[bdubbs] - Added sudo-1.6.8p12.</para>
2732 </listitem>
2733 <listitem>
2734 <para>[randy] - Updated to HTML Tidy-051026. Also updated the docs to
2735 051020 and changed the documentation directory to a versioned
2736 name.</para>
2737 </listitem>
2738 <listitem>
2739 <para>[randy] - Updated to FriBidi-0.10.7.</para>
2740 </listitem>
2741 <listitem>
2742 <para>[randy] - Added DocBook SGML DTD-3.1 as a dependency to perform
2743 the tests outlined in the DocBook DSSSL Stylesheets
2744 instructions.</para>
2745 </listitem>
2746 <listitem>
2747 <para>[randy] - Updated to Ethereal-0.10.13.</para>
2748 </listitem>
2749 <listitem>
2750 <para>[randy] - Added new package GC-6.5.</para>
2751 </listitem>
2752 </itemizedlist>
2753 </listitem>
2754
2755 <listitem>
2756 <para>November 21st, 2005</para>
2757 <itemizedlist>
2758 <listitem>
2759 <para>[randy] - Updated the Rsync bootscript to remove the --compress
2760 parameter, thanks to Jeremy Huntwork for reporting the problem.</para>
2761 </listitem>
2762 <listitem>
2763 <para>[randy] - Added --disable-python to the configure command in
2764 the D-BUS instructions to fix a broken build identified by Filip
2765 Bartmann.</para>
2766 </listitem>
2767 <listitem>
2768 <para>[randy] - Added --disable-libwrap to the configure command in
2769 the Stunnel instructions to fix a broken build identified by Filip
2770 Bartmann.</para>
2771 </listitem>
2772 <listitem>
2773 <para>[randy] - Added new package gnome-volume-manager-1.5.1 to the
2774 Utilities section of Chapter 31.</para>
2775 </listitem>
2776 <listitem>
2777 <para>[randy] - Modified the libexecdir parameter passed to configure
2778 and tweaked the storage device policy in the HAL instructions.</para>
2779 </listitem>
2780 </itemizedlist>
2781 </listitem>
2782
2783 <listitem>
2784 <para>November 19th, 2005</para>
2785 <itemizedlist>
2786 <listitem>
2787 <para>[randy] - Added notes to start a D-BUS session daemon to the
2788 D-BUS, GDM and GNOME Configuration instructions.</para>
2789 </listitem>
2790 <listitem>
2791 <para>[dj] - Cleaned up OpenOffice instructions and added
2792 a no-pam patch.</para>
2793 </listitem>
2794 </itemizedlist>
2795 </listitem>
2796
2797 <listitem>
2798 <para>November 18th, 2005</para>
2799 <itemizedlist>
2800 <listitem>
2801 <para>[randy] - Added a GCC4 patch to the libvorbis instructions,
2802 thanks to Steffen Knollman for discovering the problem and
2803 contributing the patch.</para>
2804 </listitem>
2805 <listitem>
2806 <para>[igor] - Updated to rsync-2.6.6.</para>
2807 </listitem>
2808 </itemizedlist>
2809 </listitem>
2810
2811 <listitem>
2812 <para>November 17th, 2005</para>
2813 <itemizedlist>
2814 <listitem>
2815 <para>[randy] - Added new package Sound Juicer-2.12.2 to the
2816 Utilities section of Chapter 31.</para>
2817 </listitem>
2818 <listitem>
2819 <para>[dj] - Corrected OpenOffice patch names.</para>
2820 </listitem>
2821 </itemizedlist>
2822 </listitem>
2823
2824 <listitem>
2825 <para>November 15th, 2005</para>
2826 <itemizedlist>
2827 <listitem>
2828 <para>[dj] - Updated to OpenOffice-2.0.0</para>
2829 </listitem>
2830 </itemizedlist>
2831 </listitem>
2832
2833 <listitem>
2834 <para>November 14th, 2005</para>
2835 <itemizedlist>
2836 <listitem>
2837 <para>[randy] - Updated to Balsa-2.3.6.</para>
2838 </listitem>
2839 </itemizedlist>
2840 </listitem>
2841
2842 <listitem>
2843 <para>November 13th, 2005</para>
2844 <itemizedlist>
2845 <listitem>
2846 <para>[randy] - Added several more entries to the 'Other Programming
2847 Tools' section. Many thanks to Miguel Bazdresch for his suggestions
2848 and other contributions.</para>
2849 </listitem>
2850 </itemizedlist>
2851 </listitem>
2852
2853 <listitem>
2854 <para>November 12th, 2005</para>
2855 <itemizedlist>
2856 <listitem>
2857 <para>[dj] - Updated GCC4 patches for Mozilla projects to include
2858 xptinfo.h anonymous enum patch.</para>
2859 </listitem>
2860 </itemizedlist>
2861 </listitem>
2862
2863 <listitem>
2864 <para>November 9th, 2005</para>
2865 <itemizedlist>
2866 <listitem>
2867 <para>[randy] - Updated references to source and md5sum files
2868 on the Anduin server due to the Anduin reorganization.</para>
2869 </listitem>
2870 <listitem>
2871 <para>[randy] - Added several more programming languages to the
2872 'Other Programming Tools' section.</para>
2873 </listitem>
2874 </itemizedlist>
2875 </listitem>
2876
2877 <listitem>
2878 <para>November 7th, 2005</para>
2879 <itemizedlist>
2880 <listitem>
2881 <para>[randy] - Added several programming languages to the 'Other
2882 Programming Tools' section.</para>
2883 </listitem>
2884 <listitem>
2885 <para>[dj] - Added Archive::Zip to the Perl Modules page.</para>
2886 </listitem>
2887 </itemizedlist>
2888 </listitem>
2889
2890 <listitem>
2891 <para>November 5th, 2005</para>
2892 <itemizedlist>
2893 <listitem>
2894 <para>[dj] - Updated alsa-restore script per Alexander Patrakov's
2895 suggestions.</para>
2896 </listitem>
2897 </itemizedlist>
2898 </listitem>
2899
2900 <listitem>
2901 <para>November 4th, 2005</para>
2902 <itemizedlist>
2903 <listitem>
2904 <para>[randy] - Added a patch to the libgsf instructions so that the
2905 configure script properly discovers GConf.</para>
2906 </listitem>
2907 </itemizedlist>
2908 </listitem>
2909
2910 <listitem>
2911 <para>November 3rd, 2005</para>
2912 <itemizedlist>
2913 <listitem>
2914 <para>[randy] - Added new package GMime-2.1.17.</para>
2915 </listitem>
2916 </itemizedlist>
2917 </listitem>
2918
2919 <listitem>
2920 <para>November 1st, 2005</para>
2921 <itemizedlist>
2922 <listitem>
2923 <para>[randy] - Added A-A-P, Mono, OProfile, OGDL and R to the
2924 'Other Programming Tools' section.</para>
2925 </listitem>
2926 <listitem>
2927 <para>[randy] - Added new package libmpeg2-0.4.0b.</para>
2928 </listitem>
2929 <listitem>
2930 <para>[randy] - Updated to Transcode-1.0.1.</para>
2931 </listitem>
2932 </itemizedlist>
2933 </listitem>
2934
2935 <listitem>
2936 <para>October 31st, 2005</para>
2937 <itemizedlist>
2938 <listitem>
2939 <para>[randy] - Added new package libmusicbrainz-2.1.1.</para>
2940 </listitem>
2941 </itemizedlist>
2942 </listitem>
2943
2944 <listitem>
2945 <para>October 30th, 2005</para>
2946 <itemizedlist>
2947 <listitem>
2948 <para>[randy] - Added new package Totem-1.2.0.</para>
2949 </listitem>
2950 <listitem>
2951 <para>[dj] - Updated to JDK-1.5.0_05.</para>
2952 </listitem>
2953 </itemizedlist>
2954 </listitem>
2955
2956 <listitem>
2957 <para>October 29th, 2005</para>
2958 <itemizedlist>
2959 <listitem>
2960 <para>[archaic] - Updated to PCI-Utilities-2.2.0.</para>
2961 </listitem>
2962 </itemizedlist>
2963 </listitem>
2964
2965 <listitem>
2966 <para>October 28th, 2005</para>
2967 <itemizedlist>
2968 <listitem>
2969 <para>[igor] - Updated to SDL-1.2.9.</para>
2970 </listitem>
2971 <listitem>
2972 <para>[igor] - Updated to CVS-1.11.21.</para>
2973 </listitem>
2974 </itemizedlist>
2975 </listitem>
2976
2977 <listitem>
2978 <para>October 25th, 2005</para>
2979 <itemizedlist>
2980 <listitem>
2981 <para>[randy] - Added new package Evince-0.4.0 and removed the GPDF
2982 package from the GNOME Add-on section.</para>
2983 </listitem>
2984 </itemizedlist>
2985 </listitem>
2986
2987 <listitem>
2988 <para>October 23rd, 2005</para>
2989 <itemizedlist>
2990 <listitem>
2991 <para>[igor] - Updated to MPlayer-1.0pre7try2.</para>
2992 </listitem>
2993 <listitem>
2994 <para>[randy] - Added new package Poppler-0.4.2.</para>
2995 </listitem>
2996 </itemizedlist>
2997 </listitem>
2998
2999 <listitem>
3000 <para>October 21st, 2005</para>
3001 <itemizedlist>
3002 <listitem>
3003 <para>[randy] - Added new package GNOME Keyring
3004 Manager-2.12.0.</para>
3005 </listitem>
3006 </itemizedlist>
3007 </listitem>
3008
3009 <listitem>
3010 <para>October 20th, 2005</para>
3011 <itemizedlist>
3012 <listitem>
3013 <para>[randy] - Added new package ISO Codes-0.48.</para>
3014 </listitem>
3015 </itemizedlist>
3016 </listitem>
3017
3018 <listitem>
3019 <para>October 19th, 2005</para>
3020 <itemizedlist>
3021 <listitem>
3022 <para>[randy] - Added new package PyXML-0.8.4.</para>
3023 </listitem>
3024 <listitem>
3025 <para>[randy] - Added category headers to the GNOME Add-on packages
3026 Table-of-Contents. Many thanks to Manuel Canales Esparcia for the
3027 XML wizardry to make this happen.</para>
3028 </listitem>
3029 </itemizedlist>
3030 </listitem>
3031
3032 <listitem>
3033 <para>October 18th, 2005</para>
3034 <itemizedlist>
3035 <listitem>
3036 <para>[randy] - Added a patch and an additional command to enable the
3037 streaming audio method in the GNOME Speech instructions.</para>
3038 </listitem>
3039 <listitem>
3040 <para>[randy] - Updated to GDM-2.8.0.5.</para>
3041 </listitem>
3042 </itemizedlist>
3043 </listitem>
3044
3045 <listitem>
3046 <para>October 17th, 2005</para>
3047 <itemizedlist>
3048 <listitem>
3049 <para>[randy] - Updated to GOK-1.0.5.</para>
3050 </listitem>
3051 <listitem>
3052 <para>[igor] - Updated to HTML Tidy-051013.</para>
3053 </listitem>
3054 <listitem>
3055 <para>[randy] - Updated to Gnopernicus-0.12.0.</para>
3056 </listitem>
3057 <listitem>
3058 <para>[randy] - Updated to GNOME Speech-0.3.8.</para>
3059 </listitem>
3060 </itemizedlist>
3061 </listitem>
3062
3063 <listitem>
3064 <para>October 16th, 2005</para>
3065 <itemizedlist>
3066 <listitem>
3067 <para>[randy] - Updated to GNOME Magnifier-0.12.2; moved the creation
3068 of the xextensions.pc file from the GNOME Magnifier to the XFree86
3069 instructions.</para>
3070 </listitem>
3071 <listitem>
3072 <para>[igor] - Updated to PHP-5.0.5.</para>
3073 </listitem>
3074 <listitem>
3075 <para>[randy] - Modified dependencies in the libgtkhtml
3076 instructions.</para>
3077 </listitem>
3078 <listitem>
3079 <para>[igor] - Updated to PCRE-6.4.</para>
3080 </listitem>
3081 <listitem>
3082 <para>[igor] - Updated to cURL-7.15.0.</para>
3083 </listitem>
3084 </itemizedlist>
3085 </listitem>
3086
3087 <listitem>
3088 <para>October 15th, 2005</para>
3089 <itemizedlist>
3090 <listitem>
3091 <para>[igor] - Added the gcc4 patch for NTP.</para>
3092 </listitem>
3093 <listitem>
3094 <para>[igor] - Updated to Fcron-3.0.0.</para>
3095 </listitem>
3096 <listitem>
3097 <para>[igor] - Updated to Apache-2.0.55.</para>
3098 </listitem>
3099 <listitem>
3100 <para>[igor] - Updated to Python-2.4.2.</para>
3101 </listitem>
3102 <listitem>
3103 <para>[igor] - Updated to Berkeley DB-4.3.29.</para>
3104 </listitem>
3105 <listitem>
3106 <para>[randy] - Updated to GGV-2.12.0.</para>
3107 </listitem>
3108 <listitem>
3109 <para>[igor] - Updated to Firefox-1.0.7.</para>
3110 </listitem>
3111 <listitem>
3112 <para>[randy] - Updated to AT SPI-1.6.6.</para>
3113 </listitem>
3114 <listitem>
3115 <para>[igor] - Updated to libtiff-3.7.4.</para>
3116 </listitem>
3117 <listitem>
3118 <para>[igor] - Updated to cairo-1.0.2.</para>
3119 </listitem>
3120 <listitem>
3121 <para>[randy] - Updated to Zenity-2.12.1.</para>
3122 </listitem>
3123 <listitem>
3124 <para>[randy] - Updated to GNOME-Netstatus-2.12.0.</para>
3125 </listitem>
3126 </itemizedlist>
3127 </listitem>
3128
3129 <listitem>
3130 <para>October 14th, 2005</para>
3131 <itemizedlist>
3132 <listitem>
3133 <para>[igor] - Updated to libpcap-0.9.4.</para>
3134 </listitem>
3135 <listitem>
3136 <para>[igor] - Updated to Wget-1.10.2.</para>
3137 </listitem>
3138 <listitem>
3139 <para>[randy] - Updated to GNOME System Monitor-2.12.1.</para>
3140 </listitem>
3141 <listitem>
3142 <para>[igor] - Updated to OpenSSL-0.9.7h.</para>
3143 </listitem>
3144 <listitem>
3145 <para>[randy] - Updated to GConf Editor-2.12.0.</para>
3146 </listitem>
3147 <listitem>
3148 <para>[randy] - Updated to File Roller-2.12.1.</para>
3149 </listitem>
3150 <listitem>
3151 <para>[randy] - Updated to EOG-2.12.1.</para>
3152 </listitem>
3153 <listitem>
3154 <para>[randy] - Updated to gedit-2.12.1.</para>
3155 </listitem>
3156 </itemizedlist>
3157 </listitem>
3158
3159 <listitem>
3160 <para>October 13th, 2005</para>
3161 <itemizedlist>
3162 <listitem>
3163 <para>[igor] - Updated Vim security patch.</para>
3164 </listitem>
3165 <listitem>
3166 <para>[randy] - Updated to GNOME Games-2.12.1.</para>
3167 </listitem>
3168 <listitem>
3169 <para>[randy] - Updated to Epiphany-1.8.2.</para>
3170 </listitem>
3171 <listitem>
3172 <para>[randy] - Changed Python from an optional to a recommended
3173 dependency in the GNOME Doc Utils dependencies.</para>
3174 </listitem>
3175 </itemizedlist>
3176 </listitem>
3177
3178 <listitem>
3179 <para>October 12th, 2005</para>
3180 <itemizedlist>
3181 <listitem>
3182 <para>[randy] - Updated to gcalctool-5.6.31.</para>
3183 </listitem>
3184 </itemizedlist>
3185 </listitem>
3186
3187 <listitem>
3188 <para>October 11th, 2005</para>
3189 <itemizedlist>
3190 <listitem>
3191 <para>[randy] - Updated to gtksourceview-1.4.2.</para>
3192 </listitem>
3193 <listitem>
3194 <para>[randy] - Updated to bug-buddy-2.12.1.</para>
3195 </listitem>
3196 <listitem>
3197 <para>[randy] - Updated to GnomeMeeting-1.2.2.</para>
3198 </listitem>
3199 <listitem>
3200 <para>[randy] - Updated to GNOME Utilities-2.12.1.</para>
3201 </listitem>
3202 <listitem>
3203 <para>[randy] - Updated to GNOME Media-2.12.0.</para>
3204 </listitem>
3205 <listitem>
3206 <para>[randy] - Updated to Nautilus CD Burner-2.12.1.</para>
3207 </listitem>
3208 <listitem>
3209 <para>[randy] - Updated to Evolution-2.4.1.</para>
3210 </listitem>
3211 </itemizedlist>
3212 </listitem>
3213
3214 <listitem>
3215 <para>October 10th, 2005</para>
3216 <itemizedlist>
3217 <listitem>
3218 <para>[randy] - Updated to GtkHTML-3.8.1.</para>
3219 </listitem>
3220 <listitem>
3221 <para>[randy] - Updated to system-tools-backends-1.4.0.</para>
3222 </listitem>
3223 <listitem>
3224 <para>[randy] - Updated to libgnomeprintui-2.12.1.</para>
3225 </listitem>
3226 <listitem>
3227 <para>[randy] - Updated to libgnomeprint-2.12.1.</para>
3228 </listitem>
3229 <listitem>
3230 <para>[randy] - Updated to libgnomecups-0.2.2.</para>
3231 </listitem>
3232 <listitem>
3233 <para>[randy] - Added GTK+-2 as a required dependency of
3234 libgtkhtml.</para>
3235 </listitem>
3236 <listitem>
3237 <para>[randy] - Updated to Evolution Data Server-1.4.1.1.</para>
3238 </listitem>
3239 <listitem>
3240 <para>[randy] - Updated core GNOME packages to the 2.12.1 release of
3241 GNOME. GNOME add-on packages are updated only to the release
3242 versions. The individual updates to the GNOME add-on packages will be
3243 accomplished individually.</para>
3244 </listitem>
3245 </itemizedlist>
3246 </listitem>
3247
3248 <listitem>
3249 <para>October 8th, 2005</para>
3250 <itemizedlist>
3251 <listitem>
3252 <para>[tushar] - Replaced FAM with Gamin.</para>
3253 </listitem>
3254 </itemizedlist>
3255 </listitem>
3256
3257 <listitem>
3258 <para>October 6th, 2005</para>
3259 <itemizedlist>
3260 <listitem>
3261 <para>[randy] - Updated to librsvg-2.12.4.</para>
3262 </listitem>
3263 <listitem>
3264 <para>[dj] - Updated to JDK (source build) 1.5.0_04.</para>
3265 </listitem>
3266 <listitem>
3267 <para>[dj] - Updated to OpenOffice 1.1.5.</para>
3268 </listitem>
3269 </itemizedlist>
3270 </listitem>
3271
3272 <listitem>
3273 <para>October 5th, 2005</para>
3274 <itemizedlist>
3275 <listitem>
3276 <para>[randy] - Updated to Metacity-2.12.1.</para>
3277 </listitem>
3278 <listitem>
3279 <para>[randy] - Updated to libwnck-2.12.1.</para>
3280 </listitem>
3281 <listitem>
3282 <para>[randy] - Updated to GTK+-2.8.6.</para>
3283 </listitem>
3284 <listitem>
3285 <para>[randy] - Updated to Pango-1.10.1.</para>
3286 </listitem>
3287 <listitem>
3288 <para>[randy] - Updated to GLib-2.8.3.</para>
3289 </listitem>
3290 <listitem>
3291 <para>[randy] - Updated to libxml2-2.6.22.</para>
3292 </listitem>
3293 <listitem>
3294 <para>[randy] - Added the --disable-error-on-warning parameter to the
3295 GnuCash configure command as using GCC-4.0.x will generate warnings
3296 which will break the build if the parameter is not used.</para>
3297 </listitem>
3298 <listitem>
3299 <para>[randy] - Added a patch to the Guile instructions and changed
3300 the sed command in the SLIB instructions so that the two packages
3301 work nicely together.</para>
3302 </listitem>
3303 </itemizedlist>
3304 </listitem>
3305
3306 <listitem>
3307 <para>October 4th, 2005</para>
3308 <itemizedlist>
3309 <listitem>
3310 <para>[tushar] - Prevent gcc fixincludes from running to match LFS
3311 instructions.</para>
3312 </listitem>
3313 <listitem>
3314 <para>[randy] - Added a sed command to the GtkHTML-1 instructions to
3315 fix a GCC-4.0.x build problem.</para>
3316 </listitem>
3317 <listitem>
3318 <para>[randy] - Added a GCC-4 patch to the Soup instructions.</para>
3319 </listitem>
3320 <listitem>
3321 <para>[randy] - Added a GCC-4 patch to the Guppi instructions.</para>
3322 </listitem>
3323 <listitem>
3324 <para>[randy] - Added a GCC-4 patch to the GConf-1.0.9
3325 instructions.</para>
3326 </listitem>
3327 <listitem>
3328 <para>[randy] - Added a sed command to the Bonobo-1.4 instructions to
3329 fix a GCC-4 build problem.</para>
3330 </listitem>
3331 </itemizedlist>
3332 </listitem>
3333
3334 <listitem>
3335 <para>October 3rd, 2005</para>
3336 <itemizedlist>
3337 <listitem>
3338 <para>[randy] - Added a GCC-4 patch to the GNOME Libraries-1.4
3339 instructions.</para>
3340 </listitem>
3341 <listitem>
3342 <para>[randy] - Clarified the dependencies in the Imlib
3343 instructions.</para>
3344 </listitem>
3345 <listitem>
3346 <para>[randy] - Updated to AbiWord-2.2.10.</para>
3347 </listitem>
3348 </itemizedlist>
3349 </listitem>
3350
3351 <listitem>
3352 <para>October 1st, 2005</para>
3353 <itemizedlist>
3354 <listitem>
3355 <para>[randy] - Added new package HAL-0.5.4.</para>
3356 </listitem>
3357 </itemizedlist>
3358 </listitem>
3359
3360 <listitem>
3361 <para>September 26th, 2005</para>
3362 <itemizedlist>
3363 <listitem>
3364 <para>[randy] - Added new package D-BUS-0.50.</para>
3365 </listitem>
3366 </itemizedlist>
3367 </listitem>
3368
3369 <listitem>
3370 <para>September 25th, 2005</para>
3371 <itemizedlist>
3372 <listitem>
3373 <para>[randy] - Added a patch to fix a build problem with newer
3374 versions of libgsf and added a sed command so the default is to
3375 build the Perl plugin module to the Gnumeric instructions.</para>
3376 </listitem>
3377 </itemizedlist>
3378 </listitem>
3379
3380 <listitem>
3381 <para>September 22nd, 2005</para>
3382 <itemizedlist>
3383 <listitem>
3384 <para>[dj] - Updated JDK-1.5.0 gcc4 patch.</para>
3385 </listitem>
3386 </itemizedlist>
3387 </listitem>
3388
3389 <listitem>
3390 <para>September 21st, 2005</para>
3391 <itemizedlist>
3392 <listitem>
3393 <para>[randy] - Updated to Samba-3.0.20.</para>
3394 </listitem>
3395 <listitem>
3396 <para>[bdubbs] - Reverted gcc build instructions.</para>
3397 </listitem>
3398 <listitem>
3399 <para>[randy] - Updated to EsounD-0.2.36.</para>
3400 </listitem>
3401 <listitem>
3402 <para>[randy] - Updated to Metacity-2.12.0.</para>
3403 </listitem>
3404 <listitem>
3405 <para>[randy] - Updated to Libwnck-2.12.0.</para>
3406 </listitem>
3407 </itemizedlist>
3408 </listitem>
3409
3410 <listitem>
3411 <para>September 20th, 2005</para>
3412 <itemizedlist>
3413 <listitem>
3414 <para>[david] - Added a sed to build Cdrdao-1.2.0 with
3415 gcc-4.0.1.</para>
3416 </listitem>
3417 <listitem>
3418 <para>[randy] - Updated to GTK+-2.8.3.</para>
3419 </listitem>
3420 <listitem>
3421 <para>[randy] - Updated to ATK-1.10.3.</para>
3422 </listitem>
3423 <listitem>
3424 <para>[randy] - Updated to Pango-1.10.0.</para>
3425 </listitem>
3426 <listitem>
3427 <para>[randy] - Updated to GLib-2.8.1.</para>
3428 </listitem>
3429 <listitem>
3430 <para>[randy] - Added a command to create an X Render pkg-config file
3431 to the XFree86 instructions. Also created notes in the Metacity and
3432 cairo instructions to ensure this file exists.</para>
3433 </listitem>
3434 <listitem>
3435 <para>[randy] - Added new package cairo-1.0.0.</para>
3436 </listitem>
3437 <listitem>
3438 <para>[bdubbs] - Changed gcc build instructions to use
3439 a simple make. Added a note to use make bootstrap if
3440 the base compiler is not gcc-4.0.1.</para>
3441 </listitem>
3442 </itemizedlist>
3443 </listitem>
3444
3445 <listitem>
3446 <para>September 19th, 2005</para>
3447 <itemizedlist>
3448 <listitem>
3449 <para>[bdubbs] - Added a patch to build mozilla with
3450 gcc-4.0.1.</para>
3451 </listitem>
3452 <listitem>
3453 <para>[randy] - Updated to gucharmap-1.4.4.</para>
3454 </listitem>
3455 <listitem>
3456 <para>[randy] - Updated to GST-Plugins-0.8.11.</para>
3457 </listitem>
3458 <listitem>
3459 <para>[richard] - Added a sed to fix the build of the
3460 test suite for cpio-2.6 when using gcc-4.0.1.
3461 Suggested by Matthew Burgess</para>
3462 </listitem>
3463 </itemizedlist>
3464 </listitem>
3465
3466 <listitem>
3467 <para>September 18th, 2005</para>
3468 <itemizedlist>
3469 <listitem>
3470 <para>[randy] - Updated to Xine User Interface-0.99.4.</para>
3471 </listitem>
3472 <listitem>
3473 <para>[randy] - Updated to Xine Libraries-1.1.0.</para>
3474 </listitem>
3475 <listitem>
3476 <para>[richard] - Updated to bluefish-1.0.4.</para>
3477 </listitem>
3478 </itemizedlist>
3479 </listitem>
3480
3481 <listitem>
3482 <para>September 17th, 2005</para>
3483 <itemizedlist>
3484 <listitem>
3485 <para>[randy] - Added an alternate installation location for the
3486 shared library interface headers to the AFPL Ghostscript and ESP
3487 Ghostscript instructions.</para>
3488 </listitem>
3489 <listitem>
3490 <para>[randy] - Updated to ImageMagick-6.2.4-5.</para>
3491 </listitem>
3492 <listitem>
3493 <para>[randy] - Updated the Business::ISBN Perl module to
3494 1.82.</para>
3495 </listitem>
3496 <listitem>
3497 <para>[randy] - Updated the Test::Prereq Perl module to 1.028.</para>
3498 </listitem>
3499 <listitem>
3500 <para>[randy] - Updated the Module::Signature Perl module to
3501 0.50.</para>
3502 </listitem>
3503 <listitem>
3504 <para>[randy] - Updated the Digest::SHA Perl module to 5.31.</para>
3505 </listitem>
3506 <listitem>
3507 <para>[randy] - Updated the ExtUtils::ParseXS Perl module to
3508 2.12.</para>
3509 </listitem>
3510 <listitem>
3511 <para>[randy] - Updated the ExtUtils::CBuilder Perl module to
3512 0.13.</para>
3513 </listitem>
3514 <listitem>
3515 <para>[randy] - Updated the Archive::Tar Perl module to 1.26, added
3516 new Perl modules Text::Diff and Algorithm::Diff.</para>
3517 </listitem>
3518 <listitem>
3519 <para>[randy] - Updated the Compress::Zlib Perl module to 1.38.</para>
3520 </listitem>
3521 </itemizedlist>
3522 </listitem>
3523
3524 <listitem>
3525 <para>September 15th, 2005</para>
3526 <itemizedlist>
3527 <listitem>
3528 <para>[randy] - Updated to SANE-backends-1.0.16.</para>
3529 </listitem>
3530 <listitem>
3531 <para>[randy] - Updated to the 0.9 version of the Gimp Help system,
3532 added a GCC-4 patch to the Gimp instructions.</para>
3533 </listitem>
3534 <listitem>
3535 <para>[randy] - Updated to librsvg-2.11.1.</para>
3536 </listitem>
3537 </itemizedlist>
3538 </listitem>
3539
3540 <listitem>
3541 <para>September 14th, 2005</para>
3542 <itemizedlist>
3543 <listitem>
3544 <para>[randy] - Removed redundant GTK+-2 dependency from the
3545 libgnomeprintui instructions.</para>
3546 </listitem>
3547 <listitem>
3548 <para>[randy] - Updated to libgsf-1.12.3.</para>
3549 </listitem>
3550 <listitem>
3551 <para>[randy] - Added documentation installation commands and
3552 corrected the note about the test suite in the libcroco
3553 instructions.</para>
3554 </listitem>
3555 </itemizedlist>
3556 </listitem>
3557
3558 <listitem>
3559 <para>September 13th, 2005</para>
3560 <itemizedlist>
3561 <listitem>
3562 <para>[randy] - Added commands to the CVS instructions to create and
3563 install additional documentation.</para>
3564 </listitem>
3565 <listitem>
3566 <para>[randy] - Updated to GStreamer-0.8.11 and adjusted the
3567 documentation files chown command to only run if the docs were
3568 built and installed.</para>
3569 </listitem>
3570 </itemizedlist>
3571 </listitem>
3572
3573 <listitem>
3574 <para>September 12th, 2005</para>
3575 <itemizedlist>
3576 <listitem>
3577 <para>[tushar] - Moved creation of mad.pc to libmad section.</para>
3578 </listitem>
3579 <listitem>
3580 <para>[randy] - Updated to VTE-0.11.15.</para>
3581 </listitem>
3582 <listitem>
3583 <para>[randy] - Corrected the GNOME-1.4 OMF directory in the
3584 ScrollKeeper instructions.</para>
3585 </listitem>
3586 <listitem>
3587 <para>[randy] - Updated to GCC-4.0.1.</para>
3588 </listitem>
3589 </itemizedlist>
3590 </listitem>
3591
3592 <listitem>
3593 <para>September 11th, 2005</para>
3594 <itemizedlist>
3595 <listitem>
3596 <para>[randy] - Minor corrections to the XSL Stylesheets
3597 instructions, suggested by Manuel Canales Esparcia.</para>
3598 </listitem>
3599 </itemizedlist>
3600 </listitem>
3601
3602 <listitem>
3603 <para>September 10th, 2005</para>
3604 <itemizedlist>
3605 <listitem>
3606 <para>[randy] - Added a note to the Tcl and Tk instructions to ensure
3607 the environment variables are properly set.</para>
3608 </listitem>
3609 <listitem>
3610 <para>[randy] - Added a GCC-4 patch to the Xorg instructions.</para>
3611 </listitem>
3612 <listitem>
3613 <para>[randy] - Updated to DocBook XSL Stylesheets-1.69.1.</para>
3614 </listitem>
3615 <listitem>
3616 <para>[igor] - Updated to RP-PPPoE-3.6.</para>
3617 </listitem>
3618 <listitem>
3619 <para>[dj] - Added a GCC-4 patch and updated 'fixed_paths'
3620 patch in JDK source build instructions.</para>
3621 </listitem>
3622 <listitem>
3623 <para>[dj] - Added new Udev rules file for ALSA devices.</para>
3624 </listitem>
3625 <listitem>
3626 <para>[dj] - Updated volume restore script for use with
3627 Udev versions greater than 058.</para>
3628 </listitem>
3629 </itemizedlist>
3630 </listitem>
3631
3632 <listitem>
3633 <para>September 9th, 2005</para>
3634 <itemizedlist>
3635 <listitem>
3636 <para>[randy] - Added a GCC-4 patch to the libexif
3637 instructions.</para>
3638 </listitem>
3639 <listitem>
3640 <para>[randy] - Added a GCC-4 patch to the Avifile
3641 instructions.</para>
3642 </listitem>
3643 <listitem>
3644 <para>[randy] - Added a GCC-4 patch to the FFmpeg
3645 instructions.</para>
3646 </listitem>
3647 <listitem>
3648 <para>[randy] - Added a GCC-4 patch to the MPlayer
3649 instructions.</para>
3650 </listitem>
3651 <listitem>
3652 <para>[randy] - Added a GCC-4 patch to the Xvid instructions.</para>
3653 </listitem>
3654 <listitem>
3655 <para>[randy] - Added a GCC-4 patch to the SDL instructions.</para>
3656 </listitem>
3657 <listitem>
3658 <para>[randy] - Added a GCC-4 patch to the Firefox
3659 instructions.</para>
3660 </listitem>
3661 <listitem>
3662 <para>[randy] - Added a GCC-4 patch to the Thunderbird
3663 instructions.</para>
3664 </listitem>
3665 <listitem>
3666 <para>[randy] - Added a GCC-4 patch to the XMMS instructions.</para>
3667 </listitem>
3668 <listitem>
3669 <para>[randy] - Added a GCC-4 patch to the Qt instructions.</para>
3670 </listitem>
3671 <listitem>
3672 <para>[randy] - Added a GCC-4 patch and documentation installation
3673 commands to the NAS instructions.</para>
3674 </listitem>
3675 <listitem>
3676 <para>[randy] - Added a GCC-4 patch to the Cyrus-SASL
3677 instructions.</para>
3678 </listitem>
3679 <listitem>
3680 <para>[randy] - Added a GCC-4 patch to the Guile instructions.</para>
3681 </listitem>
3682 <listitem>
3683 <para>[randy] - Replaced the Kernel_Headers patch with a GCC-4 patch
3684 in the Inetutils instructions.</para>
3685 </listitem>
3686 <listitem>
3687 <para>[randy] - Added a GCC-4 patch to the xinetd instructions.</para>
3688 </listitem>
3689 <listitem>
3690 <para>[randy] - Added a GCC-4 patch to the Linux-PAM
3691 instructions.</para>
3692 </listitem>
3693 <listitem>
3694 <para>[randy] - Updated to intltool-0.34.1.</para>
3695 </listitem>
3696 <listitem>
3697 <para>[randy] - Updated to libsoup-2.2.6.1.</para>
3698 </listitem>
3699 </itemizedlist>
3700 </listitem>
3701
3702 <listitem>
3703 <para>September 8th, 2005</para>
3704 <itemizedlist>
3705 <listitem>
3706 <para>[randy] - Added a sed command to the libxklavier instructions
3707 to fix a GCC-4.x build problem.</para>
3708 </listitem>
3709 <listitem>
3710 <para>[randy] - Updated to libxslt-1.1.15.</para>
3711 </listitem>
3712 <listitem>
3713 <para>[randy] - Updated to libxml2-2.6.21.</para>
3714 </listitem>
3715 </itemizedlist>
3716 </listitem>
3717
3718 <listitem>
3719 <para>September 7th, 2005</para>
3720 <itemizedlist>
3721 <listitem>
3722 <para>[richard] - Updated to XScreenSaver-4.22.</para>
3723 </listitem>
3724 </itemizedlist>
3725 </listitem>
3726
3727 <listitem>
3728 <para>September 6th, 2005</para>
3729 <itemizedlist>
3730 <listitem>
3731 <para>[richard] - Added patch to GnuPG-1.4.2 as required by
3732 release notes.</para>
3733 </listitem>
3734 <listitem>
3735 <para>[randy] - Updated to libIDL-0.8.6. Also added documentation
3736 installation commands to the instructions.</para>
3737 </listitem>
3738 </itemizedlist>
3739 </listitem>
3740
3741 <listitem>
3742 <para>September 5th, 2005</para>
3743 <itemizedlist>
3744 <listitem>
3745 <para>[randy] - Updated to Subversion-1.2.3</para>
3746 </listitem>
3747 </itemizedlist>
3748 </listitem>
3749
3750 <listitem>
3751 <para>September 4th, 2005</para>
3752 <itemizedlist>
3753 <listitem>
3754 <para>[randy] - Updated to OpenSSH-4.2p1. Also added some
3755 documentation installation commands to the instructions.</para>
3756 </listitem>
3757 </itemizedlist>
3758 </listitem>
3759
3760 <listitem>
3761 <para>September 3rd, 2005</para>
3762 <itemizedlist>
3763 <listitem>
3764 <para>[randy] - Updated to HTML Tidy-050826.</para>
3765 </listitem>
3766 <listitem>
3767 <para>[randy] - Updated to cURL-7.14.1.</para>
3768 </listitem>
3769 </itemizedlist>
3770 </listitem>
3771
3772 <listitem>
3773 <para>September 2nd, 2005</para>
3774 <itemizedlist>
3775 <listitem>
3776 <para>[randy] - Added commands to the Heimdal instructions to
3777 preserve and restore some overwritten interface headers and
3778 libraries. Also listed the dependencies in a more accurate
3779 manner.</para>
3780 </listitem>
3781 <listitem>
3782 <para>[randy] - Updated to MySQL-4.1.14.</para>
3783 </listitem>
3784 <listitem>
3785 <para>[randy] - Fixed some broken commands in the TeX
3786 instructions.</para>
3787 </listitem>
3788 </itemizedlist>
3789 </listitem>
3790
3791 <listitem>
3792 <para>September 1st, 2005</para>
3793 <itemizedlist>
3794 <listitem>
3795 <para>[randy] - Added documentation installation commands to the
3796 ALSA Libraries instructions.</para>
3797 </listitem>
3798 </itemizedlist>
3799 </listitem>
3800
3801 <listitem>
3802 <para>August 31st, 2005</para>
3803 <itemizedlist>
3804 <listitem>
3805 <para>[randy] - Updated to Shadow-4.0.12.</para>
3806 </listitem>
3807 <listitem>
3808 <para>[randy] - Updated to Wget-1.10.1.</para>
3809 </listitem>
3810 </itemizedlist>
3811 </listitem>
3812
3813 <listitem>
3814 <para>August 30th, 2005</para>
3815 <itemizedlist>
3816 <listitem>
3817 <para>[bdubbs] - Updated to Mozilla-1.7.11.</para>
3818 </listitem>
3819 <listitem>
3820 <para>[randy] - Removed obsolete dependencies from the LZO
3821 instructions.</para>
3822 </listitem>
3823 </itemizedlist>
3824 </listitem>
3825
3826 <listitem>
3827 <para>August 29th, 2005</para>
3828 <itemizedlist>
3829 <listitem>
3830 <para>[bdubbs] - Updated to KDE-3.4.2. Added notes
3831 about the location of configuruation files. Updated
3832 optional dependencies.</para>
3833 </listitem>
3834 <listitem>
3835 <para>[richard] - Added definition of dependency terms
3836 to Notes on Building Software.</para>
3837 </listitem>
3838 </itemizedlist>
3839 </listitem>
3840
3841 <listitem>
3842 <para>August 28th, 2005</para>
3843 <itemizedlist>
3844 <listitem>
3845 <para>[randy] - Added documentation installation commands to the Xvid
3846 instructions.</para>
3847 </listitem>
3848 <listitem>
3849 <para>[randy] - Added documentation installation commands to the
3850 libdv instructions.</para>
3851 </listitem>
3852 <listitem>
3853 <para>[randy] - Updated to whois-4.7.6.</para>
3854 </listitem>
3855 <listitem>
3856 <para>[randy] - Updated to libdvdcss-1.2.9.</para>
3857 </listitem>
3858 <listitem>
3859 <para>[randy] - Added a patch to fix the XMMS plugin and added a
3860 sed command to fix the Valgrind testing in the FLAC
3861 instructions.</para>
3862 </listitem>
3863 </itemizedlist>
3864 </listitem>
3865
3866 <listitem>
3867 <para>August 27th, 2005</para>
3868 <itemizedlist>
3869 <listitem>
3870 <para>[randy] - Added a patch to fix the test suite in the id3lib
3871 instructions.</para>
3872 </listitem>
3873 <listitem>
3874 <para>[randy] - Updated the GCC patch and provided documentation
3875 installation commands to the libmpeg3 instructions.</para>
3876 </listitem>
3877 </itemizedlist>
3878 </listitem>
3879
3880 <listitem>
3881 <para>August 26th, 2005</para>
3882 <itemizedlist>
3883 <listitem>
3884 <para>[randy] - Added fixes to the Thunderbird instructions: 1)
3885 the Movemail and RSS &amp; Blogs account setup options are now
3886 available 2) modified the Enigmail setup so that it actually works
3887 3) fixed the profile locking problem 4) made it so that if a mailto:
3888 URL is clicked, a message compose window is opened with the To: field
3889 filled out.</para>
3890 </listitem>
3891 </itemizedlist>
3892 </listitem>
3893
3894 <listitem>
3895 <para>August 25th, 2005</para>
3896 <itemizedlist>
3897 <listitem>
3898 <para>[randy] - Added a command to the Firefox instructions to fix
3899 the profile locking problem and an optional command to open a new
3900 tab in an existing browser window, both suggested by Kevin
3901 Somervill. Thanks to Dan Nicholson for the reminder about Kevin's
3902 suggestions.</para>
3903 </listitem>
3904 </itemizedlist>
3905 </listitem>
3906
3907 <listitem>
3908 <para>August 24th, 2005</para>
3909 <itemizedlist>
3910 <listitem>
3911 <para>[randy] - Modified SLIB instructions to use teTeX instead of
3912 Lynx to create the text documentation.</para>
3913 </listitem>
3914 </itemizedlist>
3915 </listitem>
3916
3917 <listitem>
3918 <para>August 22nd, 2005</para>
3919 <itemizedlist>
3920 <listitem>
3921 <para>[randy] - Fixed chmod commands in GDM instructions, thanks to
3922 Hugo Villeneuve for pointed it out.</para>
3923 </listitem>
3924 <listitem>
3925 <para>[randy] - Updated to Xpdf-3.01</para>
3926 </listitem>
3927 <listitem>
3928 <para>[randy] - Updated to SLIB-3a2</para>
3929 </listitem>
3930 </itemizedlist>
3931 </listitem>
3932
3933 <listitem>
3934 <para>August 21st, 2005</para>
3935 <itemizedlist>
3936 <listitem>
3937 <para>[randy] - Modifications to XMMS insructions: remove libogg as a
3938 dependency, added commands to install documentation and added an FTP
3939 download URL.</para>
3940 </listitem>
3941 <listitem>
3942 <para>[richard] - Updated to Leafnode-1.11.3.</para>
3943 </listitem>
3944 </itemizedlist>
3945 </listitem>
3946
3947 <listitem>
3948 <para>August 20th, 2005</para>
3949 <itemizedlist>
3950 <listitem>
3951 <para>[randy] - Added a new package, unixODBC-2.2.11 to BLFS.</para>
3952 </listitem>
3953 <listitem>
3954 <para>[randy] - Renamed the FOP patch to adhere with the naming
3955 standards.</para>
3956 </listitem>
3957 <listitem>
3958 <para>[randy] - Updated to GnuPG-1.4.2.</para>
3959 </listitem>
3960 <listitem>
3961 <para>[randy] - Updated to GCC-3.4.4, modified the command to create
3962 the ffitarget.h interface header in /usr/include.</para>
3963 </listitem>
3964 </itemizedlist>
3965 </listitem>
3966
3967 <listitem>
3968 <para>August 19th, 2005</para>
3969 <itemizedlist>
3970 <listitem>
3971 <para>[dj] - Updated dev.d scripts and surrounding text
3972 in alsa-utils.</para>
3973 </listitem>
3974 <listitem>
3975 <para>[randy] - Updated to Sysstat-6.0.1.</para>
3976 </listitem>
3977 <listitem>
3978 <para>[randy] - Updated to Apache Ant-1.6.5.</para>
3979 </listitem>
3980 <listitem>
3981 <para>[randy] - Updated to Nail-11.25.</para>
3982 </listitem>
3983 <listitem>
3984 <para>[randy] - Updated to Subversion-1.2.1.</para>
3985 </listitem>
3986 <listitem>
3987 <para>[bdubbs] - Updated to KOffice-1.4.1.</para>
3988 </listitem>
3989 </itemizedlist>
3990 </listitem>
3991
3992 <listitem>
3993 <para>August 17th, 2005</para>
3994 <itemizedlist>
3995 <listitem>
3996 <para>[randy] - Updated to GCC-3.3.6.</para>
3997 </listitem>
3998 <listitem>
3999 <para>[randy] - Updated to Doxygen-1.4.4.</para>
4000 </listitem>
4001 </itemizedlist>
4002 </listitem>
4003
4004 <listitem>
4005 <para>August 16th, 2005</para>
4006 <itemizedlist>
4007 <listitem>
4008 <para>[bdubbs] - Added instructions for cm-super
4009 fonts to TeX.</para>
4010 </listitem>
4011 <listitem>
4012 <para>[randy] - Added additional parameters to the
4013 configure command and added a note to run the test suite to the
4014 Gimp-Print instructions.</para>
4015 </listitem>
4016 <listitem>
4017 <para>[dj] - Updated cups bootscript installation
4018 to remove existing scripts and changed note to show that CUPS should
4019 be started after Samba.</para>
4020 </listitem>
4021 </itemizedlist>
4022 </listitem>
4023
4024 <listitem>
4025 <para>August 15th, 2005</para>
4026 <itemizedlist>
4027 <listitem>
4028 <para>[randy] - Added a patch and a note about running
4029 the test suite to the CUPS instructions.</para>
4030 </listitem>
4031 </itemizedlist>
4032 </listitem>
4033
4034 <listitem>
4035 <para>August 14th, 2005</para>
4036 <itemizedlist>
4037 <listitem>
4038 <para>[randy] - Updates to PHP: added new dependencies,
4039 placed the dependencies in catagories, added instructions to install
4040 documentation, added instruction to update php.ini and minor textual
4041 corrections.</para>
4042 </listitem>
4043 <listitem>
4044 <para>[randy] - Updated to GTK-Doc-1.4.</para>
4045 </listitem>
4046 <listitem>
4047 <para>[randy] - Updated to HTML Tidy-050803.</para>
4048 </listitem>
4049 <listitem>
4050 <para>[randy] - Updated to Shadow-4.0.11.1.</para>
4051 </listitem>
4052 <listitem>
4053 <para>[randy] - Added a configure switch to OpenLDAP
4054 to create the executables dynamically linked to the libraries.</para>
4055 </listitem>
4056 <listitem>
4057 <para>[randy] - Added documentation installation commands to the GTK+
4058 (version 1) instructions.</para>
4059 </listitem>
4060 </itemizedlist>
4061 </listitem>
4062
4063 <listitem>
4064 <para>August 13th, 2005</para>
4065 <itemizedlist>
4066 <listitem>
4067 <para>[larry] - Add a warning to MIT KRB5
4068 concerning the use of login.krb5 as a substitute for login.</para>
4069 </listitem>
4070 <listitem>
4071 <para>[randy] - Updated to OpenLDAP-2.2.6 stable
4072 version; also added dependencies and configuration explanation.</para>
4073 </listitem>
4074 </itemizedlist>
4075 </listitem>
4076
4077 <listitem>
4078 <para>August 12th, 2005</para>
4079 <itemizedlist>
4080 <listitem>
4081 <para>[randy] - Added a command to the PostgreSQL
4082 instructions to fix broken ownership of installed files.</para>
4083 </listitem>
4084 </itemizedlist>
4085 </listitem>
4086
4087 <listitem>
4088 <para>August 11th, 2005</para>
4089 <itemizedlist>
4090 <listitem>
4091 <para>[randy] - Updated the JDK binary version to
4092 1.5.0_04.</para>
4093 </listitem>
4094 <listitem>
4095 <para>[randy] - Added sharutils as an optional dependency of
4096 Berkeley DB.</para>
4097 </listitem>
4098 <listitem>
4099 <para>[randy] - Applied a patch contributed by stirling
4100 to fix many broken download URLs.</para>
4101 </listitem>
4102 <listitem>
4103 <para>[randy] - Added a new section "Other Programming
4104 Tools" to Chapter 12 - Programming.</para>
4105 </listitem>
4106 </itemizedlist>
4107 </listitem>
4108
4109 <listitem>
4110 <para>August 10th, 2005</para>
4111 <itemizedlist>
4112 <listitem>
4113 <para>[randy] - Added style information files and
4114 documentation installation commands to the JadeTeX
4115 instructions.</para>
4116 </listitem>
4117 </itemizedlist>
4118 </listitem>
4119
4120 <listitem>
4121 <para>August 9th, 2005</para>
4122 <itemizedlist>
4123 <listitem>
4124 <para>[randy] - Modified the CrackLib instructions to
4125 include an alternate source for word lists, how to incorporate additional
4126 word lists, and added additional text contributed by Alexander
4127 Patrakov.</para>
4128 </listitem>
4129 <listitem>
4130 <para>[dj] - Added default PATH for pam_env and
4131 a note about the lack of ENV_SUPATH.</para>
4132 </listitem>
4133 </itemizedlist>
4134 </listitem>
4135
4136 <listitem>
4137 <para>August 8th, 2005</para>
4138 <itemizedlist>
4139 <listitem>
4140 <para>[randy] - Modified documentation installation in
4141 the Fontconfig instructions.</para>
4142 </listitem>
4143 <listitem>
4144 <para>[randy] - Modified the Shadow instructions so
4145 that builders will not receive configuration errors during the testing
4146 recommended by the warning note.</para>
4147 </listitem>
4148 <listitem>
4149 <para>[randy] - Added instructions to install a patch
4150 to Ruby that fixes a security vulnerability, thanks to Ken Moffat
4151 for the suggestion.</para>
4152 </listitem>
4153 <listitem>
4154 <para>[randy] - Added instructions to install a patch
4155 to NASM that fixes a security vulnerability, thanks to Ken Moffat
4156 for the suggestion.</para>
4157 </listitem>
4158 <listitem>
4159 <para>[randy] - Added documentation installation commands to
4160 the expat instructions.</para>
4161 </listitem>
4162 </itemizedlist>
4163 </listitem>
4164
4165 <listitem>
4166 <para>August 7th, 2005</para>
4167 <itemizedlist>
4168 <listitem>
4169 <para>[randy] - Removed building the MPFR library
4170 from the GMP instructions.</para>
4171 </listitem>
4172 </itemizedlist>
4173 </listitem>
4174
4175 <listitem>
4176 <para>August 6th, 2005</para>
4177 <itemizedlist>
4178 <listitem>
4179 <para>[larry] - Added dictionary file to MIT
4180 Kerberos setup and made adjusts for PAM.</para>
4181 </listitem>
4182 <listitem>
4183 <para>[randy] - Updated to S-Lang-2.0.4.</para>
4184 </listitem>
4185 </itemizedlist>
4186 </listitem>
4187
4188 <listitem>
4189 <para>August 5th, 2005</para>
4190 <itemizedlist>
4191 <listitem>
4192 <para>[randy] - Updated to Wget-1.10.</para>
4193 </listitem>
4194 <listitem>
4195 <para>[randy] - Updated to PCRE-6.2.</para>
4196 </listitem>
4197 </itemizedlist>
4198 </listitem>
4199
4200 <listitem>
4201 <para>August 1st, 2005</para>
4202 <itemizedlist>
4203 <listitem>
4204 <para>[bdubbs] - Released Version 6.1-pre1.</para>
4205 </listitem>
4206 </itemizedlist>
4207 </listitem>
4208
4209 </itemizedlist>
4210
4211</sect1>
Note: See TracBrowser for help on using the repository browser.