source: introduction/welcome/changelog.xml@ d7d5d8a3

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

Added GNOME Doc Utils as a dependency of Evince, thanks to David Rosal for pointing out the omission

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

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