source: introduction/welcome/changelog.xml@ b8dba81

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 b8dba81 was b8dba81, checked in by David Jensen <djensen@…>, 18 years ago

spell checks (a to c)

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

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