source: introduction/welcome/changelog.xml@ c05a751

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 c05a751 was c05a751, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated to Gtk+-2.8.18

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

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