source: introduction/welcome/changelog.xml@ df2c20d

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 df2c20d was df2c20d, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Updated to nmap-4.01

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

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