source: introduction/welcome/changelog.xml@ 36ec89cb

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

Several fixes to the MPlayer instructions, see the ChangeLog for full details

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

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