source: introduction/welcome/changelog.xml@ 4899b93

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 4899b93 was 4899b93, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Moved ncpfs to User Notes

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

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