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

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

Updated GDM to fit the GNOME-2.12.2 version

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

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