source: introduction/welcome/changelog.xml@ 33642828

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

Fixed a rendering issue with a Unicode character.

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

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