source: introduction/welcome/changelog.xml@ f685d3e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f685d3e was f685d3e, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a patch to the kdelibs instructions so it will build if you have CUPS-1.2.x installed; the patch does not affect the build with lesser versions of CUPS; thanks to Matthew Carson for chasing down the problem and sending in the patch

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

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