source: introduction/welcome/changelog.xml@ 7d19251

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

Removed all instances of the old GStreamer Plug-ins package and replaced them with the new GStreamer Base Plug-ins

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

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