source: introduction/welcome/changelog.xml@ 86bb9db5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 86bb9db5 was d4277d4, checked in by Randy McMurchy <randy@…>, 19 years ago

Removed the piping of 'yes' commands from the installation of the packages containing Sun license agreements (JDK binary, FOP and FreeTTS) and instead provided a note to reference the text about automating builds

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

  • Property mode set to 100644
File size: 76.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="changelog" xreflabel='Change Log'>
9 <?dbhtml filename="changelog.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Change Log</title>
17
18 <para>Please note that the Change Log only lists which editor was
19 responsible for putting the changes into SVN; please read the
20 <xref linkend="credits"/> page in Chapter 1 for details on
21 who wrote what.</para>
22
23 <para>Current release: &version; &ndash; &releasedate;</para>
24
25 <itemizedlist>
26 <title>Changelog Entries:</title>
27
28<!-- Changelog template
29
30 <listitem>
31 <para>Date</para>
32 <itemizedlist>
33 <listitem>
34 <para>[name] - Changelog entry.</para>
35 </listitem>
36 <listitem>
37 <para>[name] - Another changelog entry.</para>
38 </listitem>
39 </itemizedlist>
40 </listitem>
41
42-->
43
44 <listitem>
45 <para>January 31st, 2006</para>
46 <itemizedlist>
47 <listitem>
48 <para>[randy] - Removed the piping of 'yes' commands from the
49 installation of the packages containing Sun license agreements
50 (JDK binary, FOP and FreeTTS) and instead provided a note to
51 reference the text about automating builds.</para>
52 </listitem>
53 </itemizedlist>
54 </listitem>
55
56 <listitem>
57 <para>January 30th, 2006</para>
58 <itemizedlist>
59 <listitem>
60 <para>[randy] - Renamed the 'unpacking' page in Chapter 2 to
61 'building-notes' as this more accurately reflects the page and added
62 a new section 'Automated Building Procedures' to the
63 'building-notes' page.</para>
64 </listitem>
65 </itemizedlist>
66 </listitem>
67
68 <listitem>
69 <para>January 29th, 2006</para>
70 <itemizedlist>
71 <listitem>
72 <para>[randy] - Added instructions to build the Akode package, added
73 a patch to fix a build issue with libtunepimp, and adjusted the
74 dependencies in the Kdemultimedia instructions.</para>
75 </listitem>
76 <listitem>
77 <para>[randy] - Updated all the links to files located on the Anduin
78 server to use entities.</para>
79 </listitem>
80 <listitem>
81 <para>[andy] - Updated glib2 to 2.8.6.</para>
82 </listitem>
83 </itemizedlist>
84 </listitem>
85
86 <listitem>
87 <para>January 28th, 2006</para>
88 <itemizedlist>
89 <listitem>
90 <para>[randy] - Updated numerous items in the GStreamer Plug-ins
91 instructions.</para>
92 </listitem>
93 <listitem>
94 <para>[andy] - Updated GConf to 2.12.1</para>
95 </listitem>
96 <listitem>
97 <para>[andy] - Updated gtk+2 to 2.8.11</para>
98 </listitem>
99 </itemizedlist>
100 </listitem>
101
102 <listitem>
103 <para>January 27th, 2006</para>
104 <itemizedlist>
105 <listitem>
106 <para>[bdubbs] - Added section on the BLFS WiKi.</para>
107 </listitem>
108 <listitem>
109 <para>[bdubbs] - Removed section on package management because it
110 has been incorporated into LFS.</para>
111 </listitem>
112 <listitem>
113 <para>[randy] - Modified the instruction to apply the patch in the
114 kdegraphics instructions as the patch has changed, thanks to Miguel
115 Bazdresch for the report.</para>
116 </listitem>
117 <listitem>
118 <para>[randy] - Added a note to the GStreamer instructions about
119 Valgrind breaking the build.</para>
120 </listitem>
121 <listitem>
122 <para>[andy] - Updated libxklavier to 2.1.</para>
123 </listitem>
124 </itemizedlist>
125 </listitem>
126
127 <listitem>
128 <para>January 25th, 2006</para>
129 <itemizedlist>
130 <listitem>
131 <para>[randy] - Added Python to the ISO Codes dependencies. Thanks
132 to Jay McHugh for sending in the report.</para>
133 </listitem>
134 <listitem>
135 <para>[randy] - Updated to Mozilla-1.7.12, changed the build
136 method to use 'client.mk' and '.mozconfig', added instructions
137 to use system-installed NSS/NSPR libraries and added additional
138 configuration information.</para>
139 </listitem>
140 <listitem>
141 <para>[randy] - Changed the default to render SVG graphics in the
142 Firefox instructions.</para>
143 </listitem>
144 </itemizedlist>
145 </listitem>
146
147 <listitem>
148 <para>January 23rd, 2006</para>
149 <itemizedlist>
150 <listitem>
151 <para>[randy] - Updated to Thunderbird-1.5, changed the build
152 method to use 'client.mk' and '.mozconfig', added instructions
153 to use system-installed NSS/NSPR libraries and added additional
154 configuration information.</para>
155 </listitem>
156 <listitem>
157 <para>[randy] - Added information about using system-installed
158 versions of the NSS/NSPR libraries and added additional configuration
159 information to the Firefox instructions.</para>
160 </listitem>
161 <listitem>
162 <para>[randy] - Added new package Network Security Services,
163 NSS-3.11.</para>
164 </listitem>
165 </itemizedlist>
166 </listitem>
167
168 <listitem>
169 <para>January 22nd, 2006</para>
170 <itemizedlist>
171 <listitem>
172 <para>[randy] - Adjusted some dependencies using a patch sent in
173 by Chris Staub.</para>
174 </listitem>
175 </itemizedlist>
176 </listitem>
177
178 <listitem>
179 <para>January 21st, 2006</para>
180 <itemizedlist>
181 <listitem>
182 <para>[bdubbs] - Added the post-3.4.3-kdelibs-kjs.diff security
183 vulnerability patch to the kdelibs instructions.</para>
184 </listitem>
185 </itemizedlist>
186 </listitem>
187
188 <listitem>
189 <para>January 18th, 2006</para>
190 <itemizedlist>
191 <listitem>
192 <para>[randy] - Modified the sed command in the Firefox instructions
193 so that it can be run multiple times, also modified the instructions
194 for creating symlinks to the system-wide mozilla plugin
195 directory.</para>
196 </listitem>
197 <listitem>
198 <para>[randy] - Added a dependency and updated text to the Xine
199 Libraries instructions.</para>
200 </listitem>
201 <listitem>
202 <para>[randy] - Updated to ImageMagick-6.2.5-5.</para>
203 </listitem>
204 </itemizedlist>
205 </listitem>
206
207 <listitem>
208 <para>January 17th, 2006</para>
209 <itemizedlist>
210 <listitem>
211 <para>[tushar] - Modify unzip compilation to enable unzip to
212 unzip files up to 4 GB.</para>
213 </listitem>
214 <listitem>
215 <para>[bdubbs] - Added patch for sudo to clear selected environment variables.
216 Submitted by archaic.</para>
217 </listitem>
218 <listitem>
219 <para>[randy] - Updated to the HTML::TableExtract-2.06 Perl Module
220 and added new modules HTML::Element::Extended and HTML::Tree as
221 dependencies; also more reorganization and singling out of the
222 Perl Modules.</para>
223 </listitem>
224 <listitem>
225 <para>[tushar] - Change lynx installation target to install-full.</para>
226 </listitem>
227 <listitem>
228 <para>[tushar] - Removed obsolete note for zipcloack.</para>
229 </listitem>
230 <listitem>
231 <para>[randy] - Added three new Perl Modules as dependencies of the
232 Digest::SHA module: Devel::Symdump, Pod::Coverage and
233 Test::Pod::Coverage.</para>
234 </listitem>
235 </itemizedlist>
236 </listitem>
237
238 <listitem>
239 <para>January 16th, 2006</para>
240 <itemizedlist>
241 <listitem>
242 <para>[randy] - Updated to the Digest::SHA-5.32 Perl Module and
243 numerous text and dependency corrections/additions in the Perl
244 Modules instructions.</para>
245 </listitem>
246 <listitem>
247 <para>[randy] - Singled out the Text::Diff module in the Perl
248 Modules instructions.</para>
249 </listitem>
250 <listitem>
251 <para>[randy] - Updated to the Module::Signature-0.51 Perl Module
252 and singled it out in the instructions.</para>
253 </listitem>
254 <listitem>
255 <para>[randy] - Added optional dependencies to the Archive::Zip
256 and HTML::Tagset Perl Modules instructions.</para>
257 </listitem>
258 <listitem>
259 <para>[randy] - Updated to the ExtUtils::CBuilder-0.15 and
260 ExtUtils::ParseXS-2.15 Perl Modules.</para>
261 </listitem>
262 <listitem>
263 <para>[randy] - Updated to the YAML-0.50 Perl Module and provided a
264 note in the Module::Build instructions about using an older version
265 of YAML.</para>
266 </listitem>
267 <listitem>
268 <para>[randy] - Updated to the Module::Info-0.30 Perl Module and
269 added new optional dependencies.</para>
270 </listitem>
271 </itemizedlist>
272 </listitem>
273
274 <listitem>
275 <para>January 15th, 2006</para>
276 <itemizedlist>
277 <listitem>
278 <para>[randy] - Replaced the Test::Builder::Tester Perl Module with
279 the Test::Simple-0.62 module.</para>
280 </listitem>
281 <listitem>
282 <para>[randy] - Updated to the Test::Pod-1.22 Perl Module.</para>
283 </listitem>
284 <listitem>
285 <para>[randy] - Updated to the HTML::Tagset-3.10, HTML::Parser-3.48
286 and Pod::Simple-3.03 Perl Modules.</para>
287 </listitem>
288 <listitem>
289 <para>[randy] - Singled out the Compress::Zlib module in the Perl
290 Modules instructions and updated to the 1.41 version.</para>
291 </listitem>
292 </itemizedlist>
293 </listitem>
294
295 <listitem>
296 <para>January 14th, 2006</para>
297 <itemizedlist>
298 <listitem>
299 <para>[randy] - Added a note to run the test suite and added
300 documentation installation commands to the GnuPG instructions.</para>
301 </listitem>
302 </itemizedlist>
303 </listitem>
304
305 <listitem>
306 <para>January 12th, 2006</para>
307 <itemizedlist>
308 <listitem>
309 <para>[randy] - Updates to the FFmpeg instructions: added a patch and
310 dependency URLs to fix the AMR support and added additional
311 documentation installation commands.</para>
312 </listitem>
313 </itemizedlist>
314 </listitem>
315
316 <listitem>
317 <para>January 11, 2006</para>
318 <itemizedlist>
319 <listitem>
320 <para>[randy] - Updates to MPlayer: added an x264 patch, added new
321 dependencies, updated the version of the Skins file.</para>
322 </listitem>
323 <listitem>
324 <para>[andy] - Updated to abiword-2.4.2.</para>
325 </listitem>
326 </itemizedlist>
327 </listitem>
328
329 <listitem>
330 <para>January 10th, 2006</para>
331 <itemizedlist>
332 <listitem>
333 <para>[randy] - Fixed broken commands in the XviD instructions.</para>
334 </listitem>
335 <listitem>
336 <para>[randy] - Corrections to the CVS instructions: fixed broken
337 download URLs and corrected documentation installation
338 commands.</para>
339 </listitem>
340 </itemizedlist>
341 </listitem>
342
343 <listitem>
344 <para>January 9th, 2006</para>
345 <itemizedlist>
346 <listitem>
347 <para>[randy] - Updated the MPlayer instructions with the new URL for
348 the LIVE555 Streaming Media web site.</para>
349 </listitem>
350 </itemizedlist>
351 </listitem>
352
353 <listitem>
354 <para>January 8th, 2006</para>
355 <itemizedlist>
356 <listitem>
357 <para>[randy] - Updated to Ethereal-0.10.14.</para>
358 </listitem>
359 <listitem>
360 <para>[randy] - Updated to libmusicbrainz-2.1.2.</para>
361 </listitem>
362 <listitem>
363 <para>[randy] - Minor updates to the Kdegraphics instructions:
364 added new dependencies, added a note about creating the API
365 documentation, added a note about the OCR support, updated the
366 installed programs, libraries and directories list.</para>
367 </listitem>
368 </itemizedlist>
369 </listitem>
370
371 <listitem>
372 <para>January 7th, 2006</para>
373 <itemizedlist>
374 <listitem>
375 <para>[randy] - Removed the Berkeley DB dependency from packages
376 utilizing it as BDB is now built in LFS.</para>
377 </listitem>
378 <listitem>
379 <para>[randy] - Updated to Berkeley DB-4.4.16, added a patch to the
380 Python instructions to support the new BDB, updated the Heimdal
381 instructions to account for the changed library file names.</para>
382 </listitem>
383 <listitem>
384 <para>[randy] - Updated to GIMP-2.2.10.</para>
385 </listitem>
386 <listitem>
387 <para>[andy] - Updated to xvidcore-1.1.0.</para>
388 </listitem>
389 </itemizedlist>
390 </listitem>
391
392 <listitem>
393 <para>January 6th, 2006</para>
394 <itemizedlist>
395 <listitem>
396 <para>[randy] - Updated SANE back ends to 1.0.17 and front ends to
397 1.0.14.</para>
398 </listitem>
399 <listitem>
400 <para>[randy] - Modified the command to run the libcroco test
401 suite.</para>
402 </listitem>
403 </itemizedlist>
404 </listitem>
405
406 <listitem>
407 <para>January 5th, 2006</para>
408 <itemizedlist>
409 <listitem>
410 <para>[randy] - Updated to Poppler-0.4.3.</para>
411 </listitem>
412 <listitem>
413 <para>[randy] - Updated to giflib-4.1.4.</para>
414 </listitem>
415 <listitem>
416 <para>[randy] - Updated to libexif-0.6.13.</para>
417 </listitem>
418 <listitem>
419 <para>[randy] - Added the CAN-2005-3193 security vulnerability patch
420 to the kdegraphics instructions.</para>
421 </listitem>
422 </itemizedlist>
423 </listitem>
424
425 <listitem>
426 <para>January 4th, 2006</para>
427 <itemizedlist>
428 <listitem>
429 <para>[randy] - Minor additions to the kdebase instructions: added
430 optional dependencies, added a configuration section which includes
431 information about run-time packages, and added installed programs,
432 libraries and directories.</para>
433 </listitem>
434 <listitem>
435 <para>[igor] - Updated to Xpdf-3.01pl1.</para>
436 </listitem>
437 </itemizedlist>
438 </listitem>
439
440 <listitem>
441 <para>January 2nd, 2006</para>
442 <itemizedlist>
443 <listitem>
444 <para>[randy] - Added significant updates to the HAL instructions:
445 updated the dependencies, modified the command that changes the
446 storage device policy, added text and a visual chart to explain
447 the requirements of the hal-device-manager program, added commands
448 to allow for locale specific needs in the storage device policy,
449 and some general text cleanup.</para>
450 </listitem>
451 <listitem>
452 <para>[randy] - Updated the D-BUS instructions to include text that
453 identifies the needs of the HAL package.</para>
454 </listitem>
455 </itemizedlist>
456 </listitem>
457
458 <listitem>
459 <para>December 31st, 2005</para>
460 <itemizedlist>
461 <listitem>
462 <para>[randy] - Added a sed command to the D-Bus instructions to
463 change a 'jar' command to 'fastjar' due to the changes in
464 GCC-4.0.x.</para>
465 </listitem>
466 </itemizedlist>
467 </listitem>
468
469 <listitem>
470 <para>December 30th, 2005</para>
471 <itemizedlist>
472 <listitem>
473 <para>[randy] - Added some optional dependencies to the Kdelibs
474 instructions.</para>
475 </listitem>
476 <listitem>
477 <para>[randy] - Added new package Libidn-0.6.0.</para>
478 </listitem>
479 <listitem>
480 <para>[andy] - Added new package Gaim-1.5.0.</para>
481 </listitem>
482 </itemizedlist>
483 </listitem>
484
485 <listitem>
486 <para>December 29th, 2005</para>
487 <itemizedlist>
488 <listitem>
489 <para>[randy] - Removed libogg and added NAS to the optional
490 dependencies of aRts.</para>
491 </listitem>
492 <listitem>
493 <para>[randy] - Added a caution note to the MC instructions
494 about the UTF-8 related issues.</para>
495 </listitem>
496 <listitem>
497 <para>[randy] - Added a caution note to the UnZip instructions
498 about the locale related issues.</para>
499 </listitem>
500 <listitem>
501 <para>[randy] - Added new section 'Locale Related Issues' to Chapter
502 2, 'Important Information', thanks to Alexander Patrakov for
503 contributing the text for this page. The page is very incomplete and
504 many more packages with locale related issues will be added.</para>
505 </listitem>
506 </itemizedlist>
507 </listitem>
508
509 <listitem>
510 <para>December 28th, 2005</para>
511 <itemizedlist>
512 <listitem>
513 <para>[randy] - Added new package GOffice-0.1.2.</para>
514 </listitem>
515 </itemizedlist>
516 </listitem>
517
518 <listitem>
519 <para>December 27th, 2005</para>
520 <itemizedlist>
521 <listitem>
522 <para>[randy] - Updated to libgsf-1.13.3.</para>
523 </listitem>
524 <listitem>
525 <para>[randy] - Removed the unneeded 'make' command from the
526 hicolor-icon-theme instructions.</para>
527 </listitem>
528 <listitem>
529 <para>[randy] - Minor cleanup to libgnomeprint dependencies and
530 removed an unneeded switch from the configure command.</para>
531 </listitem>
532 <listitem>
533 <para>[randy] - Minor cleanup to libgnomecups dependencies.</para>
534 </listitem>
535 <listitem>
536 <para>[randy] - Updated to ISO Codes-0.49.</para>
537 </listitem>
538 </itemizedlist>
539 </listitem>
540
541 <listitem>
542 <para>December 26th, 2005</para>
543 <itemizedlist>
544 <listitem>
545 <para>[randy] - Updated to Doxygen-1.4.5.</para>
546 </listitem>
547 <listitem>
548 <para>[randy] - Minor changes to the Qt instructions: fixed HTTP
549 download URL, added test suite notes, modified the configure command
550 to include switches for the recommended dependencies and added
551 appropriate notes about the recommended dependencies.</para>
552 </listitem>
553 <listitem>
554 <para>[randy] - Updated to little cms-1.15.</para>
555 </listitem>
556 <listitem>
557 <para>[randy] - Updated to Sendmail-8.13.5.</para>
558 </listitem>
559 <listitem>
560 <para>[dj] - Added colorls patch to tcsh instructions.</para>
561 </listitem>
562 <listitem>
563 <para>[dj] - Corrected additional recommended and optional
564 dependencies in OpenOffice instructions.</para>
565 </listitem>
566 <listitem>
567 <para>[andy] - Update xine-lib to 1.1.1.</para>
568 </listitem>
569 </itemizedlist>
570 </listitem>
571
572 <listitem>
573 <para>December 25th, 2005</para>
574 <itemizedlist>
575 <listitem>
576 <para>[randy] - Updated to LibMPEG3-1.6.</para>
577 </listitem>
578 </itemizedlist>
579 </listitem>
580
581 <listitem>
582 <para>December 24th, 2005</para>
583 <itemizedlist>
584 <listitem>
585 <para>[randy] - Fixed a syntax error in the configure scripts and
586 simplified the existing sed commands in the Tcl and Tk
587 instructions.</para>
588 </listitem>
589 <listitem>
590 <para>[randy] - Added pkg-config and ALSA Library as required
591 dependencies of the ALSA Plugins package, thanks to Joe Ciccone for
592 pointing out the omission.</para>
593 </listitem>
594 <listitem>
595 <para>[randy] - Fixed GTK+-2 documentation installation commands,
596 thanks to Nico R. for pointing out the breakage.</para>
597 </listitem>
598 <listitem>
599 <para>[randy] - Updated to Firefox-1.5, modified the method used
600 to build it and added a command to fix an anonymous enum in an
601 interface header file.</para>
602 </listitem>
603 <listitem>
604 <para>[dj] - Added GTK+-2 to OpenOffice required dependencies and
605 removed FreeType and OpenLDAP (OpenLDAP is currently broken).</para>
606 </listitem>
607 </itemizedlist>
608 </listitem>
609
610 <listitem>
611 <para>December 23rd, 2005</para>
612 <itemizedlist>
613 <listitem>
614 <para>[andy] - Updated librsvg to 2.12.7.</para>
615 </listitem>
616 <listitem>
617 <para>[andy] - Updated Gnome doc utils to 0.4.4.</para>
618 </listitem>
619 </itemizedlist>
620 </listitem>
621
622 <listitem>
623 <para>December 22nd, 2005</para>
624 <itemizedlist>
625 <listitem>
626 <para>[andy] - Updated XFce to 4.2.3.2.</para>
627 </listitem>
628 </itemizedlist>
629 </listitem>
630
631 <listitem>
632 <para>December 21st, 2005</para>
633 <itemizedlist>
634 <listitem>
635 <para>[archaic] - Removed the obsolete sed in sudo and added a note to
636 use visudo to edit the sudoers file.</para>
637 </listitem>
638 </itemizedlist>
639 </listitem>
640
641 <listitem>
642 <para>December 20th, 2005</para>
643 <itemizedlist>
644 <listitem>
645 <para>[randy] - Commented out the Python and Perl bindings build
646 notes from the Subversion instructions as there is a build failure
647 using current versions of SWIG and (B)LFS packages.</para>
648 </listitem>
649 <listitem>
650 <para>[randy] - Added documentation installation commands to the
651 Guile instructions.</para>
652 </listitem>
653 </itemizedlist>
654 </listitem>
655
656 <listitem>
657 <para>December 19th, 2005</para>
658 <itemizedlist>
659 <listitem>
660 <para>[randy] - Modified the sed command in the OpenSSH instructions
661 to better allow for repeated builds.</para>
662 </listitem>
663 <listitem>
664 <para>[bdubbs] - Updated to nmap-3.95.</para>
665 </listitem>
666 <listitem>
667 <para>[bdubbs] - Added sed to Bind to prevent invalid
668 warnings in the log.</para>
669 </listitem>
670 <listitem>
671 <para>[randy] - Updated to Samba-3.0.20b.</para>
672 </listitem>
673 <listitem>
674 <para>[andy] - Updated to Gnumeric-1.6.1.</para>
675 </listitem>
676 </itemizedlist>
677 </listitem>
678
679 <listitem>
680 <para>December 18th, 2005</para>
681 <itemizedlist>
682 <listitem>
683 <para>[randy] - Updated to ESP Ghostscript-8.15.1.</para>
684 </listitem>
685 <listitem>
686 <para>[bdubbs] - Changed configure instruction in gimp to
687 use recommended dependencies. Added note that the switches
688 to configure need to be changed if the recommended
689 dependencies are not installed.</para>
690 </listitem>
691 <listitem>
692 <para>[bdubbs] - Updated to whois-4.7.10.</para>
693 </listitem>
694 <listitem>
695 <para>[bdubbs] - Updated to KDE-3.5 and kdevelop 3.3.0.</para>
696 </listitem>
697 </itemizedlist>
698 </listitem>
699
700 <listitem>
701 <para>December 17th, 2005</para>
702 <itemizedlist>
703 <listitem>
704 <para>[randy] - Updated to PHP-5.1.1.</para>
705 </listitem>
706 </itemizedlist>
707 </listitem>
708
709 <listitem>
710 <para>December 16th, 2005</para>
711 <itemizedlist>
712 <listitem>
713 <para>[randy] - Updated to Stunnel-4.14.</para>
714 </listitem>
715 <listitem>
716 <para>[randy] - Updated to Ruby-1.8.3.</para>
717 </listitem>
718 </itemizedlist>
719 </listitem>
720
721 <listitem>
722 <para>December 15, 2005</para>
723 <itemizedlist>
724 <listitem>
725 <para>[randy] - Updated to Aspell-0.60.4.</para>
726 </listitem>
727 <listitem>
728 <para>[randy] - Added a sed command to the FOP instructions which
729 fixes an obsolete tail command in the JAI binary.</para>
730 </listitem>
731 <listitem>
732 <para>[randy] - Updated to Gamin-0.1.7.</para>
733 </listitem>
734 <listitem>
735 <para>[bdubbs] - Removed section on newsserver.</para>
736 </listitem>
737 <listitem>
738 <para>[randy] - Updated to Apache HTTP Server-2.2.0.</para>
739 </listitem>
740 </itemizedlist>
741 </listitem>
742
743 <listitem>
744 <para>December 14th, 2005</para>
745 <itemizedlist>
746 <listitem>
747 <para>[randy] - Updated to OpenLDAP-2.3.11.</para>
748 </listitem>
749 <listitem>
750 <para>[randy] - Updated to PostgreSQL-8.1.1.</para>
751 </listitem>
752 </itemizedlist>
753 </listitem>
754
755 <listitem>
756 <para>December 13th, 2005</para>
757 <itemizedlist>
758 <listitem>
759 <para>[bdubbs] - Update description of LiveCD.</para>
760 </listitem>
761 <listitem>
762 <para>[randy] - Updated to MySQL-5.0.16.</para>
763 </listitem>
764 <listitem>
765 <para>[bdubbs] - Update koffice to version 1.4.2.</para>
766 </listitem>
767 <listitem>
768 <para>[bdubbs] - Removed libungif.</para>
769 </listitem>
770 <listitem>
771 <para>[randy] - Updated to GTK+-2.8.9.</para>
772 </listitem>
773 <listitem>
774 <para>[andy] - Updated to Abiword-2.4.1</para>
775 </listitem>
776 </itemizedlist>
777 </listitem>
778
779 <listitem>
780 <para>December 11th, 2005</para>
781 <itemizedlist>
782 <listitem>
783 <para>[randy] - Updated to Pango-1.10.2.</para>
784 </listitem>
785 <listitem>
786 <para>[randy] - Updated to GLib-2.8.4.</para>
787 </listitem>
788 </itemizedlist>
789 </listitem>
790
791 <listitem>
792 <para>December 10th, 2005</para>
793 <itemizedlist>
794 <listitem>
795 <para>[randy] - Updated to Heimdal-0.7.1.</para>
796 </listitem>
797 </itemizedlist>
798 </listitem>
799
800 <listitem>
801 <para>December 9th, 2005</para>
802 <itemizedlist>
803 <listitem>
804 <para>[randy] - Fixed command typos in the Gnome Menus and
805 Gnome Volume Manager instructions.</para>
806 </listitem>
807 <listitem>
808 <para>[andy] - Updated Fluxbox to version 0.9.14.</para>
809 </listitem>
810 <listitem>
811 <para>[andy] - Added details of how to create a fluxbox.desktop file to
812 the Fluxbox page.</para>
813 </listitem>
814 </itemizedlist>
815 </listitem>
816
817 <listitem>
818 <para>December 8th, 2005</para>
819 <itemizedlist>
820 <listitem>
821 <para>[bdubbs] - Updated to curl-7.15.1.</para>
822 </listitem>
823 </itemizedlist>
824 </listitem>
825
826 <listitem>
827 <para>December 7th, 2005</para>
828 <itemizedlist>
829 <listitem>
830 <para>[bdubbs] - Added sed to remove incomplete tests from
831 test program in popt.</para>
832 </listitem>
833 <listitem>
834 <para>[bdubbs] - Removed reference to non-existent esound.ps
835 from EsounD-0.2.36.</para>
836 </listitem>
837 <listitem>
838 <para>[bdubbs] - Removed --with-history option from libxml2. Added
839 a caution that the make check command can hang forever under
840 certain conditions with the option.</para>
841 </listitem>
842 <listitem>
843 <para>[bdubbs] - Added Andy Benton to the list of BLFS editors.</para>
844 </listitem>
845 <listitem>
846 <para>[randy] - Added GTK-Doc as a dependency of libxml, thanks to
847 go moko for pointing out the omission.</para>
848 </listitem>
849 <listitem>
850 <para>[randy] - Added Ghostscript as a dependency of Doxygen.</para>
851 </listitem>
852 <listitem>
853 <para>[randy] - Added GNOME Doc Utils as a dependency of Evince,
854 thanks to David Rosal for pointing out the omission.</para>
855 </listitem>
856 <listitem>
857 <para>[randy] - Updated to libvorbis-1.1.2.</para>
858 </listitem>
859 <listitem>
860 <para>[randy] - Updated to libogg-1.1.3.</para>
861 </listitem>
862 </itemizedlist>
863 </listitem>
864
865 <listitem>
866 <para>December 6th, 2005</para>
867 <itemizedlist>
868 <listitem>
869 <para>[dj] - Completed dependencies, removed optional configure
870 parameters and added the no_mozilla (firefox) patch for
871 OpenOffice.</para>
872 </listitem>
873 </itemizedlist>
874 </listitem>
875
876 <listitem>
877 <para>December 3rd, 2005</para>
878 <itemizedlist>
879 <listitem>
880 <para>[randy] - Updated to GCC-4.0.2.</para>
881 </listitem>
882 <listitem>
883 <para>[bdubbs] - Updated to qt-3.3.5.</para>
884 </listitem>
885 </itemizedlist>
886 </listitem>
887
888 <listitem>
889 <para>December 2nd, 2005</para>
890 <itemizedlist>
891 <listitem>
892 <para>[dj] - Updated JDK binary version to 1.5.0_06.</para>
893 </listitem>
894 </itemizedlist>
895 </listitem>
896
897 <listitem>
898 <para>December 1st, 2005</para>
899 <itemizedlist>
900 <listitem>
901 <para>[dj] - Added several fixes to OpenOffice instructions.</para>
902 </listitem>
903 </itemizedlist>
904 </listitem>
905
906 <listitem>
907 <para>November 30th, 2005</para>
908 <itemizedlist>
909 <listitem>
910 <para>[randy] - Updated to xinetd-2.3.14.</para>
911 </listitem>
912 <listitem>
913 <para>[randy] - Added a command to create the logging directory in
914 the GDM instructions, thanks to Vincent Fretin for pointing out the
915 oversight.</para>
916 </listitem>
917 <listitem>
918 <para>[randy] - Updated to PCI Utilities-2.2.1.</para>
919 </listitem>
920 <listitem>
921 <para>[randy] - Updated to Sysstat-6.0.2.</para>
922 </listitem>
923 </itemizedlist>
924 </listitem>
925
926 <listitem>
927 <para>November 29th, 2005</para>
928 <itemizedlist>
929 <listitem>
930 <para>[randy] - Updated to Shadow-4.0.13.</para>
931 </listitem>
932 <listitem>
933 <para>[randy] - Updated to Linux-PAM-0.99.2.0. Note that many of
934 the installation commands have changed.</para>
935 </listitem>
936 <listitem>
937 <para>[dj] - Updated ash patch for use with gcc-4.x.</para>
938 </listitem>
939 </itemizedlist>
940 </listitem>
941
942 <listitem>
943 <para>November 27th, 2005</para>
944 <itemizedlist>
945 <listitem>
946 <para>[randy] - Added an FTP download URL and changed the
947 documentation installation to a versioned directory in the Fontconfig
948 instructions.</para>
949 </listitem>
950 <listitem>
951 <para>[randy] - Added documentation installation and clarified the
952 purpose of the sed command in the FreeType instructions.</para>
953 </listitem>
954 </itemizedlist>
955 </listitem>
956
957 <listitem>
958 <para>November 26th, 2005</para>
959 <itemizedlist>
960 <listitem>
961 <para>[randy] - Added a note to the Lynx instructions that
962 identifies, and shows how to avoid, a security vulnerability.</para>
963 </listitem>
964 <listitem>
965 <para>[randy] - Updated to S-Lang-2.0.5.</para>
966 </listitem>
967 <listitem>
968 <para>[randy] - Updated the text in the Net-tools instructions
969 to reflect the updated version of Coreutils.</para>
970 </listitem>
971 </itemizedlist>
972 </listitem>
973
974 <listitem>
975 <para>November 25th, 2005</para>
976 <itemizedlist>
977 <listitem>
978 <para>[randy] - Updated to OpenSSL-0.9.7i</para>
979 </listitem>
980 <listitem>
981 <para>[randy] - Updated to pkg-config-0.20</para>
982 </listitem>
983 </itemizedlist>
984 </listitem>
985
986 <listitem>
987 <para>November 24th, 2005</para>
988 <itemizedlist>
989 <listitem>
990 <para>[randy] - Updated to CrackLib-2.8.6 and modified the
991 installation commands to work with the newer version.</para>
992 </listitem>
993 </itemizedlist>
994 </listitem>
995
996 <listitem>
997 <para>November 23rd, 2005</para>
998 <itemizedlist>
999 <listitem>
1000 <para>[bdubbs] - Added sed to sudo to correct a security issue
1001 (Archaic). Also added --enable-shell-sets-home switch
1002 (Gerard).</para>
1003 </listitem>
1004 </itemizedlist>
1005 </listitem>
1006
1007 <listitem>
1008 <para>November 22nd, 2005</para>
1009 <itemizedlist>
1010 <listitem>
1011 <para>[bdubbs] - Added sudo-1.6.8p12.</para>
1012 </listitem>
1013 <listitem>
1014 <para>[randy] - Updated to HTML Tidy-051026. Also updated the docs to
1015 051020 and changed the documentation directory to a versioned
1016 name.</para>
1017 </listitem>
1018 <listitem>
1019 <para>[randy] - Updated to FriBidi-0.10.7.</para>
1020 </listitem>
1021 <listitem>
1022 <para>[randy] - Added DocBook SGML DTD-3.1 as a dependency to perform
1023 the tests outlined in the DocBook DSSSL Stylesheets
1024 instructions.</para>
1025 </listitem>
1026 <listitem>
1027 <para>[randy] - Updated to Ethereal-0.10.13.</para>
1028 </listitem>
1029 <listitem>
1030 <para>[randy] - Added new package GC-6.5.</para>
1031 </listitem>
1032 </itemizedlist>
1033 </listitem>
1034
1035 <listitem>
1036 <para>November 21st, 2005</para>
1037 <itemizedlist>
1038 <listitem>
1039 <para>[randy] - Updated the Rsync bootscript to remove the --compress
1040 parameter, thanks to Jeremy Huntwork for reporting the problem.</para>
1041 </listitem>
1042 <listitem>
1043 <para>[randy] - Added --disable-python to the configure command in
1044 the D-BUS instructions to fix a broken build identified by Filip
1045 Bartmann.</para>
1046 </listitem>
1047 <listitem>
1048 <para>[randy] - Added --disable-libwrap to the configure command in
1049 the Stunnel instructions to fix a broken build identified by Filip
1050 Bartmann.</para>
1051 </listitem>
1052 <listitem>
1053 <para>[randy] - Added new package gnome-volume-manager-1.5.1 to the
1054 Utilities section of Chapter 31.</para>
1055 </listitem>
1056 <listitem>
1057 <para>[randy] - Modified the libexecdir parameter passed to configure
1058 and tweaked the storage device policy in the HAL instructions.</para>
1059 </listitem>
1060 </itemizedlist>
1061 </listitem>
1062
1063 <listitem>
1064 <para>November 19th, 2005</para>
1065 <itemizedlist>
1066 <listitem>
1067 <para>[randy] - Added notes to start a D-BUS session daemon to the
1068 D-BUS, GDM and GNOME Configuration instructions.</para>
1069 </listitem>
1070 <listitem>
1071 <para>[dj] - Cleaned up OpenOffice instructions and added
1072 a no-pam patch.</para>
1073 </listitem>
1074 </itemizedlist>
1075 </listitem>
1076
1077 <listitem>
1078 <para>November 18th, 2005</para>
1079 <itemizedlist>
1080 <listitem>
1081 <para>[randy] - Added a GCC4 patch to the libvorbis instructions,
1082 thanks to Steffen Knollman for discovering the problem and
1083 contributing the patch.</para>
1084 </listitem>
1085 <listitem>
1086 <para>[igor] - Updated to rsync-2.6.6.</para>
1087 </listitem>
1088 </itemizedlist>
1089 </listitem>
1090
1091 <listitem>
1092 <para>November 17th, 2005</para>
1093 <itemizedlist>
1094 <listitem>
1095 <para>[randy] - Added new package Sound Juicer-2.12.2 to the
1096 Utilities section of Chapter 31.</para>
1097 </listitem>
1098 <listitem>
1099 <para>[dj] - Corrected OpenOffice patch names.</para>
1100 </listitem>
1101 </itemizedlist>
1102 </listitem>
1103
1104 <listitem>
1105 <para>November 15th, 2005</para>
1106 <itemizedlist>
1107 <listitem>
1108 <para>[dj] - Updated to OpenOffice-2.0.0</para>
1109 </listitem>
1110 </itemizedlist>
1111 </listitem>
1112
1113 <listitem>
1114 <para>November 14th, 2005</para>
1115 <itemizedlist>
1116 <listitem>
1117 <para>[randy] - Updated to Balsa-2.3.6.</para>
1118 </listitem>
1119 </itemizedlist>
1120 </listitem>
1121
1122 <listitem>
1123 <para>November 13th, 2005</para>
1124 <itemizedlist>
1125 <listitem>
1126 <para>[randy] - Added several more entries to the 'Other Programming
1127 Tools' section. Many thanks to Miguel Bazdresch for his suggestions
1128 and other contributions.</para>
1129 </listitem>
1130 </itemizedlist>
1131 </listitem>
1132
1133 <listitem>
1134 <para>November 12th, 2005</para>
1135 <itemizedlist>
1136 <listitem>
1137 <para>[dj] - Updated GCC4 patches for Mozilla projects to include
1138 xptinfo.h anonymous enum patch.</para>
1139 </listitem>
1140 </itemizedlist>
1141 </listitem>
1142
1143 <listitem>
1144 <para>November 9th, 2005</para>
1145 <itemizedlist>
1146 <listitem>
1147 <para>[randy] - Updated references to source and md5sum files
1148 on the Anduin server due to the Anduin reorganization.</para>
1149 </listitem>
1150 <listitem>
1151 <para>[randy] - Added several more programming languages to the
1152 'Other Programming Tools' section.</para>
1153 </listitem>
1154 </itemizedlist>
1155 </listitem>
1156
1157 <listitem>
1158 <para>November 7th, 2005</para>
1159 <itemizedlist>
1160 <listitem>
1161 <para>[randy] - Added several programming languages to the 'Other
1162 Programming Tools' section.</para>
1163 </listitem>
1164 <listitem>
1165 <para>[dj] - Added Archive::Zip to the Perl Modules page.</para>
1166 </listitem>
1167 </itemizedlist>
1168 </listitem>
1169
1170 <listitem>
1171 <para>November 5th, 2005</para>
1172 <itemizedlist>
1173 <listitem>
1174 <para>[dj] - Updated alsa-restore script per Alexander Patrakov's
1175 suggestions.</para>
1176 </listitem>
1177 </itemizedlist>
1178 </listitem>
1179
1180 <listitem>
1181 <para>November 4th, 2005</para>
1182 <itemizedlist>
1183 <listitem>
1184 <para>[randy] - Added a patch to the libgsf instructions so that the
1185 configure script properly discovers GConf.</para>
1186 </listitem>
1187 </itemizedlist>
1188 </listitem>
1189
1190 <listitem>
1191 <para>November 3rd, 2005</para>
1192 <itemizedlist>
1193 <listitem>
1194 <para>[randy] - Added new package GMime-2.1.17.</para>
1195 </listitem>
1196 </itemizedlist>
1197 </listitem>
1198
1199 <listitem>
1200 <para>November 1st, 2005</para>
1201 <itemizedlist>
1202 <listitem>
1203 <para>[randy] - Added A-A-P, Mono, OProfile, OGDL and R to the
1204 'Other Programming Tools' section.</para>
1205 </listitem>
1206 <listitem>
1207 <para>[randy] - Added new package libmpeg2-0.4.0b.</para>
1208 </listitem>
1209 <listitem>
1210 <para>[randy] - Updated to Transcode-1.0.1.</para>
1211 </listitem>
1212 </itemizedlist>
1213 </listitem>
1214
1215 <listitem>
1216 <para>October 31st, 2005</para>
1217 <itemizedlist>
1218 <listitem>
1219 <para>[randy] - Added new package libmusicbrainz-2.1.1.</para>
1220 </listitem>
1221 </itemizedlist>
1222 </listitem>
1223
1224 <listitem>
1225 <para>October 30th, 2005</para>
1226 <itemizedlist>
1227 <listitem>
1228 <para>[randy] - Added new package Totem-1.2.0.</para>
1229 </listitem>
1230 <listitem>
1231 <para>[dj] - Updated to JDK-1.5.0_05.</para>
1232 </listitem>
1233 </itemizedlist>
1234 </listitem>
1235
1236 <listitem>
1237 <para>October 29th, 2005</para>
1238 <itemizedlist>
1239 <listitem>
1240 <para>[archaic] - Updated to PCI-Utilities-2.2.0.</para>
1241 </listitem>
1242 </itemizedlist>
1243 </listitem>
1244
1245 <listitem>
1246 <para>October 28th, 2005</para>
1247 <itemizedlist>
1248 <listitem>
1249 <para>[igor] - Updated to SDL-1.2.9.</para>
1250 </listitem>
1251 <listitem>
1252 <para>[igor] - Updated to CVS-1.11.21.</para>
1253 </listitem>
1254 </itemizedlist>
1255 </listitem>
1256
1257 <listitem>
1258 <para>October 25th, 2005</para>
1259 <itemizedlist>
1260 <listitem>
1261 <para>[randy] - Added new package Evince-0.4.0 and removed the GPDF
1262 package from the GNOME Add-on section.</para>
1263 </listitem>
1264 </itemizedlist>
1265 </listitem>
1266
1267 <listitem>
1268 <para>October 23rd, 2005</para>
1269 <itemizedlist>
1270 <listitem>
1271 <para>[igor] - Updated to MPlayer-1.0pre7try2.</para>
1272 </listitem>
1273 <listitem>
1274 <para>[randy] - Added new package Poppler-0.4.2.</para>
1275 </listitem>
1276 </itemizedlist>
1277 </listitem>
1278
1279 <listitem>
1280 <para>October 21st, 2005</para>
1281 <itemizedlist>
1282 <listitem>
1283 <para>[randy] - Added new package GNOME Keyring
1284 Manager-2.12.0.</para>
1285 </listitem>
1286 </itemizedlist>
1287 </listitem>
1288
1289 <listitem>
1290 <para>October 20th, 2005</para>
1291 <itemizedlist>
1292 <listitem>
1293 <para>[randy] - Added new package ISO Codes-0.48.</para>
1294 </listitem>
1295 </itemizedlist>
1296 </listitem>
1297
1298 <listitem>
1299 <para>October 19th, 2005</para>
1300 <itemizedlist>
1301 <listitem>
1302 <para>[randy] - Added new package PyXML-0.8.4.</para>
1303 </listitem>
1304 <listitem>
1305 <para>[randy] - Added category headers to the GNOME Add-on packages
1306 Table-of-Contents. Many thanks to Manuel Canales Esparcia for the
1307 XML wizardry to make this happen.</para>
1308 </listitem>
1309 </itemizedlist>
1310 </listitem>
1311
1312 <listitem>
1313 <para>October 18th, 2005</para>
1314 <itemizedlist>
1315 <listitem>
1316 <para>[randy] - Added a patch and an additional command to enable the
1317 streaming audio method in the GNOME Speech instructions.</para>
1318 </listitem>
1319 <listitem>
1320 <para>[randy] - Updated to GDM-2.8.0.5.</para>
1321 </listitem>
1322 </itemizedlist>
1323 </listitem>
1324
1325 <listitem>
1326 <para>October 17th, 2005</para>
1327 <itemizedlist>
1328 <listitem>
1329 <para>[randy] - Updated to GOK-1.0.5.</para>
1330 </listitem>
1331 <listitem>
1332 <para>[igor] - Updated to HTML Tidy-051013.</para>
1333 </listitem>
1334 <listitem>
1335 <para>[randy] - Updated to Gnopernicus-0.12.0.</para>
1336 </listitem>
1337 <listitem>
1338 <para>[randy] - Updated to GNOME Speech-0.3.8.</para>
1339 </listitem>
1340 </itemizedlist>
1341 </listitem>
1342
1343 <listitem>
1344 <para>October 16th, 2005</para>
1345 <itemizedlist>
1346 <listitem>
1347 <para>[randy] - Updated to GNOME Magnifier-0.12.2; moved the creation
1348 of the xextensions.pc file from the GNOME Magnifier to the XFree86
1349 instructions.</para>
1350 </listitem>
1351 <listitem>
1352 <para>[igor] - Updated to PHP-5.0.5.</para>
1353 </listitem>
1354 <listitem>
1355 <para>[randy] - Modified dependencies in the libgtkhtml
1356 instructions.</para>
1357 </listitem>
1358 <listitem>
1359 <para>[igor] - Updated to PCRE-6.4.</para>
1360 </listitem>
1361 <listitem>
1362 <para>[igor] - Updated to cURL-7.15.0.</para>
1363 </listitem>
1364 </itemizedlist>
1365 </listitem>
1366
1367 <listitem>
1368 <para>October 15th, 2005</para>
1369 <itemizedlist>
1370 <listitem>
1371 <para>[igor] - Added the gcc4 patch for NTP.</para>
1372 </listitem>
1373 <listitem>
1374 <para>[igor] - Updated to Fcron-3.0.0.</para>
1375 </listitem>
1376 <listitem>
1377 <para>[igor] - Updated to Apache-2.0.55.</para>
1378 </listitem>
1379 <listitem>
1380 <para>[igor] - Updated to Python-2.4.2.</para>
1381 </listitem>
1382 <listitem>
1383 <para>[igor] - Updated to Berkeley DB-4.3.29.</para>
1384 </listitem>
1385 <listitem>
1386 <para>[randy] - Updated to GGV-2.12.0.</para>
1387 </listitem>
1388 <listitem>
1389 <para>[igor] - Updated to Firefox-1.0.7.</para>
1390 </listitem>
1391 <listitem>
1392 <para>[randy] - Updated to AT SPI-1.6.6.</para>
1393 </listitem>
1394 <listitem>
1395 <para>[igor] - Updated to libtiff-3.7.4.</para>
1396 </listitem>
1397 <listitem>
1398 <para>[igor] - Updated to cairo-1.0.2.</para>
1399 </listitem>
1400 <listitem>
1401 <para>[randy] - Updated to Zenity-2.12.1.</para>
1402 </listitem>
1403 <listitem>
1404 <para>[randy] - Updated to GNOME-Netstatus-2.12.0.</para>
1405 </listitem>
1406 </itemizedlist>
1407 </listitem>
1408
1409 <listitem>
1410 <para>October 14th, 2005</para>
1411 <itemizedlist>
1412 <listitem>
1413 <para>[igor] - Updated to libpcap-0.9.4.</para>
1414 </listitem>
1415 <listitem>
1416 <para>[igor] - Updated to Wget-1.10.2.</para>
1417 </listitem>
1418 <listitem>
1419 <para>[randy] - Updated to GNOME System Monitor-2.12.1.</para>
1420 </listitem>
1421 <listitem>
1422 <para>[igor] - Updated to OpenSSL-0.9.7h.</para>
1423 </listitem>
1424 <listitem>
1425 <para>[randy] - Updated to GConf Editor-2.12.0.</para>
1426 </listitem>
1427 <listitem>
1428 <para>[randy] - Updated to File Roller-2.12.1.</para>
1429 </listitem>
1430 <listitem>
1431 <para>[randy] - Updated to EOG-2.12.1.</para>
1432 </listitem>
1433 <listitem>
1434 <para>[randy] - Updated to gedit-2.12.1.</para>
1435 </listitem>
1436 </itemizedlist>
1437 </listitem>
1438
1439 <listitem>
1440 <para>October 13th, 2005</para>
1441 <itemizedlist>
1442 <listitem>
1443 <para>[igor] - Updated Vim security patch.</para>
1444 </listitem>
1445 <listitem>
1446 <para>[randy] - Updated to GNOME Games-2.12.1.</para>
1447 </listitem>
1448 <listitem>
1449 <para>[randy] - Updated to Epiphany-1.8.2.</para>
1450 </listitem>
1451 <listitem>
1452 <para>[randy] - Changed Python from an optional to a recommended
1453 dependency in the GNOME Doc Utils dependencies.</para>
1454 </listitem>
1455 </itemizedlist>
1456 </listitem>
1457
1458 <listitem>
1459 <para>October 12th, 2005</para>
1460 <itemizedlist>
1461 <listitem>
1462 <para>[randy] - Updated to gcalctool-5.6.31.</para>
1463 </listitem>
1464 </itemizedlist>
1465 </listitem>
1466
1467 <listitem>
1468 <para>October 11th, 2005</para>
1469 <itemizedlist>
1470 <listitem>
1471 <para>[randy] - Updated to gtksourceview-1.4.2.</para>
1472 </listitem>
1473 <listitem>
1474 <para>[randy] - Updated to bug-buddy-2.12.1.</para>
1475 </listitem>
1476 <listitem>
1477 <para>[randy] - Updated to GnomeMeeting-1.2.2.</para>
1478 </listitem>
1479 <listitem>
1480 <para>[randy] - Updated to GNOME Utilities-2.12.1.</para>
1481 </listitem>
1482 <listitem>
1483 <para>[randy] - Updated to GNOME Media-2.12.0.</para>
1484 </listitem>
1485 <listitem>
1486 <para>[randy] - Updated to Nautilus CD Burner-2.12.1.</para>
1487 </listitem>
1488 <listitem>
1489 <para>[randy] - Updated to Evolution-2.4.1.</para>
1490 </listitem>
1491 </itemizedlist>
1492 </listitem>
1493
1494 <listitem>
1495 <para>October 10th, 2005</para>
1496 <itemizedlist>
1497 <listitem>
1498 <para>[randy] - Updated to GtkHTML-3.8.1.</para>
1499 </listitem>
1500 <listitem>
1501 <para>[randy] - Updated to system-tools-backends-1.4.0.</para>
1502 </listitem>
1503 <listitem>
1504 <para>[randy] - Updated to libgnomeprintui-2.12.1.</para>
1505 </listitem>
1506 <listitem>
1507 <para>[randy] - Updated to libgnomeprint-2.12.1.</para>
1508 </listitem>
1509 <listitem>
1510 <para>[randy] - Updated to libgnomecups-0.2.2.</para>
1511 </listitem>
1512 <listitem>
1513 <para>[randy] - Added GTK+-2 as a required dependency of
1514 libgtkhtml.</para>
1515 </listitem>
1516 <listitem>
1517 <para>[randy] - Updated to Evolution Data Server-1.4.1.1.</para>
1518 </listitem>
1519 <listitem>
1520 <para>[randy] - Updated core GNOME packages to the 2.12.1 release of
1521 GNOME. GNOME add-on packages are updated only to the release
1522 versions. The individual updates to the GNOME add-on packages will be
1523 accomplished individually.</para>
1524 </listitem>
1525 </itemizedlist>
1526 </listitem>
1527
1528 <listitem>
1529 <para>October 8th, 2005</para>
1530 <itemizedlist>
1531 <listitem>
1532 <para>[tushar] - Replaced FAM with Gamin.</para>
1533 </listitem>
1534 </itemizedlist>
1535 </listitem>
1536
1537 <listitem>
1538 <para>October 6th, 2005</para>
1539 <itemizedlist>
1540 <listitem>
1541 <para>[randy] - Updated to librsvg-2.12.4.</para>
1542 </listitem>
1543 <listitem>
1544 <para>[dj] - Updated to JDK (source build) 1.5.0_04.</para>
1545 </listitem>
1546 <listitem>
1547 <para>[dj] - Updated to OpenOffice 1.1.5.</para>
1548 </listitem>
1549 </itemizedlist>
1550 </listitem>
1551
1552 <listitem>
1553 <para>October 5th, 2005</para>
1554 <itemizedlist>
1555 <listitem>
1556 <para>[randy] - Updated to Metacity-2.12.1.</para>
1557 </listitem>
1558 <listitem>
1559 <para>[randy] - Updated to libwnck-2.12.1.</para>
1560 </listitem>
1561 <listitem>
1562 <para>[randy] - Updated to GTK+-2.8.6.</para>
1563 </listitem>
1564 <listitem>
1565 <para>[randy] - Updated to Pango-1.10.1.</para>
1566 </listitem>
1567 <listitem>
1568 <para>[randy] - Updated to GLib-2.8.3.</para>
1569 </listitem>
1570 <listitem>
1571 <para>[randy] - Updated to libxml2-2.6.22.</para>
1572 </listitem>
1573 <listitem>
1574 <para>[randy] - Added the --disable-error-on-warning parameter to the
1575 GnuCash configure command as using GCC-4.0.x will generate warnings
1576 which will break the build if the parameter is not used.</para>
1577 </listitem>
1578 <listitem>
1579 <para>[randy] - Added a patch to the Guile instructions and changed
1580 the sed command in the SLIB instructions so that the two packages
1581 work nicely together.</para>
1582 </listitem>
1583 </itemizedlist>
1584 </listitem>
1585
1586 <listitem>
1587 <para>October 4th, 2005</para>
1588 <itemizedlist>
1589 <listitem>
1590 <para>[tushar] - Prevent gcc fixincludes from running to match LFS
1591 instructions.</para>
1592 </listitem>
1593 <listitem>
1594 <para>[randy] - Added a sed command to the GtkHTML-1 instructions to
1595 fix a GCC-4.0.x build problem.</para>
1596 </listitem>
1597 <listitem>
1598 <para>[randy] - Added a GCC-4 patch to the Soup instructions.</para>
1599 </listitem>
1600 <listitem>
1601 <para>[randy] - Added a GCC-4 patch to the Guppi instructions.</para>
1602 </listitem>
1603 <listitem>
1604 <para>[randy] - Added a GCC-4 patch to the GConf-1.0.9
1605 instructions.</para>
1606 </listitem>
1607 <listitem>
1608 <para>[randy] - Added a sed command to the Bonobo-1.4 instructions to
1609 fix a GCC-4 build problem.</para>
1610 </listitem>
1611 </itemizedlist>
1612 </listitem>
1613
1614 <listitem>
1615 <para>October 3rd, 2005</para>
1616 <itemizedlist>
1617 <listitem>
1618 <para>[randy] - Added a GCC-4 patch to the GNOME Libraries-1.4
1619 instructions.</para>
1620 </listitem>
1621 <listitem>
1622 <para>[randy] - Clarified the dependencies in the Imlib
1623 instructions.</para>
1624 </listitem>
1625 <listitem>
1626 <para>[randy] - Updated to AbiWord-2.2.10.</para>
1627 </listitem>
1628 </itemizedlist>
1629 </listitem>
1630
1631 <listitem>
1632 <para>October 1st, 2005</para>
1633 <itemizedlist>
1634 <listitem>
1635 <para>[randy] - Added new package HAL-0.5.4.</para>
1636 </listitem>
1637 </itemizedlist>
1638 </listitem>
1639
1640 <listitem>
1641 <para>September 26th, 2005</para>
1642 <itemizedlist>
1643 <listitem>
1644 <para>[randy] - Added new package D-BUS-0.50.</para>
1645 </listitem>
1646 </itemizedlist>
1647 </listitem>
1648
1649 <listitem>
1650 <para>September 25th, 2005</para>
1651 <itemizedlist>
1652 <listitem>
1653 <para>[randy] - Added a patch to fix a build problem with newer
1654 versions of libgsf and added a sed command so the default is to
1655 build the Perl plugin module to the Gnumeric instructions.</para>
1656 </listitem>
1657 </itemizedlist>
1658 </listitem>
1659
1660 <listitem>
1661 <para>September 22nd, 2005</para>
1662 <itemizedlist>
1663 <listitem>
1664 <para>[dj] - Updated JDK-1.5.0 gcc4 patch.</para>
1665 </listitem>
1666 </itemizedlist>
1667 </listitem>
1668
1669 <listitem>
1670 <para>September 21st, 2005</para>
1671 <itemizedlist>
1672 <listitem>
1673 <para>[randy] - Updated to Samba-3.0.20.</para>
1674 </listitem>
1675 <listitem>
1676 <para>[bdubbs] - Reverted gcc build instructions.</para>
1677 </listitem>
1678 <listitem>
1679 <para>[randy] - Updated to EsounD-0.2.36.</para>
1680 </listitem>
1681 <listitem>
1682 <para>[randy] - Updated to Metacity-2.12.0.</para>
1683 </listitem>
1684 <listitem>
1685 <para>[randy] - Updated to Libwnck-2.12.0.</para>
1686 </listitem>
1687 </itemizedlist>
1688 </listitem>
1689
1690 <listitem>
1691 <para>September 20th, 2005</para>
1692 <itemizedlist>
1693 <listitem>
1694 <para>[david] - Added a sed to build Cdrdao-1.2.0 with
1695 gcc-4.0.1.</para>
1696 </listitem>
1697 <listitem>
1698 <para>[randy] - Updated to GTK+-2.8.3.</para>
1699 </listitem>
1700 <listitem>
1701 <para>[randy] - Updated to ATK-1.10.3.</para>
1702 </listitem>
1703 <listitem>
1704 <para>[randy] - Updated to Pango-1.10.0.</para>
1705 </listitem>
1706 <listitem>
1707 <para>[randy] - Updated to GLib-2.8.1.</para>
1708 </listitem>
1709 <listitem>
1710 <para>[randy] - Added a command to create an X Render pkg-config file
1711 to the XFree86 instructions. Also created notes in the Metacity and
1712 cairo instructions to ensure this file exists.</para>
1713 </listitem>
1714 <listitem>
1715 <para>[randy] - Added new package cairo-1.0.0.</para>
1716 </listitem>
1717 <listitem>
1718 <para>[bdubbs] - Changed gcc build instructions to use
1719 a simple make. Added a note to use make bootstrap if
1720 the base compiler is not gcc-4.0.1.</para>
1721 </listitem>
1722 </itemizedlist>
1723 </listitem>
1724
1725 <listitem>
1726 <para>September 19th, 2005</para>
1727 <itemizedlist>
1728 <listitem>
1729 <para>[bdubbs] - Added a patch to build mozilla with
1730 gcc-4.0.1.</para>
1731 </listitem>
1732 <listitem>
1733 <para>[randy] - Updated to gucharmap-1.4.4.</para>
1734 </listitem>
1735 <listitem>
1736 <para>[randy] - Updated to GST-Plugins-0.8.11.</para>
1737 </listitem>
1738 <listitem>
1739 <para>[richard] - Added a sed to fix the build of the
1740 test suite for cpio-2.6 when using gcc-4.0.1.
1741 Suggested by Matthew Burgess</para>
1742 </listitem>
1743 </itemizedlist>
1744 </listitem>
1745
1746 <listitem>
1747 <para>September 18th, 2005</para>
1748 <itemizedlist>
1749 <listitem>
1750 <para>[randy] - Updated to Xine User Interface-0.99.4.</para>
1751 </listitem>
1752 <listitem>
1753 <para>[randy] - Updated to Xine Libraries-1.1.0.</para>
1754 </listitem>
1755 <listitem>
1756 <para>[richard] - Updated to bluefish-1.0.4.</para>
1757 </listitem>
1758 </itemizedlist>
1759 </listitem>
1760
1761 <listitem>
1762 <para>September 17th, 2005</para>
1763 <itemizedlist>
1764 <listitem>
1765 <para>[randy] - Added an alternate installation location for the
1766 shared library interface headers to the AFPL Ghostscript and ESP
1767 Ghostscript instructions.</para>
1768 </listitem>
1769 <listitem>
1770 <para>[randy] - Updated to ImageMagick-6.2.4-5.</para>
1771 </listitem>
1772 <listitem>
1773 <para>[randy] - Updated the Business::ISBN Perl module to
1774 1.82.</para>
1775 </listitem>
1776 <listitem>
1777 <para>[randy] - Updated the Test::Prereq Perl module to 1.028.</para>
1778 </listitem>
1779 <listitem>
1780 <para>[randy] - Updated the Module::Signature Perl module to
1781 0.50.</para>
1782 </listitem>
1783 <listitem>
1784 <para>[randy] - Updated the Digest::SHA Perl module to 5.31.</para>
1785 </listitem>
1786 <listitem>
1787 <para>[randy] - Updated the ExtUtils::ParseXS Perl module to
1788 2.12.</para>
1789 </listitem>
1790 <listitem>
1791 <para>[randy] - Updated the ExtUtils::CBuilder Perl module to
1792 0.13.</para>
1793 </listitem>
1794 <listitem>
1795 <para>[randy] - Updated the Archive::Tar Perl module to 1.26, added
1796 new Perl modules Text::Diff and Algorithm::Diff.</para>
1797 </listitem>
1798 <listitem>
1799 <para>[randy] - Updated the Compress::Zlib Perl module to 1.38.</para>
1800 </listitem>
1801 </itemizedlist>
1802 </listitem>
1803
1804 <listitem>
1805 <para>September 15th, 2005</para>
1806 <itemizedlist>
1807 <listitem>
1808 <para>[randy] - Updated to SANE-backends-1.0.16.</para>
1809 </listitem>
1810 <listitem>
1811 <para>[randy] - Updated to the 0.9 version of the Gimp Help system,
1812 added a GCC-4 patch to the Gimp instructions.</para>
1813 </listitem>
1814 <listitem>
1815 <para>[randy] - Updated to librsvg-2.11.1.</para>
1816 </listitem>
1817 </itemizedlist>
1818 </listitem>
1819
1820 <listitem>
1821 <para>September 14th, 2005</para>
1822 <itemizedlist>
1823 <listitem>
1824 <para>[randy] - Removed redundant GTK+-2 dependency from the
1825 libgnomeprintui instructions.</para>
1826 </listitem>
1827 <listitem>
1828 <para>[randy] - Updated to libgsf-1.12.3.</para>
1829 </listitem>
1830 <listitem>
1831 <para>[randy] - Added documentation installation commands and
1832 corrected the note about the test suite in the libcroco
1833 instructions.</para>
1834 </listitem>
1835 </itemizedlist>
1836 </listitem>
1837
1838 <listitem>
1839 <para>September 13th, 2005</para>
1840 <itemizedlist>
1841 <listitem>
1842 <para>[randy] - Added commands to the CVS instructions to create and
1843 install additional documentation.</para>
1844 </listitem>
1845 <listitem>
1846 <para>[randy] - Updated to GStreamer-0.8.11 and adjusted the
1847 documentation files chown command to only run if the docs were
1848 built and installed.</para>
1849 </listitem>
1850 </itemizedlist>
1851 </listitem>
1852
1853 <listitem>
1854 <para>September 12th, 2005</para>
1855 <itemizedlist>
1856 <listitem>
1857 <para>[tushar] - Moved creation of mad.pc to libmad section.</para>
1858 </listitem>
1859 <listitem>
1860 <para>[randy] - Updated to VTE-0.11.15.</para>
1861 </listitem>
1862 <listitem>
1863 <para>[randy] - Corrected the GNOME-1.4 OMF directory in the
1864 ScrollKeeper instructions.</para>
1865 </listitem>
1866 <listitem>
1867 <para>[randy] - Updated to GCC-4.0.1.</para>
1868 </listitem>
1869 </itemizedlist>
1870 </listitem>
1871
1872 <listitem>
1873 <para>September 11th, 2005</para>
1874 <itemizedlist>
1875 <listitem>
1876 <para>[randy] - Minor corrections to the XSL Stylesheets
1877 instructions, suggested by Manuel Canales Esparcia.</para>
1878 </listitem>
1879 </itemizedlist>
1880 </listitem>
1881
1882 <listitem>
1883 <para>September 10th, 2005</para>
1884 <itemizedlist>
1885 <listitem>
1886 <para>[randy] - Added a note to the Tcl and Tk instructions to ensure
1887 the environment variables are properly set.</para>
1888 </listitem>
1889 <listitem>
1890 <para>[randy] - Added a GCC-4 patch to the Xorg instructions.</para>
1891 </listitem>
1892 <listitem>
1893 <para>[randy] - Updated to DocBook XSL Stylesheets-1.69.1.</para>
1894 </listitem>
1895 <listitem>
1896 <para>[igor] - Updated to RP-PPPoE-3.6.</para>
1897 </listitem>
1898 <listitem>
1899 <para>[dj] - Added a GCC-4 patch and updated 'fixed_paths'
1900 patch in JDK source build instructions.</para>
1901 </listitem>
1902 <listitem>
1903 <para>[dj] - Added new Udev rules file for ALSA devices.</para>
1904 </listitem>
1905 <listitem>
1906 <para>[dj] - Updated volume restore script for use with
1907 Udev versions greater than 058.</para>
1908 </listitem>
1909 </itemizedlist>
1910 </listitem>
1911
1912 <listitem>
1913 <para>September 9th, 2005</para>
1914 <itemizedlist>
1915 <listitem>
1916 <para>[randy] - Added a GCC-4 patch to the libexif
1917 instructions.</para>
1918 </listitem>
1919 <listitem>
1920 <para>[randy] - Added a GCC-4 patch to the Avifile
1921 instructions.</para>
1922 </listitem>
1923 <listitem>
1924 <para>[randy] - Added a GCC-4 patch to the FFmpeg
1925 instructions.</para>
1926 </listitem>
1927 <listitem>
1928 <para>[randy] - Added a GCC-4 patch to the MPlayer
1929 instructions.</para>
1930 </listitem>
1931 <listitem>
1932 <para>[randy] - Added a GCC-4 patch to the Xvid instructions.</para>
1933 </listitem>
1934 <listitem>
1935 <para>[randy] - Added a GCC-4 patch to the SDL instructions.</para>
1936 </listitem>
1937 <listitem>
1938 <para>[randy] - Added a GCC-4 patch to the Firefox
1939 instructions.</para>
1940 </listitem>
1941 <listitem>
1942 <para>[randy] - Added a GCC-4 patch to the Thunderbird
1943 instructions.</para>
1944 </listitem>
1945 <listitem>
1946 <para>[randy] - Added a GCC-4 patch to the XMMS instructions.</para>
1947 </listitem>
1948 <listitem>
1949 <para>[randy] - Added a GCC-4 patch to the Qt instructions.</para>
1950 </listitem>
1951 <listitem>
1952 <para>[randy] - Added a GCC-4 patch and documentation installation
1953 commands to the NAS instructions.</para>
1954 </listitem>
1955 <listitem>
1956 <para>[randy] - Added a GCC-4 patch to the Cyrus-SASL
1957 instructions.</para>
1958 </listitem>
1959 <listitem>
1960 <para>[randy] - Added a GCC-4 patch to the Guile instructions.</para>
1961 </listitem>
1962 <listitem>
1963 <para>[randy] - Replaced the Kernel_Headers patch with a GCC-4 patch
1964 in the Inetutils instructions.</para>
1965 </listitem>
1966 <listitem>
1967 <para>[randy] - Added a GCC-4 patch to the xinetd instructions.</para>
1968 </listitem>
1969 <listitem>
1970 <para>[randy] - Added a GCC-4 patch to the Linux-PAM
1971 instructions.</para>
1972 </listitem>
1973 <listitem>
1974 <para>[randy] - Updated to intltool-0.34.1.</para>
1975 </listitem>
1976 <listitem>
1977 <para>[randy] - Updated to libsoup-2.2.6.1.</para>
1978 </listitem>
1979 </itemizedlist>
1980 </listitem>
1981
1982 <listitem>
1983 <para>September 8th, 2005</para>
1984 <itemizedlist>
1985 <listitem>
1986 <para>[randy] - Added a sed command to the libxklavier instructions
1987 to fix a GCC-4.x build problem.</para>
1988 </listitem>
1989 <listitem>
1990 <para>[randy] - Updated to libxslt-1.1.15.</para>
1991 </listitem>
1992 <listitem>
1993 <para>[randy] - Updated to libxml2-2.6.21.</para>
1994 </listitem>
1995 </itemizedlist>
1996 </listitem>
1997
1998 <listitem>
1999 <para>September 7th, 2005</para>
2000 <itemizedlist>
2001 <listitem>
2002 <para>[richard] - Updated to XScreenSaver-4.22.</para>
2003 </listitem>
2004 </itemizedlist>
2005 </listitem>
2006
2007 <listitem>
2008 <para>September 6th, 2005</para>
2009 <itemizedlist>
2010 <listitem>
2011 <para>[richard] - Added patch to GnuPG-1.4.2 as required by
2012 release notes.</para>
2013 </listitem>
2014 <listitem>
2015 <para>[randy] - Updated to libIDL-0.8.6. Also added documentation
2016 installation commands to the instructions.</para>
2017 </listitem>
2018 </itemizedlist>
2019 </listitem>
2020
2021 <listitem>
2022 <para>September 5th, 2005</para>
2023 <itemizedlist>
2024 <listitem>
2025 <para>[randy] - Updated to Subversion-1.2.3</para>
2026 </listitem>
2027 </itemizedlist>
2028 </listitem>
2029
2030 <listitem>
2031 <para>September 4th, 2005</para>
2032 <itemizedlist>
2033 <listitem>
2034 <para>[randy] - Updated to OpenSSH-4.2p1. Also added some
2035 documentation installation commands to the instructions.</para>
2036 </listitem>
2037 </itemizedlist>
2038 </listitem>
2039
2040 <listitem>
2041 <para>September 3rd, 2005</para>
2042 <itemizedlist>
2043 <listitem>
2044 <para>[randy] - Updated to HTML Tidy-050826.</para>
2045 </listitem>
2046 <listitem>
2047 <para>[randy] - Updated to cURL-7.14.1.</para>
2048 </listitem>
2049 </itemizedlist>
2050 </listitem>
2051
2052 <listitem>
2053 <para>September 2nd, 2005</para>
2054 <itemizedlist>
2055 <listitem>
2056 <para>[randy] - Added commands to the Heimdal instructions to
2057 preserve and restore some overwritten interface headers and
2058 libraries. Also listed the dependencies in a more accurate
2059 manner.</para>
2060 </listitem>
2061 <listitem>
2062 <para>[randy] - Updated to MySQL-4.1.14.</para>
2063 </listitem>
2064 <listitem>
2065 <para>[randy] - Fixed some broken commands in the TeX
2066 instructions.</para>
2067 </listitem>
2068 </itemizedlist>
2069 </listitem>
2070
2071 <listitem>
2072 <para>September 1st, 2005</para>
2073 <itemizedlist>
2074 <listitem>
2075 <para>[randy] - Added documentation installation commands to the
2076 ALSA Libraries instructions.</para>
2077 </listitem>
2078 </itemizedlist>
2079 </listitem>
2080
2081 <listitem>
2082 <para>August 31st, 2005</para>
2083 <itemizedlist>
2084 <listitem>
2085 <para>[randy] - Updated to Shadow-4.0.12.</para>
2086 </listitem>
2087 <listitem>
2088 <para>[randy] - Updated to Wget-1.10.1.</para>
2089 </listitem>
2090 </itemizedlist>
2091 </listitem>
2092
2093 <listitem>
2094 <para>August 30th, 2005</para>
2095 <itemizedlist>
2096 <listitem>
2097 <para>[bdubbs] - Updated to Mozilla-1.7.11.</para>
2098 </listitem>
2099 <listitem>
2100 <para>[randy] - Removed obsolete dependencies from the LZO
2101 instructions.</para>
2102 </listitem>
2103 </itemizedlist>
2104 </listitem>
2105
2106 <listitem>
2107 <para>August 29th, 2005</para>
2108 <itemizedlist>
2109 <listitem>
2110 <para>[bdubbs] - Updated to KDE-3.4.2. Added notes
2111 about the location of configuruation files. Updated
2112 optional dependencies.</para>
2113 </listitem>
2114 <listitem>
2115 <para>[richard] - Added definition of dependency terms
2116 to Notes on Building Software.</para>
2117 </listitem>
2118 </itemizedlist>
2119 </listitem>
2120
2121 <listitem>
2122 <para>August 28th, 2005</para>
2123 <itemizedlist>
2124 <listitem>
2125 <para>[randy] - Added documentation installation commands to the Xvid
2126 instructions.</para>
2127 </listitem>
2128 <listitem>
2129 <para>[randy] - Added documentation installation commands to the
2130 libdv instructions.</para>
2131 </listitem>
2132 <listitem>
2133 <para>[randy] - Updated to whois-4.7.6.</para>
2134 </listitem>
2135 <listitem>
2136 <para>[randy] - Updated to libdvdcss-1.2.9.</para>
2137 </listitem>
2138 <listitem>
2139 <para>[randy] - Added a patch to fix the XMMS plugin and added a
2140 sed command to fix the Valgrind testing in the FLAC
2141 instructions.</para>
2142 </listitem>
2143 </itemizedlist>
2144 </listitem>
2145
2146 <listitem>
2147 <para>August 27th, 2005</para>
2148 <itemizedlist>
2149 <listitem>
2150 <para>[randy] - Added a patch to fix the test suite in the id3lib
2151 instructions.</para>
2152 </listitem>
2153 <listitem>
2154 <para>[randy] - Updated the GCC patch and provided documentation
2155 installation commands to the libmpeg3 instructions.</para>
2156 </listitem>
2157 </itemizedlist>
2158 </listitem>
2159
2160 <listitem>
2161 <para>August 26th, 2005</para>
2162 <itemizedlist>
2163 <listitem>
2164 <para>[randy] - Added fixes to the Thunderbird instructions: 1)
2165 the Movemail and RSS &amp; Blogs account setup options are now
2166 available 2) modified the Enigmail setup so that it actually works
2167 3) fixed the profile locking problem 4) made it so that if a mailto:
2168 URL is clicked, a message compose window is opened with the To: field
2169 filled out.</para>
2170 </listitem>
2171 </itemizedlist>
2172 </listitem>
2173
2174 <listitem>
2175 <para>August 25th, 2005</para>
2176 <itemizedlist>
2177 <listitem>
2178 <para>[randy] - Added a command to the Firefox instructions to fix
2179 the profile locking problem and an optional command to open a new
2180 tab in an existing browser window, both suggested by Kevin
2181 Somervill. Thanks to Dan Nicholson for the reminder about Kevin's
2182 suggestions.</para>
2183 </listitem>
2184 </itemizedlist>
2185 </listitem>
2186
2187 <listitem>
2188 <para>August 24th, 2005</para>
2189 <itemizedlist>
2190 <listitem>
2191 <para>[randy] - Modified SLIB instructions to use TeX instead of
2192 Lynx to create the text documentation.</para>
2193 </listitem>
2194 </itemizedlist>
2195 </listitem>
2196
2197 <listitem>
2198 <para>August 22nd, 2005</para>
2199 <itemizedlist>
2200 <listitem>
2201 <para>[randy] - Fixed chmod commands in GDM instructions, thanks to
2202 Hugo Villeneuve for pointed it out.</para>
2203 </listitem>
2204 <listitem>
2205 <para>[randy] - Updated to Xpdf-3.01</para>
2206 </listitem>
2207 <listitem>
2208 <para>[randy] - Updated to SLIB-3a2</para>
2209 </listitem>
2210 </itemizedlist>
2211 </listitem>
2212
2213 <listitem>
2214 <para>August 21st, 2005</para>
2215 <itemizedlist>
2216 <listitem>
2217 <para>[randy] - Modifications to XMMS insructions: remove libogg as a
2218 dependency, added commands to install documentation and added an FTP
2219 download URL.</para>
2220 </listitem>
2221 <listitem>
2222 <para>[richard] - Updated to Leafnode-1.11.3.</para>
2223 </listitem>
2224 </itemizedlist>
2225 </listitem>
2226
2227 <listitem>
2228 <para>August 20th, 2005</para>
2229 <itemizedlist>
2230 <listitem>
2231 <para>[randy] - Added a new package, unixODBC-2.2.11 to BLFS.</para>
2232 </listitem>
2233 <listitem>
2234 <para>[randy] - Renamed the FOP patch to adhere with the naming
2235 standards.</para>
2236 </listitem>
2237 <listitem>
2238 <para>[randy] - Updated to GnuPG-1.4.2.</para>
2239 </listitem>
2240 <listitem>
2241 <para>[randy] - Updated to GCC-3.4.4, modified the command to create
2242 the ffitarget.h interface header in /usr/include.</para>
2243 </listitem>
2244 </itemizedlist>
2245 </listitem>
2246
2247 <listitem>
2248 <para>August 19th, 2005</para>
2249 <itemizedlist>
2250 <listitem>
2251 <para>[dj] - Updated dev.d scripts and surrounding text
2252 in alsa-utils.</para>
2253 </listitem>
2254 <listitem>
2255 <para>[randy] - Updated to Sysstat-6.0.1.</para>
2256 </listitem>
2257 <listitem>
2258 <para>[randy] - Updated to Apache Ant-1.6.5.</para>
2259 </listitem>
2260 <listitem>
2261 <para>[randy] - Updated to Nail-11.25.</para>
2262 </listitem>
2263 <listitem>
2264 <para>[randy] - Updated to Subversion-1.2.1.</para>
2265 </listitem>
2266 <listitem>
2267 <para>[bdubbs] - Updated to KOffice-1.4.1.</para>
2268 </listitem>
2269 </itemizedlist>
2270 </listitem>
2271
2272 <listitem>
2273 <para>August 17th, 2005</para>
2274 <itemizedlist>
2275 <listitem>
2276 <para>[randy] - Updated to GCC-3.3.6.</para>
2277 </listitem>
2278 <listitem>
2279 <para>[randy] - Updated to Doxygen-1.4.4.</para>
2280 </listitem>
2281 </itemizedlist>
2282 </listitem>
2283
2284 <listitem>
2285 <para>August 16th, 2005</para>
2286 <itemizedlist>
2287 <listitem>
2288 <para>[bdubbs] - Added instructions for cm-super
2289 fonts to TeX.</para>
2290 </listitem>
2291 <listitem>
2292 <para>[randy] - Added additional parameters to the
2293 configure command and added a note to run the test suite to the
2294 Gimp-Print instructions.</para>
2295 </listitem>
2296 <listitem>
2297 <para>[dj] - Updated cups bootscript installation
2298 to remove existing scripts and changed note to show that CUPS should
2299 be started after Samba.</para>
2300 </listitem>
2301 </itemizedlist>
2302 </listitem>
2303
2304 <listitem>
2305 <para>August 15th, 2005</para>
2306 <itemizedlist>
2307 <listitem>
2308 <para>[randy] - Added a patch and a note about running
2309 the test suite to the CUPS instructions.</para>
2310 </listitem>
2311 </itemizedlist>
2312 </listitem>
2313
2314 <listitem>
2315 <para>August 14th, 2005</para>
2316 <itemizedlist>
2317 <listitem>
2318 <para>[randy] - Updates to PHP: added new dependencies,
2319 placed the dependencies in catagories, added instructions to install
2320 documentation, added instruction to update php.ini and minor textual
2321 corrections.</para>
2322 </listitem>
2323 <listitem>
2324 <para>[randy] - Updated to GTK-Doc-1.4.</para>
2325 </listitem>
2326 <listitem>
2327 <para>[randy] - Updated to HTML Tidy-050803.</para>
2328 </listitem>
2329 <listitem>
2330 <para>[randy] - Updated to Shadow-4.0.11.1.</para>
2331 </listitem>
2332 <listitem>
2333 <para>[randy] - Added a configure switch to OpenLDAP
2334 to create the executables dynamically linked to the libraries.</para>
2335 </listitem>
2336 <listitem>
2337 <para>[randy] - Added documentation installation commands to the GTK+
2338 (version 1) instructions.</para>
2339 </listitem>
2340 </itemizedlist>
2341 </listitem>
2342
2343 <listitem>
2344 <para>August 13th, 2005</para>
2345 <itemizedlist>
2346 <listitem>
2347 <para>[larry] - Add a warning to MIT KRB5
2348 concerning the use of login.krb5 as a substitute for login.</para>
2349 </listitem>
2350 <listitem>
2351 <para>[randy] - Updated to OpenLDAP-2.2.6 stable
2352 version; also added dependencies and configuration explanation.</para>
2353 </listitem>
2354 </itemizedlist>
2355 </listitem>
2356
2357 <listitem>
2358 <para>August 12th, 2005</para>
2359 <itemizedlist>
2360 <listitem>
2361 <para>[randy] - Added a command to the PostgreSQL
2362 instructions to fix broken ownership of installed files.</para>
2363 </listitem>
2364 </itemizedlist>
2365 </listitem>
2366
2367 <listitem>
2368 <para>August 11th, 2005</para>
2369 <itemizedlist>
2370 <listitem>
2371 <para>[randy] - Updated the JDK binary version to
2372 1.5.0_04.</para>
2373 </listitem>
2374 <listitem>
2375 <para>[randy] - Added sharutils as an optional dependency of
2376 Berkeley DB.</para>
2377 </listitem>
2378 <listitem>
2379 <para>[randy] - Applied a patch contributed by stirling
2380 to fix many broken download URLs.</para>
2381 </listitem>
2382 <listitem>
2383 <para>[randy] - Added a new section "Other Programming
2384 Tools" to Chapter 12 - Programming.</para>
2385 </listitem>
2386 </itemizedlist>
2387 </listitem>
2388
2389 <listitem>
2390 <para>August 10th, 2005</para>
2391 <itemizedlist>
2392 <listitem>
2393 <para>[randy] - Added style information files and
2394 documentation installation commands to the JadeTeX
2395 instructions.</para>
2396 </listitem>
2397 </itemizedlist>
2398 </listitem>
2399
2400 <listitem>
2401 <para>August 9th, 2005</para>
2402 <itemizedlist>
2403 <listitem>
2404 <para>[randy] - Modified the CrackLib instructions to
2405 include an alternate source for word lists, how to incorporate additional
2406 word lists, and added additional text contributed by Alexander
2407 Patrakov.</para>
2408 </listitem>
2409 <listitem>
2410 <para>[dj] - Added default PATH for pam_env and
2411 a note about the lack of ENV_SUPATH.</para>
2412 </listitem>
2413 </itemizedlist>
2414 </listitem>
2415
2416 <listitem>
2417 <para>August 8th, 2005</para>
2418 <itemizedlist>
2419 <listitem>
2420 <para>[randy] - Modified documentation installation in
2421 the Fontconfig instructions.</para>
2422 </listitem>
2423 <listitem>
2424 <para>[randy] - Modified the Shadow instructions so
2425 that builders will not receive configuration errors during the testing
2426 recommended by the warning note.</para>
2427 </listitem>
2428 <listitem>
2429 <para>[randy] - Added instructions to install a patch
2430 to Ruby that fixes a security vulnerability, thanks to Ken Moffat
2431 for the suggestion.</para>
2432 </listitem>
2433 <listitem>
2434 <para>[randy] - Added instructions to install a patch
2435 to NASM that fixes a security vulnerability, thanks to Ken Moffat
2436 for the suggestion.</para>
2437 </listitem>
2438 <listitem>
2439 <para>[randy] - Added documentation installation commands to
2440 the expat instructions.</para>
2441 </listitem>
2442 </itemizedlist>
2443 </listitem>
2444
2445 <listitem>
2446 <para>August 7th, 2005</para>
2447 <itemizedlist>
2448 <listitem>
2449 <para>[randy] - Removed building the MPFR library
2450 from the GMP instructions.</para>
2451 </listitem>
2452 </itemizedlist>
2453 </listitem>
2454
2455 <listitem>
2456 <para>August 6th, 2005</para>
2457 <itemizedlist>
2458 <listitem>
2459 <para>[larry] - Added dictionary file to MIT
2460 Kerberos setup and made adjusts for PAM.</para>
2461 </listitem>
2462 <listitem>
2463 <para>[randy] - Updated to S-Lang-2.0.4.</para>
2464 </listitem>
2465 </itemizedlist>
2466 </listitem>
2467
2468 <listitem>
2469 <para>August 5th, 2005</para>
2470 <itemizedlist>
2471 <listitem>
2472 <para>[randy] - Updated to Wget-1.10.</para>
2473 </listitem>
2474 <listitem>
2475 <para>[randy] - Updated to PCRE-6.2.</para>
2476 </listitem>
2477 </itemizedlist>
2478 </listitem>
2479
2480 <listitem>
2481 <para>August 1st, 2005</para>
2482 <itemizedlist>
2483 <listitem>
2484 <para>[bdubbs] - Released Version 6.1-pre1.</para>
2485 </listitem>
2486 </itemizedlist>
2487 </listitem>
2488
2489 </itemizedlist>
2490
2491</sect1>
Note: See TracBrowser for help on using the repository browser.