source: introduction/welcome/changelog.xml@ e93d40c5

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

Added a note to the GStreamer instructions about Valgrind breaking the build

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

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