source: introduction/welcome/changelog.xml@ 7948e10

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7948e10 was 7948e10, checked in by Randy McMurchy <randy@…>, 18 years ago

Modified the configure script in the libfame instructions using a sed so that the -fstrict-aliasing flag is properly passed along to the Makefiles

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

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