source: introduction/welcome/changelog.xml@ 037012f

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 037012f was 037012f, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Added compiler flags to fix #2103. Changed default target to linux-dri-x86.

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

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