source: introduction/welcome/changelog.xml@ a7d71e2

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

Modified the sed command in the Firefox instructions so that it can be run multiple times, also modified the instructions for creating symlinks to the system-wide mozilla plugin directory

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

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