source: introduction/welcome/changelog.xml@ 1976445

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

Modified the CrackLib installation commands to work with the new version

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

  • Property mode set to 100644
File size: 46.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="intro-welcome-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="intro-welcome-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>November 24th, 2005</para>
46 <itemizedlist>
47 <listitem>
48 <para>[randy] - Updated to CrackLib-2.8.6 and modified the
49 installation commands to work with the newer version.</para>
50 </listitem>
51 </itemizedlist>
52 </listitem>
53
54 <listitem>
55 <para>November 23rd, 2005</para>
56 <itemizedlist>
57 <listitem>
58 <para>[bdubbs] - Added sed to sudo to correct a security issue
59 (Archaic). Also added --enable-shell-sets-home switch
60 (Gerard).</para>
61 </listitem>
62 </itemizedlist>
63 </listitem>
64
65 <listitem>
66 <para>November 22nd, 2005</para>
67 <itemizedlist>
68 <listitem>
69 <para>[bdubbs] - Added sudo-1.6.8p12.</para>
70 </listitem>
71 <listitem>
72 <para>[randy] - Updated to HTML Tidy-051026. Also updated the docs to
73 051020 and changed the documentation directory to a versioned
74 name.</para>
75 </listitem>
76 <listitem>
77 <para>[randy] - Updated to FriBidi-0.10.7.</para>
78 </listitem>
79 <listitem>
80 <para>[randy] - Added DocBook SGML DTD-3.1 as a dependency to perform
81 the tests outlined in the DocBook DSSSL Stylesheets
82 instructions.</para>
83 </listitem>
84 <listitem>
85 <para>[randy] - Updated to Ethereal-0.10.13.</para>
86 </listitem>
87 <listitem>
88 <para>[randy] - Added new package GC-6.5.</para>
89 </listitem>
90 </itemizedlist>
91 </listitem>
92
93 <listitem>
94 <para>November 21st, 2005</para>
95 <itemizedlist>
96 <listitem>
97 <para>[randy] - Updated the Rsync bootscript to remove the --compress
98 parameter, thanks to Jeremy Huntwork for reporting the problem.</para>
99 </listitem>
100 <listitem>
101 <para>[randy] - Added --disable-python to the configure command in
102 the D-BUS instructions to fix a broken build identified by Filip
103 Bartmann.</para>
104 </listitem>
105 <listitem>
106 <para>[randy] - Added --disable-libwrap to the configure command in
107 the Stunnel instructions to fix a broken build identified by Filip
108 Bartmann.</para>
109 </listitem>
110 <listitem>
111 <para>[randy] - Added new package gnome-volume-manager-1.5.1 to the
112 Utilities section of Chapter 31.</para>
113 </listitem>
114 <listitem>
115 <para>[randy] - Modified the libexecdir parameter passed to configure
116 and tweaked the storage device policy in the HAL instructions.</para>
117 </listitem>
118 </itemizedlist>
119 </listitem>
120
121 <listitem>
122 <para>November 19th, 2005</para>
123 <itemizedlist>
124 <listitem>
125 <para>[randy] - Added notes to start a D-BUS session daemon to the
126 D-BUS, GDM and GNOME Configuration instructions.</para>
127 </listitem>
128 <listitem>
129 <para>[dj] - Cleaned up OpenOffice instructions and added
130 a no-pam patch.</para>
131 </listitem>
132 </itemizedlist>
133 </listitem>
134
135 <listitem>
136 <para>November 18th, 2005</para>
137 <itemizedlist>
138 <listitem>
139 <para>[randy] - Added a GCC4 patch to the libvorbis instructions,
140 thanks to Steffen Knollman for discovering the problem and
141 contributing the patch.</para>
142 </listitem>
143 <listitem>
144 <para>[igor] - Updated to rsync-2.6.6.</para>
145 </listitem>
146 </itemizedlist>
147 </listitem>
148
149 <listitem>
150 <para>November 17th, 2005</para>
151 <itemizedlist>
152 <listitem>
153 <para>[randy] - Added new package Sound Juicer-2.12.2 to the
154 Utilities section of Chapter 31.</para>
155 </listitem>
156 <listitem>
157 <para>[dj] - Corrected OpenOffice patch names.</para>
158 </listitem>
159 </itemizedlist>
160 </listitem>
161
162 <listitem>
163 <para>November 15th, 2005</para>
164 <itemizedlist>
165 <listitem>
166 <para>[dj] - Updated to OpenOffice-2.0.0</para>
167 </listitem>
168 </itemizedlist>
169 </listitem>
170
171 <listitem>
172 <para>November 14th, 2005</para>
173 <itemizedlist>
174 <listitem>
175 <para>[randy] - Updated to Balsa-2.3.6.</para>
176 </listitem>
177 </itemizedlist>
178 </listitem>
179
180 <listitem>
181 <para>November 13th, 2005</para>
182 <itemizedlist>
183 <listitem>
184 <para>[randy] - Added several more entries to the 'Other Programming
185 Tools' section. Many thanks to Miguel Bazdresch for his suggestions
186 and other contributions.</para>
187 </listitem>
188 </itemizedlist>
189 </listitem>
190
191 <listitem>
192 <para>November 12th, 2005</para>
193 <itemizedlist>
194 <listitem>
195 <para>[dj] - Updated GCC4 patches for Mozilla projects to include
196 xptinfo.h anonymous enum patch.</para>
197 </listitem>
198 </itemizedlist>
199 </listitem>
200
201 <listitem>
202 <para>November 9th, 2005</para>
203 <itemizedlist>
204 <listitem>
205 <para>[randy] - Updated references to source and md5sum files
206 on the Anduin server due to the Anduin reorganization.</para>
207 </listitem>
208 <listitem>
209 <para>[randy] - Added several more programming languages to the
210 'Other Programming Tools' section.</para>
211 </listitem>
212 </itemizedlist>
213 </listitem>
214
215 <listitem>
216 <para>November 7th, 2005</para>
217 <itemizedlist>
218 <listitem>
219 <para>[randy] - Added several programming languages to the 'Other
220 Programming Tools' section.</para>
221 </listitem>
222 <listitem>
223 <para>[dj] - Added Archive::Zip to the Perl Modules page.</para>
224 </listitem>
225 </itemizedlist>
226 </listitem>
227
228 <listitem>
229 <para>November 5th, 2005</para>
230 <itemizedlist>
231 <listitem>
232 <para>[dj] - Updated alsa-restore script per Alexander Patrakov's
233 suggestions.</para>
234 </listitem>
235 </itemizedlist>
236 </listitem>
237
238 <listitem>
239 <para>November 4th, 2005</para>
240 <itemizedlist>
241 <listitem>
242 <para>[randy] - Added a patch to the libgsf instructions so that the
243 configure script properly discovers GConf.</para>
244 </listitem>
245 </itemizedlist>
246 </listitem>
247
248 <listitem>
249 <para>November 3rd, 2005</para>
250 <itemizedlist>
251 <listitem>
252 <para>[randy] - Added new package GMime-2.1.17.</para>
253 </listitem>
254 </itemizedlist>
255 </listitem>
256
257 <listitem>
258 <para>November 1st, 2005</para>
259 <itemizedlist>
260 <listitem>
261 <para>[randy] - Added A-A-P, Mono, OProfile, OGDL and R to the
262 'Other Programming Tools' section.</para>
263 </listitem>
264 <listitem>
265 <para>[randy] - Added new package libmpeg2-0.4.0b.</para>
266 </listitem>
267 <listitem>
268 <para>[randy] - Updated to Transcode-1.0.1.</para>
269 </listitem>
270 </itemizedlist>
271 </listitem>
272
273 <listitem>
274 <para>October 31st, 2005</para>
275 <itemizedlist>
276 <listitem>
277 <para>[randy] - Added new package libmusicbrainz-2.1.1.</para>
278 </listitem>
279 </itemizedlist>
280 </listitem>
281
282 <listitem>
283 <para>October 30th, 2005</para>
284 <itemizedlist>
285 <listitem>
286 <para>[randy] - Added new package Totem-1.2.0.</para>
287 </listitem>
288 <listitem>
289 <para>[dj] - Updated to JDK-1.5.0_05.</para>
290 </listitem>
291 </itemizedlist>
292 </listitem>
293
294 <listitem>
295 <para>October 29th, 2005</para>
296 <itemizedlist>
297 <listitem>
298 <para>[archaic] - Updated to PCI-Utilities-2.2.0.</para>
299 </listitem>
300 </itemizedlist>
301 </listitem>
302
303 <listitem>
304 <para>October 28th, 2005</para>
305 <itemizedlist>
306 <listitem>
307 <para>[igor] - Updated to SDL-1.2.9.</para>
308 </listitem>
309 <listitem>
310 <para>[igor] - Updated to CVS-1.11.21.</para>
311 </listitem>
312 </itemizedlist>
313 </listitem>
314
315 <listitem>
316 <para>October 25th, 2005</para>
317 <itemizedlist>
318 <listitem>
319 <para>[randy] - Added new package Evince-0.4.0 and removed the GPDF
320 package from the GNOME Add-on section.</para>
321 </listitem>
322 </itemizedlist>
323 </listitem>
324
325 <listitem>
326 <para>October 23rd, 2005</para>
327 <itemizedlist>
328 <listitem>
329 <para>[igor] - Updated to MPlayer-1.0pre7try2.</para>
330 </listitem>
331 <listitem>
332 <para>[randy] - Added new package Poppler-0.4.2.</para>
333 </listitem>
334 </itemizedlist>
335 </listitem>
336
337 <listitem>
338 <para>October 21st, 2005</para>
339 <itemizedlist>
340 <listitem>
341 <para>[randy] - Added new package GNOME Keyring
342 Manager-2.12.0.</para>
343 </listitem>
344 </itemizedlist>
345 </listitem>
346
347 <listitem>
348 <para>October 20th, 2005</para>
349 <itemizedlist>
350 <listitem>
351 <para>[randy] - Added new package ISO Codes-0.48.</para>
352 </listitem>
353 </itemizedlist>
354 </listitem>
355
356 <listitem>
357 <para>October 19th, 2005</para>
358 <itemizedlist>
359 <listitem>
360 <para>[randy] - Added new package PyXML-0.8.4.</para>
361 </listitem>
362 <listitem>
363 <para>[randy] - Added category headers to the GNOME Add-on packages
364 Table-of-Contents. Many thanks to Manuel Canales Esparcia for the
365 XML wizardry to make this happen.</para>
366 </listitem>
367 </itemizedlist>
368 </listitem>
369
370 <listitem>
371 <para>October 18th, 2005</para>
372 <itemizedlist>
373 <listitem>
374 <para>[randy] - Added a patch and an additional command to enable the
375 streaming audio method in the GNOME Speech instructions.</para>
376 </listitem>
377 <listitem>
378 <para>[randy] - Updated to GDM-2.8.0.5.</para>
379 </listitem>
380 </itemizedlist>
381 </listitem>
382
383 <listitem>
384 <para>October 17th, 2005</para>
385 <itemizedlist>
386 <listitem>
387 <para>[randy] - Updated to GOK-1.0.5.</para>
388 </listitem>
389 <listitem>
390 <para>[igor] - Updated to HTML Tidy-051013.</para>
391 </listitem>
392 <listitem>
393 <para>[randy] - Updated to Gnopernicus-0.12.0.</para>
394 </listitem>
395 <listitem>
396 <para>[randy] - Updated to GNOME Speech-0.3.8.</para>
397 </listitem>
398 </itemizedlist>
399 </listitem>
400
401 <listitem>
402 <para>October 16th, 2005</para>
403 <itemizedlist>
404 <listitem>
405 <para>[randy] - Updated to GNOME Magnifier-0.12.2; moved the creation
406 of the xextensions.pc file from the GNOME Magnifier to the XFree86
407 instructions.</para>
408 </listitem>
409 <listitem>
410 <para>[igor] - Updated to PHP-5.0.5.</para>
411 </listitem>
412 <listitem>
413 <para>[randy] - Modified dependencies in the libgtkhtml
414 instructions.</para>
415 </listitem>
416 <listitem>
417 <para>[igor] - Updated to PCRE-6.4.</para>
418 </listitem>
419 <listitem>
420 <para>[igor] - Updated to cURL-7.15.0.</para>
421 </listitem>
422 </itemizedlist>
423 </listitem>
424
425 <listitem>
426 <para>October 15th, 2005</para>
427 <itemizedlist>
428 <listitem>
429 <para>[igor] - Added the gcc4 patch for NTP.</para>
430 </listitem>
431 <listitem>
432 <para>[igor] - Updated to Fcron-3.0.0.</para>
433 </listitem>
434 <listitem>
435 <para>[igor] - Updated to Apache-2.0.55.</para>
436 </listitem>
437 <listitem>
438 <para>[igor] - Updated to Python-2.4.2.</para>
439 </listitem>
440 <listitem>
441 <para>[igor] - Updated to Berkeley DB-4.3.29.</para>
442 </listitem>
443 <listitem>
444 <para>[randy] - Updated to GGV-2.12.0.</para>
445 </listitem>
446 <listitem>
447 <para>[igor] - Updated to Firefox-1.0.7.</para>
448 </listitem>
449 <listitem>
450 <para>[randy] - Updated to AT SPI-1.6.6.</para>
451 </listitem>
452 <listitem>
453 <para>[igor] - Updated to libtiff-3.7.4.</para>
454 </listitem>
455 <listitem>
456 <para>[igor] - Updated to cairo-1.0.2.</para>
457 </listitem>
458 <listitem>
459 <para>[randy] - Updated to Zenity-2.12.1.</para>
460 </listitem>
461 <listitem>
462 <para>[randy] - Updated to GNOME-Netstatus-2.12.0.</para>
463 </listitem>
464 </itemizedlist>
465 </listitem>
466
467 <listitem>
468 <para>October 14th, 2005</para>
469 <itemizedlist>
470 <listitem>
471 <para>[igor] - Updated to libpcap-0.9.4.</para>
472 </listitem>
473 <listitem>
474 <para>[igor] - Updated to Wget-1.10.2.</para>
475 </listitem>
476 <listitem>
477 <para>[randy] - Updated to GNOME System Monitor-2.12.1.</para>
478 </listitem>
479 <listitem>
480 <para>[igor] - Updated to OpenSSL-0.9.7h.</para>
481 </listitem>
482 <listitem>
483 <para>[randy] - Updated to GConf Editor-2.12.0.</para>
484 </listitem>
485 <listitem>
486 <para>[randy] - Updated to File Roller-2.12.1.</para>
487 </listitem>
488 <listitem>
489 <para>[randy] - Updated to EOG-2.12.1.</para>
490 </listitem>
491 <listitem>
492 <para>[randy] - Updated to gedit-2.12.1.</para>
493 </listitem>
494 </itemizedlist>
495 </listitem>
496
497 <listitem>
498 <para>October 13th, 2005</para>
499 <itemizedlist>
500 <listitem>
501 <para>[igor] - Updated Vim security patch.</para>
502 </listitem>
503 <listitem>
504 <para>[randy] - Updated to GNOME Games-2.12.1.</para>
505 </listitem>
506 <listitem>
507 <para>[randy] - Updated to Epiphany-1.8.2.</para>
508 </listitem>
509 <listitem>
510 <para>[randy] - Changed Python from an optional to a recommended
511 dependency in the GNOME Doc Utils dependencies.</para>
512 </listitem>
513 </itemizedlist>
514 </listitem>
515
516 <listitem>
517 <para>October 12th, 2005</para>
518 <itemizedlist>
519 <listitem>
520 <para>[randy] - Updated to gcalctool-5.6.31.</para>
521 </listitem>
522 </itemizedlist>
523 </listitem>
524
525 <listitem>
526 <para>October 11th, 2005</para>
527 <itemizedlist>
528 <listitem>
529 <para>[randy] - Updated to gtksourceview-1.4.2.</para>
530 </listitem>
531 <listitem>
532 <para>[randy] - Updated to bug-buddy-2.12.1.</para>
533 </listitem>
534 <listitem>
535 <para>[randy] - Updated to GnomeMeeting-1.2.2.</para>
536 </listitem>
537 <listitem>
538 <para>[randy] - Updated to GNOME Utilities-2.12.1.</para>
539 </listitem>
540 <listitem>
541 <para>[randy] - Updated to GNOME Media-2.12.0.</para>
542 </listitem>
543 <listitem>
544 <para>[randy] - Updated to Nautilus CD Burner-2.12.1.</para>
545 </listitem>
546 <listitem>
547 <para>[randy] - Updated to Evolution-2.4.1.</para>
548 </listitem>
549 </itemizedlist>
550 </listitem>
551
552 <listitem>
553 <para>October 10th, 2005</para>
554 <itemizedlist>
555 <listitem>
556 <para>[randy] - Updated to GtkHTML-3.8.1.</para>
557 </listitem>
558 <listitem>
559 <para>[randy] - Updated to system-tools-backends-1.4.0.</para>
560 </listitem>
561 <listitem>
562 <para>[randy] - Updated to libgnomeprintui-2.12.1.</para>
563 </listitem>
564 <listitem>
565 <para>[randy] - Updated to libgnomeprint-2.12.1.</para>
566 </listitem>
567 <listitem>
568 <para>[randy] - Updated to libgnomecups-0.2.2.</para>
569 </listitem>
570 <listitem>
571 <para>[randy] - Added GTK+-2 as a required dependency of
572 libgtkhtml.</para>
573 </listitem>
574 <listitem>
575 <para>[randy] - Updated to Evolution Data Server-1.4.1.1.</para>
576 </listitem>
577 <listitem>
578 <para>[randy] - Updated core GNOME packages to the 2.12.1 release of
579 GNOME. GNOME add-on packages are updated only to the release
580 versions. The individual updates to the GNOME add-on packages will be
581 accomplished individually.</para>
582 </listitem>
583 </itemizedlist>
584 </listitem>
585
586 <listitem>
587 <para>October 8th, 2005</para>
588 <itemizedlist>
589 <listitem>
590 <para>[tushar] - Replaced FAM with Gamin.</para>
591 </listitem>
592 </itemizedlist>
593 </listitem>
594
595 <listitem>
596 <para>October 6th, 2005</para>
597 <itemizedlist>
598 <listitem>
599 <para>[randy] - Updated to librsvg-2.12.4.</para>
600 </listitem>
601 <listitem>
602 <para>[dj] - Updated to JDK (source build) 1.5.0_04.</para>
603 </listitem>
604 <listitem>
605 <para>[dj] - Updated to OpenOffice 1.1.5.</para>
606 </listitem>
607 </itemizedlist>
608 </listitem>
609
610 <listitem>
611 <para>October 5th, 2005</para>
612 <itemizedlist>
613 <listitem>
614 <para>[randy] - Updated to Metacity-2.12.1.</para>
615 </listitem>
616 <listitem>
617 <para>[randy] - Updated to libwnck-2.12.1.</para>
618 </listitem>
619 <listitem>
620 <para>[randy] - Updated to GTK+-2.8.6.</para>
621 </listitem>
622 <listitem>
623 <para>[randy] - Updated to Pango-1.10.1.</para>
624 </listitem>
625 <listitem>
626 <para>[randy] - Updated to GLib-2.8.3.</para>
627 </listitem>
628 <listitem>
629 <para>[randy] - Updated to libxml2-2.6.22.</para>
630 </listitem>
631 <listitem>
632 <para>[randy] - Added the --disable-error-on-warning parameter to the
633 GnuCash configure command as using GCC-4.0.x will generate warnings
634 which will break the build if the parameter is not used.</para>
635 </listitem>
636 <listitem>
637 <para>[randy] - Added a patch to the Guile instructions and changed
638 the sed command in the SLIB instructions so that the two packages
639 work nicely together.</para>
640 </listitem>
641 </itemizedlist>
642 </listitem>
643
644 <listitem>
645 <para>October 4th, 2005</para>
646 <itemizedlist>
647 <listitem>
648 <para>[tushar] - Prevent gcc fixincludes from running to match LFS
649 instructions.</para>
650 </listitem>
651 <listitem>
652 <para>[randy] - Added a sed command to the GtkHTML-1 instructions to
653 fix a GCC-4.0.x build problem.</para>
654 </listitem>
655 <listitem>
656 <para>[randy] - Added a GCC-4 patch to the Soup instructions.</para>
657 </listitem>
658 <listitem>
659 <para>[randy] - Added a GCC-4 patch to the Guppi instructions.</para>
660 </listitem>
661 <listitem>
662 <para>[randy] - Added a GCC-4 patch to the GConf-1.0.9
663 instructions.</para>
664 </listitem>
665 <listitem>
666 <para>[randy] - Added a sed command to the Bonobo-1.4 instructions to
667 fix a GCC-4 build problem.</para>
668 </listitem>
669 </itemizedlist>
670 </listitem>
671
672 <listitem>
673 <para>October 3rd, 2005</para>
674 <itemizedlist>
675 <listitem>
676 <para>[randy] - Added a GCC-4 patch to the GNOME Libraries-1.4
677 instructions.</para>
678 </listitem>
679 <listitem>
680 <para>[randy] - Clarified the dependencies in the Imlib
681 instructions.</para>
682 </listitem>
683 <listitem>
684 <para>[randy] - Updated to AbiWord-2.2.10.</para>
685 </listitem>
686 </itemizedlist>
687 </listitem>
688
689 <listitem>
690 <para>October 1st, 2005</para>
691 <itemizedlist>
692 <listitem>
693 <para>[randy] - Added new package HAL-0.5.4.</para>
694 </listitem>
695 </itemizedlist>
696 </listitem>
697
698 <listitem>
699 <para>September 26th, 2005</para>
700 <itemizedlist>
701 <listitem>
702 <para>[randy] - Added new package D-BUS-0.50.</para>
703 </listitem>
704 </itemizedlist>
705 </listitem>
706
707 <listitem>
708 <para>September 25th, 2005</para>
709 <itemizedlist>
710 <listitem>
711 <para>[randy] - Added a patch to fix a build problem with newer
712 versions of libgsf and added a sed command so the default is to
713 build the Perl plugin module to the Gnumeric instructions.</para>
714 </listitem>
715 </itemizedlist>
716 </listitem>
717
718 <listitem>
719 <para>September 22nd, 2005</para>
720 <itemizedlist>
721 <listitem>
722 <para>[dj] - Updated JDK-1.5.0 gcc4 patch.</para>
723 </listitem>
724 </itemizedlist>
725 </listitem>
726
727 <listitem>
728 <para>September 21st, 2005</para>
729 <itemizedlist>
730 <listitem>
731 <para>[randy] - Updated to Samba-3.0.20.</para>
732 </listitem>
733 <listitem>
734 <para>[bdubbs] - Reverted gcc build instructions.</para>
735 </listitem>
736 <listitem>
737 <para>[randy] - Updated to EsounD-0.2.36.</para>
738 </listitem>
739 <listitem>
740 <para>[randy] - Updated to Metacity-2.12.0.</para>
741 </listitem>
742 <listitem>
743 <para>[randy] - Updated to Libwnck-2.12.0.</para>
744 </listitem>
745 </itemizedlist>
746 </listitem>
747
748 <listitem>
749 <para>September 20th, 2005</para>
750 <itemizedlist>
751 <listitem>
752 <para>[david] - Added a sed to build Cdrdao-1.2.0 with
753 gcc-4.0.1.</para>
754 </listitem>
755 <listitem>
756 <para>[randy] - Updated to GTK+-2.8.3.</para>
757 </listitem>
758 <listitem>
759 <para>[randy] - Updated to ATK-1.10.3.</para>
760 </listitem>
761 <listitem>
762 <para>[randy] - Updated to Pango-1.10.0.</para>
763 </listitem>
764 <listitem>
765 <para>[randy] - Updated to GLib-2.8.1.</para>
766 </listitem>
767 <listitem>
768 <para>[randy] - Added a command to create an X Render pkg-config file
769 to the XFree86 instructions. Also created notes in the Metacity and
770 cairo instructions to ensure this file exists.</para>
771 </listitem>
772 <listitem>
773 <para>[randy] - Added new package cairo-1.0.0.</para>
774 </listitem>
775 <listitem>
776 <para>[bdubbs] - Changed gcc build instructions to use
777 a simple make. Added a note to use make bootstrap if
778 the base compiler is not gcc-4.0.1.</para>
779 </listitem>
780 </itemizedlist>
781 </listitem>
782
783 <listitem>
784 <para>September 19th, 2005</para>
785 <itemizedlist>
786 <listitem>
787 <para>[bdubbs] - Added a patch to build mozilla with
788 gcc-4.0.1.</para>
789 </listitem>
790 <listitem>
791 <para>[randy] - Updated to gucharmap-1.4.4.</para>
792 </listitem>
793 <listitem>
794 <para>[randy] - Updated to GST-Plugins-0.8.11.</para>
795 </listitem>
796 <listitem>
797 <para>[richard] - Added a sed to fix the build of the
798 test suite for cpio-2.6 when using gcc-4.0.1.
799 Suggested by Matthew Burgess</para>
800 </listitem>
801 </itemizedlist>
802 </listitem>
803
804 <listitem>
805 <para>September 18th, 2005</para>
806 <itemizedlist>
807 <listitem>
808 <para>[randy] - Updated to Xine User Interface-0.99.4.</para>
809 </listitem>
810 <listitem>
811 <para>[randy] - Updated to Xine Libraries-1.1.0.</para>
812 </listitem>
813 <listitem>
814 <para>[richard] - Updated to bluefish-1.0.4.</para>
815 </listitem>
816 </itemizedlist>
817 </listitem>
818
819 <listitem>
820 <para>September 17th, 2005</para>
821 <itemizedlist>
822 <listitem>
823 <para>[randy] - Added an alternate installation location for the
824 shared library interface headers to the AFPL Ghostscript and ESP
825 Ghostscript instructions.</para>
826 </listitem>
827 <listitem>
828 <para>[randy] - Updated to ImageMagick-6.2.4-5.</para>
829 </listitem>
830 <listitem>
831 <para>[randy] - Updated the Business::ISBN Perl module to
832 1.82.</para>
833 </listitem>
834 <listitem>
835 <para>[randy] - Updated the Test::Prereq Perl module to 1.028.</para>
836 </listitem>
837 <listitem>
838 <para>[randy] - Updated the Module::Signature Perl module to
839 0.50.</para>
840 </listitem>
841 <listitem>
842 <para>[randy] - Updated the Digest::SHA Perl module to 5.31.</para>
843 </listitem>
844 <listitem>
845 <para>[randy] - Updated the ExtUtils::ParseXS Perl module to
846 2.12.</para>
847 </listitem>
848 <listitem>
849 <para>[randy] - Updated the ExtUtils::CBuilder Perl module to
850 0.13.</para>
851 </listitem>
852 <listitem>
853 <para>[randy] - Updated the Archive::Tar Perl module to 1.26, added
854 new Perl modules Text::Diff and Algorithm::Diff.</para>
855 </listitem>
856 <listitem>
857 <para>[randy] - Updated the Compress::Zlib Perl module to 1.38.</para>
858 </listitem>
859 </itemizedlist>
860 </listitem>
861
862 <listitem>
863 <para>September 15th, 2005</para>
864 <itemizedlist>
865 <listitem>
866 <para>[randy] - Updated to SANE-backends-1.0.16.</para>
867 </listitem>
868 <listitem>
869 <para>[randy] - Updated to the 0.9 version of the Gimp Help system,
870 added a GCC-4 patch to the Gimp instructions.</para>
871 </listitem>
872 <listitem>
873 <para>[randy] - Updated to librsvg-2.11.1.</para>
874 </listitem>
875 </itemizedlist>
876 </listitem>
877
878 <listitem>
879 <para>September 14th, 2005</para>
880 <itemizedlist>
881 <listitem>
882 <para>[randy] - Removed redundant GTK+-2 dependency from the
883 libgnomeprintui instructions.</para>
884 </listitem>
885 <listitem>
886 <para>[randy] - Updated to libgsf-1.12.3.</para>
887 </listitem>
888 <listitem>
889 <para>[randy] - Added documentation installation commands and
890 corrected the note about the test suite in the libcroco
891 instructions.</para>
892 </listitem>
893 </itemizedlist>
894 </listitem>
895
896 <listitem>
897 <para>September 13th, 2005</para>
898 <itemizedlist>
899 <listitem>
900 <para>[randy] - Added commands to the CVS instructions to create and
901 install additional documentation.</para>
902 </listitem>
903 <listitem>
904 <para>[randy] - Updated to GStreamer-0.8.11 and adjusted the
905 documentation files chown command to only run if the docs were
906 built and installed.</para>
907 </listitem>
908 </itemizedlist>
909 </listitem>
910
911 <listitem>
912 <para>September 12th, 2005</para>
913 <itemizedlist>
914 <listitem>
915 <para>[tushar] - Moved creation of mad.pc to libmad section.</para>
916 </listitem>
917 <listitem>
918 <para>[randy] - Updated to VTE-0.11.15.</para>
919 </listitem>
920 <listitem>
921 <para>[randy] - Corrected the GNOME-1.4 OMF directory in the
922 ScrollKeeper instructions.</para>
923 </listitem>
924 <listitem>
925 <para>[randy] - Updated to GCC-4.0.1.</para>
926 </listitem>
927 </itemizedlist>
928 </listitem>
929
930 <listitem>
931 <para>September 11th, 2005</para>
932 <itemizedlist>
933 <listitem>
934 <para>[randy] - Minor corrections to the XSL Stylesheets
935 instructions, suggested by Manuel Canales Esparcia.</para>
936 </listitem>
937 </itemizedlist>
938 </listitem>
939
940 <listitem>
941 <para>September 10th, 2005</para>
942 <itemizedlist>
943 <listitem>
944 <para>[randy] - Added a note to the Tcl and Tk instructions to ensure
945 the environment variables are properly set.</para>
946 </listitem>
947 <listitem>
948 <para>[randy] - Added a GCC-4 patch to the Xorg instructions.</para>
949 </listitem>
950 <listitem>
951 <para>[randy] - Updated to DocBook XSL Stylesheets-1.69.1.</para>
952 </listitem>
953 <listitem>
954 <para>[igor] - Updated to RP-PPPoE-3.6.</para>
955 </listitem>
956 <listitem>
957 <para>[dj] - Added a GCC-4 patch and updated 'fixed_paths'
958 patch in JDK source build instructions.</para>
959 </listitem>
960 <listitem>
961 <para>[dj] - Added new Udev rules file for ALSA devices.</para>
962 </listitem>
963 <listitem>
964 <para>[dj] - Updated volume restore script for use with
965 Udev versions greater than 058.</para>
966 </listitem>
967 </itemizedlist>
968 </listitem>
969
970 <listitem>
971 <para>September 9th, 2005</para>
972 <itemizedlist>
973 <listitem>
974 <para>[randy] - Added a GCC-4 patch to the libexif
975 instructions.</para>
976 </listitem>
977 <listitem>
978 <para>[randy] - Added a GCC-4 patch to the Avifile
979 instructions.</para>
980 </listitem>
981 <listitem>
982 <para>[randy] - Added a GCC-4 patch to the FFmpeg
983 instructions.</para>
984 </listitem>
985 <listitem>
986 <para>[randy] - Added a GCC-4 patch to the MPlayer
987 instructions.</para>
988 </listitem>
989 <listitem>
990 <para>[randy] - Added a GCC-4 patch to the Xvid instructions.</para>
991 </listitem>
992 <listitem>
993 <para>[randy] - Added a GCC-4 patch to the SDL instructions.</para>
994 </listitem>
995 <listitem>
996 <para>[randy] - Added a GCC-4 patch to the Firefox
997 instructions.</para>
998 </listitem>
999 <listitem>
1000 <para>[randy] - Added a GCC-4 patch to the Thunderbird
1001 instructions.</para>
1002 </listitem>
1003 <listitem>
1004 <para>[randy] - Added a GCC-4 patch to the XMMS instructions.</para>
1005 </listitem>
1006 <listitem>
1007 <para>[randy] - Added a GCC-4 patch to the Qt instructions.</para>
1008 </listitem>
1009 <listitem>
1010 <para>[randy] - Added a GCC-4 patch and documentation installation
1011 commands to the NAS instructions.</para>
1012 </listitem>
1013 <listitem>
1014 <para>[randy] - Added a GCC-4 patch to the Cyrus-SASL
1015 instructions.</para>
1016 </listitem>
1017 <listitem>
1018 <para>[randy] - Added a GCC-4 patch to the Guile instructions.</para>
1019 </listitem>
1020 <listitem>
1021 <para>[randy] - Replaced the Kernel_Headers patch with a GCC-4 patch
1022 in the Inetutils instructions.</para>
1023 </listitem>
1024 <listitem>
1025 <para>[randy] - Added a GCC-4 patch to the xinetd instructions.</para>
1026 </listitem>
1027 <listitem>
1028 <para>[randy] - Added a GCC-4 patch to the Linux-PAM
1029 instructions.</para>
1030 </listitem>
1031 <listitem>
1032 <para>[randy] - Updated to intltool-0.34.1.</para>
1033 </listitem>
1034 <listitem>
1035 <para>[randy] - Updated to libsoup-2.2.6.1.</para>
1036 </listitem>
1037 </itemizedlist>
1038 </listitem>
1039
1040 <listitem>
1041 <para>September 8th, 2005</para>
1042 <itemizedlist>
1043 <listitem>
1044 <para>[randy] - Added a sed command to the libxklavier instructions
1045 to fix a GCC-4.x build problem.</para>
1046 </listitem>
1047 <listitem>
1048 <para>[randy] - Updated to libxslt-1.1.15.</para>
1049 </listitem>
1050 <listitem>
1051 <para>[randy] - Updated to libxml2-2.6.21.</para>
1052 </listitem>
1053 </itemizedlist>
1054 </listitem>
1055
1056 <listitem>
1057 <para>September 7th, 2005</para>
1058 <itemizedlist>
1059 <listitem>
1060 <para>[richard] - Updated to XScreenSaver-4.22.</para>
1061 </listitem>
1062 </itemizedlist>
1063 </listitem>
1064
1065 <listitem>
1066 <para>September 6th, 2005</para>
1067 <itemizedlist>
1068 <listitem>
1069 <para>[richard] - Added patch to GnuPG-1.4.2 as required by
1070 release notes.</para>
1071 </listitem>
1072 <listitem>
1073 <para>[randy] - Updated to libIDL-0.8.6. Also added documentation
1074 installation commands to the instructions.</para>
1075 </listitem>
1076 </itemizedlist>
1077 </listitem>
1078
1079 <listitem>
1080 <para>September 5th, 2005</para>
1081 <itemizedlist>
1082 <listitem>
1083 <para>[randy] - Updated to Subversion-1.2.3</para>
1084 </listitem>
1085 </itemizedlist>
1086 </listitem>
1087
1088 <listitem>
1089 <para>September 4th, 2005</para>
1090 <itemizedlist>
1091 <listitem>
1092 <para>[randy] - Updated to OpenSSH-4.2p1. Also added some
1093 documentation installation commands to the instructions.</para>
1094 </listitem>
1095 </itemizedlist>
1096 </listitem>
1097
1098 <listitem>
1099 <para>September 3rd, 2005</para>
1100 <itemizedlist>
1101 <listitem>
1102 <para>[randy] - Updated to HTML Tidy-050826.</para>
1103 </listitem>
1104 <listitem>
1105 <para>[randy] - Updated to cURL-7.14.1.</para>
1106 </listitem>
1107 </itemizedlist>
1108 </listitem>
1109
1110 <listitem>
1111 <para>September 2nd, 2005</para>
1112 <itemizedlist>
1113 <listitem>
1114 <para>[randy] - Added commands to the Heimdal instructions to
1115 preserve and restore some overwritten interface headers and
1116 libraries. Also listed the dependencies in a more accurate
1117 manner.</para>
1118 </listitem>
1119 <listitem>
1120 <para>[randy] - Updated to MySQL-4.1.14.</para>
1121 </listitem>
1122 <listitem>
1123 <para>[randy] - Fixed some broken commands in the TeX
1124 instructions.</para>
1125 </listitem>
1126 </itemizedlist>
1127 </listitem>
1128
1129 <listitem>
1130 <para>September 1st, 2005</para>
1131 <itemizedlist>
1132 <listitem>
1133 <para>[randy] - Added documentation installation commands to the
1134 ALSA Libraries instructions.</para>
1135 </listitem>
1136 </itemizedlist>
1137 </listitem>
1138
1139 <listitem>
1140 <para>August 31st, 2005</para>
1141 <itemizedlist>
1142 <listitem>
1143 <para>[randy] - Updated to Shadow-4.0.12.</para>
1144 </listitem>
1145 <listitem>
1146 <para>[randy] - Updated to Wget-1.10.1.</para>
1147 </listitem>
1148 </itemizedlist>
1149 </listitem>
1150
1151 <listitem>
1152 <para>August 30th, 2005</para>
1153 <itemizedlist>
1154 <listitem>
1155 <para>[bdubbs] - Updated to Mozilla-1.7.11.</para>
1156 </listitem>
1157 <listitem>
1158 <para>[randy] - Removed obsolete dependencies from the LZO
1159 instructions.</para>
1160 </listitem>
1161 </itemizedlist>
1162 </listitem>
1163
1164 <listitem>
1165 <para>August 29th, 2005</para>
1166 <itemizedlist>
1167 <listitem>
1168 <para>[bdubbs] - Updated to KDE-3.4.2. Added notes
1169 about the location of configuruation files. Updated
1170 optional dependencies.</para>
1171 </listitem>
1172 <listitem>
1173 <para>[richard] - Added definition of dependency terms
1174 to Notes on Building Software.</para>
1175 </listitem>
1176 </itemizedlist>
1177 </listitem>
1178
1179 <listitem>
1180 <para>August 28th, 2005</para>
1181 <itemizedlist>
1182 <listitem>
1183 <para>[randy] - Added documentation installation commands to the Xvid
1184 instructions.</para>
1185 </listitem>
1186 <listitem>
1187 <para>[randy] - Added documentation installation commands to the
1188 libdv instructions.</para>
1189 </listitem>
1190 <listitem>
1191 <para>[randy] - Updated to whois-4.7.6.</para>
1192 </listitem>
1193 <listitem>
1194 <para>[randy] - Updated to libdvdcss-1.2.9.</para>
1195 </listitem>
1196 <listitem>
1197 <para>[randy] - Added a patch to fix the XMMS plugin and added a
1198 sed command to fix the Valgrind testing in the FLAC
1199 instructions.</para>
1200 </listitem>
1201 </itemizedlist>
1202 </listitem>
1203
1204 <listitem>
1205 <para>August 27th, 2005</para>
1206 <itemizedlist>
1207 <listitem>
1208 <para>[randy] - Added a patch to fix the test suite in the id3lib
1209 instructions.</para>
1210 </listitem>
1211 <listitem>
1212 <para>[randy] - Updated the GCC patch and provided documentation
1213 installation commands to the libmpeg3 instructions.</para>
1214 </listitem>
1215 </itemizedlist>
1216 </listitem>
1217
1218 <listitem>
1219 <para>August 26th, 2005</para>
1220 <itemizedlist>
1221 <listitem>
1222 <para>[randy] - Added fixes to the Thunderbird instructions: 1)
1223 the Movemail and RSS &amp; Blogs account setup options are now
1224 available 2) modified the Enigmail setup so that it actually works
1225 3) fixed the profile locking problem 4) made it so that if a mailto:
1226 URL is clicked, a message compose window is opened with the To: field
1227 filled out.</para>
1228 </listitem>
1229 </itemizedlist>
1230 </listitem>
1231
1232 <listitem>
1233 <para>August 25th, 2005</para>
1234 <itemizedlist>
1235 <listitem>
1236 <para>[randy] - Added a command to the Firefox instructions to fix
1237 the profile locking problem and an optional command to open a new
1238 tab in an existing browser window, both suggested by Kevin
1239 Somervill. Thanks to Dan Nicholson for the reminder about Kevin's
1240 suggestions.</para>
1241 </listitem>
1242 </itemizedlist>
1243 </listitem>
1244
1245 <listitem>
1246 <para>August 24th, 2005</para>
1247 <itemizedlist>
1248 <listitem>
1249 <para>[randy] - Modified SLIB instructions to use TeX instead of
1250 Lynx to create the text documentation.</para>
1251 </listitem>
1252 </itemizedlist>
1253 </listitem>
1254
1255 <listitem>
1256 <para>August 22nd, 2005</para>
1257 <itemizedlist>
1258 <listitem>
1259 <para>[randy] - Fixed chmod commands in GDM instructions, thanks to
1260 Hugo Villeneuve for pointed it out.</para>
1261 </listitem>
1262 <listitem>
1263 <para>[randy] - Updated to Xpdf-3.01</para>
1264 </listitem>
1265 <listitem>
1266 <para>[randy] - Updated to SLIB-3a2</para>
1267 </listitem>
1268 </itemizedlist>
1269 </listitem>
1270
1271 <listitem>
1272 <para>August 21st, 2005</para>
1273 <itemizedlist>
1274 <listitem>
1275 <para>[randy] - Modifications to XMMS insructions: remove libogg as a
1276 dependency, added commands to install documentation and added an FTP
1277 download URL.</para>
1278 </listitem>
1279 <listitem>
1280 <para>[richard] - Updated to Leafnode-1.11.3.</para>
1281 </listitem>
1282 </itemizedlist>
1283 </listitem>
1284
1285 <listitem>
1286 <para>August 20th, 2005</para>
1287 <itemizedlist>
1288 <listitem>
1289 <para>[randy] - Added a new package, unixODBC-2.2.11 to BLFS.</para>
1290 </listitem>
1291 <listitem>
1292 <para>[randy] - Renamed the FOP patch to adhere with the naming
1293 standards.</para>
1294 </listitem>
1295 <listitem>
1296 <para>[randy] - Updated to GnuPG-1.4.2.</para>
1297 </listitem>
1298 <listitem>
1299 <para>[randy] - Updated to GCC-3.4.4, modified the command to create
1300 the ffitarget.h interface header in /usr/include.</para>
1301 </listitem>
1302 </itemizedlist>
1303 </listitem>
1304
1305 <listitem>
1306 <para>August 19th, 2005</para>
1307 <itemizedlist>
1308 <listitem>
1309 <para>[dj] - Updated dev.d scripts and surrounding text
1310 in alsa-utils.</para>
1311 </listitem>
1312 <listitem>
1313 <para>[randy] - Updated to Sysstat-6.0.1.</para>
1314 </listitem>
1315 <listitem>
1316 <para>[randy] - Updated to Apache Ant-1.6.5.</para>
1317 </listitem>
1318 <listitem>
1319 <para>[randy] - Updated to Nail-11.25.</para>
1320 </listitem>
1321 <listitem>
1322 <para>[randy] - Updated to Subversion-1.2.1.</para>
1323 </listitem>
1324 <listitem>
1325 <para>[bdubbs] - Updated to KOffice-1.4.1.</para>
1326 </listitem>
1327 </itemizedlist>
1328 </listitem>
1329
1330 <listitem>
1331 <para>August 17th, 2005</para>
1332 <itemizedlist>
1333 <listitem>
1334 <para>[randy] - Updated to GCC-3.3.6.</para>
1335 </listitem>
1336 <listitem>
1337 <para>[randy] - Updated to Doxygen-1.4.4.</para>
1338 </listitem>
1339 </itemizedlist>
1340 </listitem>
1341
1342 <listitem>
1343 <para>August 16th, 2005</para>
1344 <itemizedlist>
1345 <listitem>
1346 <para>[bdubbs] - Added instructions for cm-super
1347 fonts to TeX.</para>
1348 </listitem>
1349 <listitem>
1350 <para>[randy] - Added additional parameters to the
1351 configure command and added a note to run the test suite to the
1352 Gimp-Print instructions.</para>
1353 </listitem>
1354 <listitem>
1355 <para>[dj] - Updated cups bootscript installation
1356 to remove existing scripts and changed note to show that CUPS should
1357 be started after Samba.</para>
1358 </listitem>
1359 </itemizedlist>
1360 </listitem>
1361
1362 <listitem>
1363 <para>August 15th, 2005</para>
1364 <itemizedlist>
1365 <listitem>
1366 <para>[randy] - Added a patch and a note about running
1367 the test suite to the CUPS instructions.</para>
1368 </listitem>
1369 </itemizedlist>
1370 </listitem>
1371
1372 <listitem>
1373 <para>August 14th, 2005</para>
1374 <itemizedlist>
1375 <listitem>
1376 <para>[randy] - Updates to PHP: added new dependencies,
1377 placed the dependencies in catagories, added instructions to install
1378 documentation, added instruction to update php.ini and minor textual
1379 corrections.</para>
1380 </listitem>
1381 <listitem>
1382 <para>[randy] - Updated to GTK-Doc-1.4.</para>
1383 </listitem>
1384 <listitem>
1385 <para>[randy] - Updated to HTML Tidy-050803.</para>
1386 </listitem>
1387 <listitem>
1388 <para>[randy] - Updated to Shadow-4.0.11.1.</para>
1389 </listitem>
1390 <listitem>
1391 <para>[randy] - Added a configure switch to OpenLDAP
1392 to create the executables dynamically linked to the libraries.</para>
1393 </listitem>
1394 <listitem>
1395 <para>[randy] - Added documentation installation commands to the GTK+
1396 (version 1) instructions.</para>
1397 </listitem>
1398 </itemizedlist>
1399 </listitem>
1400
1401 <listitem>
1402 <para>August 13th, 2005</para>
1403 <itemizedlist>
1404 <listitem>
1405 <para>[larry] - Add a warning to MIT KRB5
1406 concerning the use of login.krb5 as a substitute for login.</para>
1407 </listitem>
1408 <listitem>
1409 <para>[randy] - Updated to OpenLDAP-2.2.6 stable
1410 version; also added dependencies and configuration explanation.</para>
1411 </listitem>
1412 </itemizedlist>
1413 </listitem>
1414
1415 <listitem>
1416 <para>August 12th, 2005</para>
1417 <itemizedlist>
1418 <listitem>
1419 <para>[randy] - Added a command to the PostgreSQL
1420 instructions to fix broken ownership of installed files.</para>
1421 </listitem>
1422 </itemizedlist>
1423 </listitem>
1424
1425 <listitem>
1426 <para>August 11th, 2005</para>
1427 <itemizedlist>
1428 <listitem>
1429 <para>[randy] - Updated the JDK binary version to
1430 1.5.0_04.</para>
1431 </listitem>
1432 <listitem>
1433 <para>[randy] - Added sharutils as an optional dependency of
1434 Berkeley DB.</para>
1435 </listitem>
1436 <listitem>
1437 <para>[randy] - Applied a patch contributed by stirling
1438 to fix many broken download URLs.</para>
1439 </listitem>
1440 <listitem>
1441 <para>[randy] - Added a new section "Other Programming
1442 Tools" to Chapter 12 - Programming.</para>
1443 </listitem>
1444 </itemizedlist>
1445 </listitem>
1446
1447 <listitem>
1448 <para>August 10th, 2005</para>
1449 <itemizedlist>
1450 <listitem>
1451 <para>[randy] - Added style information files and
1452 documentation installation commands to the JadeTeX
1453 instructions.</para>
1454 </listitem>
1455 </itemizedlist>
1456 </listitem>
1457
1458 <listitem>
1459 <para>August 9th, 2005</para>
1460 <itemizedlist>
1461 <listitem>
1462 <para>[randy] - Modified the CrackLib instructions to
1463 include an alternate source for word lists, how to incorporate additional
1464 word lists, and added additional text contributed by Alexander
1465 Patrakov.</para>
1466 </listitem>
1467 <listitem>
1468 <para>[dj] - Added default PATH for pam_env and
1469 a note about the lack of ENV_SUPATH.</para>
1470 </listitem>
1471 </itemizedlist>
1472 </listitem>
1473
1474 <listitem>
1475 <para>August 8th, 2005</para>
1476 <itemizedlist>
1477 <listitem>
1478 <para>[randy] - Modified documentation installation in
1479 the Fontconfig instructions.</para>
1480 </listitem>
1481 <listitem>
1482 <para>[randy] - Modified the Shadow instructions so
1483 that builders will not receive configuration errors during the testing
1484 recommended by the warning note.</para>
1485 </listitem>
1486 <listitem>
1487 <para>[randy] - Added instructions to install a patch
1488 to Ruby that fixes a security vulnerability, thanks to Ken Moffat
1489 for the suggestion.</para>
1490 </listitem>
1491 <listitem>
1492 <para>[randy] - Added instructions to install a patch
1493 to NASM that fixes a security vulnerability, thanks to Ken Moffat
1494 for the suggestion.</para>
1495 </listitem>
1496 <listitem>
1497 <para>[randy] - Added documentation installation commands to
1498 the expat instructions.</para>
1499 </listitem>
1500 </itemizedlist>
1501 </listitem>
1502
1503 <listitem>
1504 <para>August 7th, 2005</para>
1505 <itemizedlist>
1506 <listitem>
1507 <para>[randy] - Removed building the MPFR library
1508 from the GMP instructions.</para>
1509 </listitem>
1510 </itemizedlist>
1511 </listitem>
1512
1513 <listitem>
1514 <para>August 6th, 2005</para>
1515 <itemizedlist>
1516 <listitem>
1517 <para>[larry] - Added dictionary file to MIT
1518 Kerberos setup and made adjusts for PAM.</para>
1519 </listitem>
1520 <listitem>
1521 <para>[randy] - Updated to S-Lang-2.0.4.</para>
1522 </listitem>
1523 </itemizedlist>
1524 </listitem>
1525
1526 <listitem>
1527 <para>August 5th, 2005</para>
1528 <itemizedlist>
1529 <listitem>
1530 <para>[randy] - Updated to Wget-1.10.</para>
1531 </listitem>
1532 <listitem>
1533 <para>[randy] - Updated to PCRE-6.2.</para>
1534 </listitem>
1535 </itemizedlist>
1536 </listitem>
1537
1538 <listitem>
1539 <para>August 1st, 2005</para>
1540 <itemizedlist>
1541 <listitem>
1542 <para>[bdubbs] - Released Version 6.1-pre1.</para>
1543 </listitem>
1544 </itemizedlist>
1545 </listitem>
1546
1547 </itemizedlist>
1548
1549</sect1>
Note: See TracBrowser for help on using the repository browser.