source: introduction/welcome/changelog.xml@ c45d5574

6.2 6.2.0
Last change on this file since c45d5574 was c45d5574, checked in by Randy McMurchy <randy@…>, 17 years ago

Merged r6613 from trunk into the 6.2 branch

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

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