source: introduction/welcome/changelog.xml@ 381628a

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

Changed the XFS installation to be more consistent with the rest of the book

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

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