source: introduction/welcome/changelog.xml@ a0b3f1a8

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

Modified the way the GLUT library dependency is described in the LibTIFF instructions

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

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