source: introduction/welcome/changelog.xml@ 919d2d9

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

Updated to PHP-5.1.2

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

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