source: introduction/welcome/changelog.xml@ 483ab89d

6.3 6.3-rc2 6.3-rc3
Last change on this file since 483ab89d was 483ab89d, checked in by Robert Daniels <rdaniels@…>, 16 years ago

Merged r7462 from trunk into the 6.3 branch.

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

  • Property mode set to 100644
File size: 90.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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>May 15th, 2008</para>
46 <itemizedlist>
47 <listitem>
48 <para>[rdaniels] - Added --without-ffmpeg to Akode instructions to
49 prevent compilation errors from building Akode with
50 FFmpeg support.</para>
51 </listitem>
52 </itemizedlist>
53 </listitem>
54
55 <listitem>
56 <para>May 14th, 2008</para>
57 <itemizedlist>
58 <listitem>
59 <para>[randy] - Added a patch to the rxvt-unicode instructions to fix
60 a security vulnerability and changed the download URL to a more
61 consistent location.</para>
62 </listitem>
63 </itemizedlist>
64 </listitem>
65
66 <listitem>
67 <para>May 12th, 2008</para>
68 <itemizedlist>
69 <listitem>
70 <para>[randy] - Released BLFS-6.3-rc1.</para>
71 </listitem>
72 <listitem>
73 <para>[dj] - Removed JDK source installation instructions
74 because of unavailable security patches.</para>
75 </listitem>
76 </itemizedlist>
77 </listitem>
78
79 <listitem>
80 <para>May 10th, 2008</para>
81 <itemizedlist>
82 <listitem>
83 <para>[randy] - Fixed broken download URLs in various package
84 instructions.</para>
85 </listitem>
86 <listitem>
87 <para>[randy] - Updated various Perl Modules:
88 Business-ISBN-Data-1.17, DateManip-5.54, IO-Zlib-1.09,
89 Text-CSV-1.05 (was Text-CSV_PP), Text-CSV_XS-0.45,
90 version-0.74 and XML-Simple-2.18.</para>
91 </listitem>
92 <listitem>
93 <para>[randy] - Updated to ImageMagick-6.3.5-10.</para>
94 </listitem>
95 </itemizedlist>
96 </listitem>
97
98 <listitem>
99 <para>May 9th, 2008</para>
100 <itemizedlist>
101 <listitem>
102 <para>[dnicholson] - Fixed libXfont to work with newer
103 versions of FreeType2.</para>
104 </listitem>
105 <listitem>
106 <para>[randy] - Updated to rsync-3.0.2.</para>
107 </listitem>
108 <listitem>
109 <para>[dj] - Updated to sudo-1.6.9p15.</para>
110 </listitem>
111 <listitem>
112 <para>[dj] - Correted incorrect variable in precompiled JDK
113 instructions.</para>
114 </listitem>
115 </itemizedlist>
116 </listitem>
117
118 <listitem>
119 <para>May 7th, 2008</para>
120 <itemizedlist>
121 <listitem>
122 <para>[dj] - Completed cleanup for /etc/X11 changes and /usr/X11R6
123 removal.</para>
124 </listitem>
125 <listitem>
126 <para>[thomas] - Fix download location of shadow.</para>
127 </listitem>
128 </itemizedlist>
129 </listitem>
130
131 <listitem>
132 <para>May 6th, 2008</para>
133 <itemizedlist>
134 <listitem>
135 <para>[dj] - Removed (commented) more XFree86 related text.</para>
136 </listitem>
137 <listitem>
138 <para>[dj] - Changed jdk symlink to use precompiled version and
139 other text cleanups in jdk page.</para>
140 </listitem>
141 <listitem>
142 <para>[thomas] - Updated to QT-3.3.8b.</para>
143 </listitem>
144 </itemizedlist>
145 </listitem>
146
147 <listitem>
148 <para>May 4th, 2008</para>
149 <itemizedlist>
150 <listitem>
151 <para>[ken] - Updated firefox to 2.0.0.14.</para>
152 </listitem>
153 </itemizedlist>
154 </listitem>
155
156 <listitem>
157 <para>May 3rd, 2008</para>
158 <itemizedlist>
159 <listitem>
160 <para>[dj] - Commented out remaining text related to XFree86.</para>
161 </listitem>
162 </itemizedlist>
163 </listitem>
164
165 <listitem>
166 <para>May 1st, 2008</para>
167 <itemizedlist>
168 <listitem>
169 <para>[dj] - Corrected location of Xorg config files for FHS
170 compliance.</para>
171 </listitem>
172 <listitem>
173 <para>[dj] - Corrected commands for lesstif and xvt-unicode relating
174 to the Xorg config files. Thanks to Alexander Patrakov for finding
175 these.</para>
176 </listitem>
177 </itemizedlist>
178 </listitem>
179
180 <listitem>
181 <para>April 30th, 2008</para>
182 <itemizedlist>
183 <listitem>
184 <para>[randy] - Added missing patch commands to the Heimdal
185 instructions.</para>
186 </listitem>
187 </itemizedlist>
188 </listitem>
189
190 <listitem>
191 <para>April 26th, 2008</para>
192 <itemizedlist>
193 <listitem>
194 <para>[randy] - Removed an unnecessary sed command from the Ed
195 instructions.</para>
196 </listitem>
197 </itemizedlist>
198 </listitem>
199
200 <listitem>
201 <para>April 25th, 2008</para>
202 <itemizedlist>
203 <listitem>
204 <para>[dnicholson] - Update to xkeyboard-config-1.2.</para>
205 </listitem>
206 </itemizedlist>
207 </listitem>
208
209 <listitem>
210 <para>April 23rd, 2008</para>
211 <itemizedlist>
212 <listitem>
213 <para>[bdubbs] - Updated to mpg123-1.4.2.</para>
214 </listitem>
215 <listitem>
216 <para>[bdubbs] - Ensure /etc/X11/app-defaults exists in
217 rxvt-unicode.</para>
218 </listitem>
219 <listitem>
220 <para>[bdubbs] - Updated to xine-lib-1.1.12.</para>
221 </listitem>
222 </itemizedlist>
223 </listitem>
224
225 <listitem>
226 <para>April 22nd, 2008</para>
227 <itemizedlist>
228 <listitem>
229 <para>[dnicholson] - Fix multiple security vulnerabilities in
230 xorg-server, libXfont and xfs for Xorg-7.2.</para>
231 </listitem>
232 </itemizedlist>
233 </listitem>
234
235 <listitem>
236 <para>April 21st, 2008</para>
237 <itemizedlist>
238 <listitem>
239 <para>[bdubbs] - Update to seamonkey 1.1.9.</para>
240 </listitem>
241 <listitem>
242 <para>[dnicholson] - Bug fixes and automatic compression
243 support from Lars Bamberger for the compressdoc script.</para>
244 </listitem>
245 </itemizedlist>
246 </listitem>
247
248 <listitem>
249 <para>April 20th, 2008</para>
250 <itemizedlist>
251 <listitem>
252 <para>[bdubbs] - Update to Tripwire-2.4.1.2.</para>
253 </listitem>
254 </itemizedlist>
255 </listitem>
256
257 <listitem>
258 <para>April 14th, 2008</para>
259 <itemizedlist>
260 <listitem>
261 <para>[bdubbs] - Add 2nd security patch to unzip. Also moved
262 locale patch to BLFS repository.</para>
263 </listitem>
264 <listitem>
265 <para>[bdubbs] - Add optional dependencies to autofs.</para>
266 </listitem>
267 </itemizedlist>
268 </listitem>
269
270 <listitem>
271 <para>April 13th, 2008</para>
272 <itemizedlist>
273 <listitem>
274 <para>[ken] - Update the cups security_fixes patch.</para>
275 </listitem>
276 </itemizedlist>
277 </listitem>
278
279 <listitem>
280 <para>April 11th, 2008</para>
281 <itemizedlist>
282 <listitem>
283 <para>[bdubbs] - Updated to dhcp-3.0.6.</para>
284 </listitem>
285 <listitem>
286 <para>[randy] - Added a comment to the Tcsh page mentioning that
287 one of the tests in the testsuite is known to fail.</para>
288 </listitem>
289 <listitem>
290 <para>[alexander] - Removed the obsolete libxml1 library.</para>
291 </listitem>
292 </itemizedlist>
293 </listitem>
294
295 <listitem>
296 <para>April 10th, 2008</para>
297 <itemizedlist>
298 <listitem>
299 <para>[randy] - Updated to Whois-4.7.26.</para>
300 </listitem>
301 </itemizedlist>
302 </listitem>
303
304 <listitem>
305 <para>April 9th, 2008</para>
306 <itemizedlist>
307 <listitem>
308 <para>[randy] - Updated to Tk-8.4.18.</para>
309 </listitem>
310 <listitem>
311 <para>[randy] - Updated to Tcl-8.4.18.</para>
312 </listitem>
313 <listitem>
314 <para>[dj] - Updated OpenOffice instructions with changes suggested
315 by Randy McMurchy and Chris Staub.</para>
316 </listitem>
317 <listitem>
318 <para>[dj] - Corrected OpenOffice build failure when GMime is
319 installed. Thanks to Alessandro Alocci for tracking down the
320 cause of the build failure.</para>
321 </listitem>
322 <listitem>
323 <para>[randy] - Clarified the GMP documentation installation.</para>
324 </listitem>
325 </itemizedlist>
326 </listitem>
327
328 <listitem>
329 <para>April 6th, 2008</para>
330 <itemizedlist>
331 <listitem>
332 <para>[ag] - Updated to zsh-4.3.6.</para>
333 </listitem>
334 </itemizedlist>
335 </listitem>
336
337 <listitem>
338 <para>April 5th, 2008</para>
339 <itemizedlist>
340 <listitem>
341 <para>[ag] - Added a command to regenerate the tags file in vim
342 when updating the runtime files.</para>
343 </listitem>
344 <listitem>
345 <para>[ag] - Added a sed to the ed instructions to replace with
346 symbolic links the hard links to red and its man page.</para>
347 </listitem>
348 </itemizedlist>
349 </listitem>
350
351 <listitem>
352 <para>April 4th, 2008</para>
353 <itemizedlist>
354 <listitem>
355 <para>[richard] - updated to a2ps-4.14.</para>
356 </listitem>
357 </itemizedlist>
358 </listitem>
359
360 <listitem>
361 <para>April 3rd, 2008</para>
362 <itemizedlist>
363 <listitem>
364 <para>[cwurst] - Changed download location of gimp-help. Fixes
365 #2503.</para>
366 </listitem>
367 </itemizedlist>
368 </listitem>
369
370 <listitem>
371 <para>April 2nd, 2008</para>
372 <itemizedlist>
373 <listitem>
374 <para>[randy] - Updated to Which-2.19.</para>
375 </listitem>
376 </itemizedlist>
377 </listitem>
378
379 <listitem>
380 <para>April 1st, 2008</para>
381 <itemizedlist>
382 <listitem>
383 <para>[ken] - Updated xine-lib to 1.1.11.1.</para>
384 </listitem>
385 <listitem>
386 <para>[thomas] - Updates on adding users to groups. Avoid destroying
387 group assignments in usermod commands without -a option</para>
388 </listitem>
389 <listitem>
390 <para>[richard] - Added gperf-3.0.3 to General Utilities.
391 Required for a2ps-4.14.</para>
392 </listitem>
393 </itemizedlist>
394 </listitem>
395
396 <listitem>
397 <para>March 31st, 2008</para>
398 <itemizedlist>
399 <listitem>
400 <para>[rdaniels] - Updated dependencies for all KDE packages.</para>
401 </listitem>
402 <listitem>
403 <para>[richard] - Commented Dillo-0.8.5 out of the book.</para>
404 </listitem>
405 <listitem>
406 <para>[ken] - Added patch for xpdf to fix vulnerabilities.</para>
407 </listitem>
408 <listitem>
409 <para>[ken] - Updated to gnumeric-1.8.2.</para>
410 </listitem>
411 </itemizedlist>
412 </listitem>
413
414 <listitem>
415 <para>March 28th, 2008</para>
416 <itemizedlist>
417 <listitem>
418 <para>[ken] - Updated to cups-1.2.12 with a patch for the
419 vulnerabilities.</para>
420 </listitem>
421 <listitem>
422 <para>[ken] - Updated a patch to fix vulnerabilities in
423 poppler-0.5.4.</para>
424 </listitem>
425 </itemizedlist>
426 </listitem>
427
428 <listitem>
429 <para>March 27th, 2008</para>
430 <itemizedlist>
431 <listitem>
432 <para>[ken] - Updated to firefox-2.0.0.13.</para>
433 </listitem>
434 <listitem>
435 <para>[rdaniels] - Added parameters to xine-lib and xine-ui
436 instructions to place documentation in versioned directories.</para>
437 </listitem>
438 <listitem>
439 <para>[richard] - Updated to Bluefish-1.0.7.</para>
440 </listitem>
441 </itemizedlist>
442 </listitem>
443
444 <listitem>
445 <para>March 26th, 2008</para>
446 <itemizedlist>
447 <listitem>
448 <para>[bdubbs] - Expanded the discussion on autofs
449 configuration.</para>
450 </listitem>
451 <listitem>
452 <para>[cwurst] - Added build instructions for UnRar.
453 Fixes #2345.</para>
454 </listitem>
455 <listitem>
456 <para>[ag] - Added a sed to Tcl/Tk instructions. Fixes #2487.</para>
457 </listitem>
458 <listitem>
459 <para>[randy] - Updated to Stunnel-4.21.</para>
460 </listitem>
461 <listitem>
462 <para>[randy] - Added a parameter to the libgnome configure command
463 to account for ESounD may not be installed.</para>
464 </listitem>
465 </itemizedlist>
466 </listitem>
467
468 <listitem>
469 <para>March 25th, 2008</para>
470 <itemizedlist>
471 <listitem>
472 <para>[randy] - Added a patch to the ESP Ghostscript instructions to
473 fix a buffer overflow vulnerability. Thanks to Alexander for finding
474 it.</para>
475 </listitem>
476 <listitem>
477 <para>[randy] - Modified a documentation installation command in the
478 Python instructions so ownership of installed files is correct.</para>
479 </listitem>
480 </itemizedlist>
481 </listitem>
482
483 <listitem>
484 <para>March 24th, 2008</para>
485 <itemizedlist>
486 <listitem>
487 <para>[randy] - Added a note to the Berkeley DB instructions about
488 the JDK-6 and GMime uudecode conflict.</para>
489 </listitem>
490 <listitem>
491 <para>[dj] - Added a caution to the xfs-progs page and pointed the
492 download location to the anduin server.</para>
493 </listitem>
494 </itemizedlist>
495 </listitem>
496
497 <listitem>
498 <para>March 23rd, 2008</para>
499 <itemizedlist>
500 <listitem>
501 <para>[Chris] - Added kernel configuration information to CUPS
502 page. Fixes ticket #2430.</para>
503 </listitem>
504 <listitem>
505 <para>[dj] - Updated to xfs-progs-2.9.7.</para>
506 </listitem>
507 </itemizedlist>
508 </listitem>
509
510 <listitem>
511 <para>March 22nd, 2008</para>
512 <itemizedlist>
513 <listitem>
514 <para>[dj] - Updated to Apache httpd-2.2.8.</para>
515 </listitem>
516 <listitem>
517 <para>[randy] - Updated to SeaMonkey-1.1.8.</para>
518 </listitem>
519 <listitem>
520 <para>[dj] - Added enable-tlsext option for SNI to the OpenSSL
521 command explanations section.</para>
522 </listitem>
523 <listitem>
524 <para>[randy] - Added the libedit package as a dependency of
525 OpenSSH which provides sftp command-line history.</para>
526 </listitem>
527 <listitem>
528 <para>[randy] - Updated to rsync-3.0.0.</para>
529 </listitem>
530 <listitem>
531 <para>[randy] - Updated to Heimdal-1.1. Removed the
532 Heimdal-Cracklib patches from both packages as Heimdal has been
533 converted to use Cracklib differently. Created a patch to change
534 the names of some installed files so they don't conflict with the
535 E2fsprogs package.</para>
536 </listitem>
537 </itemizedlist>
538 </listitem>
539
540 <listitem>
541 <para>March 20th, 2008</para>
542 <itemizedlist>
543 <listitem>
544 <para>[thomas] - Added page in chapter 16 about NFS client tools.
545 Upgrade to nfs-utils-1.1.2 and change the download location.</para>
546 </listitem>
547 </itemizedlist>
548 </listitem>
549
550 <listitem>
551 <para>March 18th, 2008</para>
552 <itemizedlist>
553 <listitem>
554 <para>[alexander] - Removed WvDial, WvStreams and RP-PPPoE, as
555 alternative instructions are available on the PPP page. Moved the
556 remaining packages from the Connecting to a Network part to a
557 chapter with the same name in the Basic Networking part.</para>
558 </listitem>
559 </itemizedlist>
560 </listitem>
561
562 <listitem>
563 <para>March 17th, 2008</para>
564 <itemizedlist>
565 <listitem>
566 <para>[randy] - Updated to Python-2.5.2.</para>
567 </listitem>
568 <listitem>
569 <para>[alexander] - Removed xfsprogs-2.9.6, as they are incompatible
570 with the LFS-6.3 kernel.</para>
571 </listitem>
572 <listitem>
573 <para>[alexander] - Updated MCS to version 0.7.0.</para>
574 </listitem>
575 <listitem>
576 <para>[alexander] - Added Mowgli-0.6.1.</para>
577 </listitem>
578 </itemizedlist>
579 </listitem>
580
581 <listitem>
582 <para>March 16th, 2008</para>
583 <itemizedlist>
584 <listitem>
585 <para>[ken] - Corrected the download locations for goffice.</para>
586 </listitem>
587 <listitem>
588 <para>[ag] - Added header caching support in mutt. Added qdbm as
589 optional dependency.</para>
590 </listitem>
591 <listitem>
592 <para>[alexander] - Fixed URL for Audacious third-party
593 plugins.</para>
594 </listitem>
595 <listitem>
596 <para>[alexander] - Noted that mpeg4ip is a dead project.</para>
597 </listitem>
598 </itemizedlist>
599 </listitem>
600
601 <listitem>
602 <para>March 15th, 2008</para>
603 <itemizedlist>
604 <listitem>
605 <para>[randy] - Updated GNOME Games to reflect the GNOME-2.18.3
606 update. This completes all the current GNOME packages currently
607 in the book.</para>
608 </listitem>
609 <listitem>
610 <para>[alexander] - Added PPPoE configuration instructions to the
611 PPP page.</para>
612 </listitem>
613 <listitem>
614 <para>[randy] - Updated Ekiga to reflect the GNOME-2.18.3
615 update.</para>
616 </listitem>
617 </itemizedlist>
618 </listitem>
619
620 <listitem>
621 <para>March 14th, 2008</para>
622 <itemizedlist>
623 <listitem>
624 <para>[ken] - Updated to gnucash-2.2.4.</para>
625 </listitem>
626 <listitem>
627 <para>[randy] - Updated Epiphany to reflect the GNOME-2.18.3
628 update.</para>
629 </listitem>
630 <listitem>
631 <para>[randy] - Updated File Roller, gcalctool, GNOME Keyring Manager,
632 GNOME Netstatus and GNOME System Monitor to reflect the GNOME-2.18.3
633 update.</para>
634 </listitem>
635 </itemizedlist>
636 </listitem>
637
638 <listitem>
639 <para>March 13th, 2008</para>
640 <itemizedlist>
641 <listitem>
642 <para>[randy] - Removed (commented out) the Galeon package as it
643 requires an older version of a Gecko engine than what is in the
644 book. Currently, it fails to build. Will add it back to the book
645 when/if it supports modern Gecko.</para>
646 </listitem>
647 <listitem>
648 <para>[randy] - Updated to Vorbis Tools-1.2.0.</para>
649 </listitem>
650 <listitem>
651 <para>[rdaniels] - Updated to xine-ui-0.99.5. Fixed ftp link for
652 xine-lib.</para>
653 </listitem>
654 <listitem>
655 <para>[rdaniels] - Updated to xine-lib-1.1.10.1. Removed obsolete
656 note from xine-lib page regarding --with-xv-path.</para>
657 </listitem>
658 </itemizedlist>
659 </listitem>
660
661 <listitem>
662 <para>March 12th, 2008</para>
663 <itemizedlist>
664 <listitem>
665 <para>[dnicholson] - Add pidfile directive to ntp.conf.</para>
666 </listitem>
667 <listitem>
668 <para>[rdaniels] - Updated to gmp-4.2.2.</para>
669 </listitem>
670 <listitem>
671 <para>[randy] - Updated to libgtkhtml-2.11.1.</para>
672 </listitem>
673 <listitem>
674 <para>[randy] - Updated the Heimdal instructions to preserve the
675 mk_cmds script from the e2fsprogs package. Thanks DJ.</para>
676 </listitem>
677 <listitem>
678 <para>[randy] - Updated to S-Lang-2.1.3.</para>
679 </listitem>
680 <listitem>
681 <para>[randy] - Updated the SLIB download URL.</para>
682 </listitem>
683 <listitem>
684 <para>[alexander] - Added dialup and GPRS configuration instructions
685 to the PPP page.</para>
686 </listitem>
687 <listitem>
688 <para>[dj] - Updated to OpenLDAP-2.3.39.</para>
689 </listitem>
690 <listitem>
691 <para>[dj] - Updated to Postfix-2.5.1.</para>
692 </listitem>
693 <listitem>
694 <para>[rdaniels] - Updated to Nano-2.0.7.</para>
695 </listitem>
696 </itemizedlist>
697 </listitem>
698
699 <listitem>
700 <para>March 11th, 2008</para>
701 <itemizedlist>
702 <listitem>
703 <para>[alexander] - Updated to Tin-1.8.3.</para>
704 </listitem>
705 <listitem>
706 <para>[alexander] - Mentioned the locale issue with the built-in
707 editor in Lynx, and made cookies persistent.</para>
708 </listitem>
709 <listitem>
710 <para>[alexander] - Changed Lynx download URL in order to avoid
711 MD5 sum changes in the future.</para>
712 </listitem>
713 <listitem>
714 <para>[alexander] - Reworded explanations and verified
715 dependencies on the Links page.</para>
716 </listitem>
717 <listitem>
718 <para>[randy] - Updated to paps-0.6.8.</para>
719 </listitem>
720 <listitem>
721 <para>[randy] - Removed an obsolete sed command from the
722 GNOME Doc Utils instructions.</para>
723 </listitem>
724 <listitem>
725 <para>[rdaniels] - Updated to K3b-1.0.4.</para>
726 </listitem>
727 <listitem>
728 <para>[rdaniels] - Updated to KOffice-1.6.3. Changed dependency from
729 PostgreSQL to libpqxx. Use kde-config to set --prefix.</para>
730 </listitem>
731 </itemizedlist>
732 </listitem>
733
734 <listitem>
735 <para>March 10th, 2008</para>
736 <itemizedlist>
737 <listitem>
738 <para>[randy] - Updated the Enigmail download URLs to proper
739 locations in the Thunderbird and Seamonkey instructions.</para>
740 </listitem>
741 <listitem>
742 <para>[randy] - Updated to Thunderbird-2.0.0.12 with
743 Enigmail-0.95.6.</para>
744 </listitem>
745 <listitem>
746 <para>[ken] - Add missing goffice dependency.</para>
747 </listitem>
748 <listitem>
749 <para>[randy] - Updated to libxslt-1.1.22.</para>
750 </listitem>
751 <listitem>
752 <para>[rdaniels] - Updated to KDE-3.5.9.</para>
753 </listitem>
754 </itemizedlist>
755 </listitem>
756
757 <listitem>
758 <para>March 9th, 2008</para>
759 <itemizedlist>
760 <listitem>
761 <para>[ken] - Updated to gnumeric-1.8.1, with goffice-0.6.1,
762 libgsf-1.14.7, and warning that gnucash-2.2.0 needs an older
763 version of goffice.</para>
764 </listitem>
765 <listitem>
766 <para>[dj] - Updated to gamin-0.1.9.</para>
767 </listitem>
768 <listitem>
769 <para>[ken] - Updated to firefox-2.0.0.12.</para>
770 </listitem>
771 <listitem>
772 <para>[ken] - Updated to cairo-1.4.14.</para>
773 </listitem>
774 <listitem>
775 <para>[dj] - Updated to ksh-2008-02-02.</para>
776 </listitem>
777 <listitem>
778 <para>[dj] - Added iproute2 patch for bind, corrected
779 L.ROOT-SERVERS.NET IP address, and added -r /dev/urandom to
780 rdnc-confgen command.</para>
781 </listitem>
782 <listitem>
783 <para>[randy] - Updated to libxml2-2.6.31.</para>
784 </listitem>
785 <listitem>
786 <para>[dj] - Updated to JDK-6u5 and added warning about trailing
787 JRL releases and security vulnerabilities.</para>
788 </listitem>
789 </itemizedlist>
790 </listitem>
791
792 <listitem>
793 <para>March 8th, 2008</para>
794 <itemizedlist>
795 <listitem>
796 <para>[bdubbs] - Udated to autofs-5.0.3. Expanded explanation of the
797 use of autofs and created a procedure to automatically download and
798 apply all patches.</para>
799 </listitem>
800 <listitem>
801 <para>[ag] - Added a patch and a configuration item to fix the UTF-8
802 related issues in Links. Thanks to Alexander Patrakov for the
803 suggestions.</para>
804 </listitem>
805 <listitem>
806 <para>[bdubbs] - Fixed problem with netfs bootscript boot
807 procedure.</para>
808 </listitem>
809 <listitem>
810 <para>[randy] - Updated to Balsa-2.3.22.</para>
811 </listitem>
812 <listitem>
813 <para>[thomas] - Updated to portmap-6.0 and nfs-utils-1.1.1</para>
814 </listitem>
815 </itemizedlist>
816 </listitem>
817
818 <listitem>
819 <para>March 7th, 2008</para>
820 <itemizedlist>
821 <listitem>
822 <para>[ag] - Updated to pcre-7.6. Added the --enable-pcregrep-libbz2
823 and --enable-pcregrep-libz switches. Added in command explanations
824 the --enable-unicode-properties switch. Added patch to fix ABI
825 breakage.</para>
826 </listitem>
827 <listitem>
828 <para>[randy] - Added new package GnuPG-2.0.8.</para>
829 </listitem>
830 <listitem>
831 <para>[bdubbs] - Fixed autofs bootscript.</para>
832 </listitem>
833 <listitem>
834 <para>[rdaniels] - Added new package Amarok-1.4.8.</para>
835 </listitem>
836 </itemizedlist>
837 </listitem>
838
839 <listitem>
840 <para>March 6th, 2008</para>
841 <itemizedlist>
842 <listitem>
843 <para>[bdubbs] - Added Qt4.</para>
844 </listitem>
845 </itemizedlist>
846 </listitem>
847
848 <listitem>
849 <para>March 5th, 2008</para>
850 <itemizedlist>
851 <listitem>
852 <para>[ag] - Updated to zsh-4.3.5. Added libcap as an optional
853 dependency and enabled the --bindir=/bin switch.</para>
854 </listitem>
855 </itemizedlist>
856 </listitem>
857
858 <listitem>
859 <para>March 4th, 2008</para>
860 <itemizedlist>
861 <listitem>
862 <para>[dj] - Updated broken cracklib-heimdal patch.</para>
863 </listitem>
864 </itemizedlist>
865 </listitem>
866
867 <listitem>
868 <para>March 3rd, 2008</para>
869 <itemizedlist>
870 <listitem>
871 <para>[ken] - Updated to libpng-1.2.24, thanks to Hendrik
872 Hoeth.</para>
873 </listitem>
874 </itemizedlist>
875 </listitem>
876
877 <listitem>
878 <para>March 2nd, 2008</para>
879 <itemizedlist>
880 <listitem>
881 <para>[ag] - Fixed two broken links in MPlayer page. Reported by
882 habiloid. </para>
883 </listitem>
884 </itemizedlist>
885 </listitem>
886
887 <listitem>
888 <para>February 26th, 2008</para>
889 <itemizedlist>
890 <listitem>
891 <para>[ag] - Updated to links-2.1pre33. Enables graphics support by
892 default.</para>
893 </listitem>
894 </itemizedlist>
895 </listitem>
896
897 <listitem>
898 <para>February 25th, 2008</para>
899 <itemizedlist>
900 <listitem>
901 <para>[tushar] - Add a note about LDFLAGS for BBLFS section.</para>
902 </listitem>
903 <listitem>
904 <para>[ag] - Added a switch to the OpenSSH instructions to set the
905 default path for xauth.</para>
906 </listitem>
907 </itemizedlist>
908 </listitem>
909
910 <listitem>
911 <para>February 24th, 2008</para>
912 <itemizedlist>
913 <listitem>
914 <para>[ag] - Updated vim with the latest upstream patches.
915 Added a command to update the runtime files.</para>
916 </listitem>
917 <listitem>
918 <para>[dj] - Updated to Linux-PAM-0.99.10.0.</para>
919 </listitem>
920 </itemizedlist>
921 </listitem>
922
923 <listitem>
924 <para>February 22nd, 2008</para>
925 <itemizedlist>
926 <listitem>
927 <para>[dj] - Updated to cracklib-2.8.12.</para>
928 </listitem>
929 </itemizedlist>
930 </listitem>
931
932 <listitem>
933 <para>February 21st, 2008</para>
934 <itemizedlist>
935 <listitem>
936 <para>[dj] - Updated to xfsprogs-2.9.6.</para>
937 </listitem>
938 </itemizedlist>
939 </listitem>
940
941 <listitem>
942 <para>February 19th, 2008</para>
943 <itemizedlist>
944 <listitem>
945 <para>[dj] - Added note about OpenSSH testsuite failures.</para>
946 </listitem>
947 </itemizedlist>
948 </listitem>
949
950 <listitem>
951 <para>February 13th, 2008</para>
952 <itemizedlist>
953 <listitem>
954 <para>[dj] - Updated to openssh-4.7p1.</para>
955 </listitem>
956 <listitem>
957 <para>[dj] - Updated to whois-4.7.24 (Christian Wurst).</para>
958 </listitem>
959 </itemizedlist>
960 </listitem>
961
962 <listitem>
963 <para>February 11th, 2008</para>
964 <itemizedlist>
965 <listitem>
966 <para>[ag] - Updated to rxvt-unicode-9.02. Added libAfterImage as an
967 optional dependency.</para>
968 </listitem>
969 <listitem>
970 <para>[dj] - Updated to openssl-0.9.8g.</para>
971 </listitem>
972 </itemizedlist>
973 </listitem>
974
975 <listitem>
976 <para>February 6th, 2008</para>
977 <itemizedlist>
978 <listitem>
979 <para>[dj] - Updated to sudo-1.6.9p12.</para>
980 </listitem>
981 </itemizedlist>
982 </listitem>
983
984 <listitem>
985 <para>February 5th, 2008</para>
986 <itemizedlist>
987 <listitem>
988 <para>[bdubbs] - Removed XFree86.</para>
989 </listitem>
990 </itemizedlist>
991 </listitem>
992
993 <listitem>
994 <para>January 21st, 2008</para>
995 <itemizedlist>
996 <listitem>
997 <para>[randy] - Updated to Libassuan-1.0.4.</para>
998 </listitem>
999 </itemizedlist>
1000 </listitem>
1001
1002 <listitem>
1003 <para>January 20th, 2008</para>
1004 <itemizedlist>
1005 <listitem>
1006 <para>[alexander] - Configured the Backspace key in xterm,
1007 updated program descriptions, updated xterm to version 231.</para>
1008 </listitem>
1009 </itemizedlist>
1010 </listitem>
1011
1012 <listitem>
1013 <para>January 19th, 2008</para>
1014 <itemizedlist>
1015 <listitem>
1016 <para>[alexander] - Added FAAC and FAAD2.</para>
1017 </listitem>
1018 </itemizedlist>
1019 </listitem>
1020
1021 <listitem>
1022 <para>January 10th, 2008</para>
1023 <itemizedlist>
1024 <listitem>
1025 <para>[randy] - Corrected a chmod command in the BIND
1026 instructions.</para>
1027 </listitem>
1028 </itemizedlist>
1029 </listitem>
1030
1031 <listitem>
1032 <para>December 29th, 2007</para>
1033 <itemizedlist>
1034 <listitem>
1035 <para>[dj] - Added --without-pam switch to OpenOffice installation
1036 instructions. Reported by Nathan Coulson.</para>
1037 </listitem>
1038 </itemizedlist>
1039 </listitem>
1040
1041 <listitem>
1042 <para>December 28th, 2007</para>
1043 <itemizedlist>
1044 <listitem>
1045 <para>[ag] - Added a documentation link to the procmail page.
1046 </para>
1047 </listitem>
1048 </itemizedlist>
1049 </listitem>
1050
1051 <listitem>
1052 <para>December 22nd, 2007</para>
1053 <itemizedlist>
1054 <listitem>
1055 <para>[ag] - Updated to Ruby-1.8.6-p111.</para>
1056 </listitem>
1057 </itemizedlist>
1058 </listitem>
1059
1060 <listitem>
1061 <para>December 21st, 2007</para>
1062 <itemizedlist>
1063 <listitem>
1064 <para>[dnicholson] - Updated the bootscripts tarball to include
1065 fixes for dhcp, gdm, gpm, hal, ntp, dbus and samba.</para>
1066 </listitem>
1067 <listitem>
1068 <para>[alexander] - Updated the text about default mount options
1069 on the HAL page.</para>
1070 </listitem>
1071 </itemizedlist>
1072 </listitem>
1073
1074 <listitem>
1075 <para>December 19th, 2007</para>
1076 <itemizedlist>
1077 <listitem>
1078 <para>[dj] - Updated to OpenOffice-2.3.1.</para>
1079 </listitem>
1080 </itemizedlist>
1081 </listitem>
1082
1083 <listitem>
1084 <para>December 17th, 2007</para>
1085 <itemizedlist>
1086 <listitem>
1087 <para>[alexander] - Dropped Imlib-1.9.15.</para>
1088 </listitem>
1089 <listitem>
1090 <para>[dj] - Updated to JDK-6 Update 3.</para>
1091 </listitem>
1092 </itemizedlist>
1093 </listitem>
1094
1095 <listitem>
1096 <para>December 16th, 2007</para>
1097 <itemizedlist>
1098 <listitem>
1099 <para>[alexander] - Moved the URI Perl module under a separate
1100 heading, to simplify cross-references.</para>
1101 </listitem>
1102 </itemizedlist>
1103 </listitem>
1104
1105 <listitem>
1106 <para>December 15th, 2007</para>
1107 <itemizedlist>
1108 <listitem>
1109 <para>[ag] - Updated to XFS 2.9.4. Thanks to Christian Wurst for
1110 his patch.</para>
1111 </listitem>
1112 </itemizedlist>
1113 </listitem>
1114
1115 <listitem>
1116 <para>December 14th, 2007</para>
1117 <itemizedlist>
1118 <listitem>
1119 <para>[ag] - Updated to Mutt-1.5.17. Added command to generate the
1120 manual in PDF format.</para>
1121 </listitem>
1122 </itemizedlist>
1123 </listitem>
1124
1125 <listitem>
1126 <para>December 13th, 2007</para>
1127 <itemizedlist>
1128 <listitem>
1129 <para>[ag] - Fixed Ruby download link.</para>
1130 </listitem>
1131 <listitem>
1132 <para>[ag] - Updated to Flac-1.2.1.</para>
1133 </listitem>
1134 </itemizedlist>
1135 </listitem>
1136
1137 <listitem>
1138 <para>December 7th, 2007</para>
1139 <itemizedlist>
1140 <listitem>
1141 <para>[alexander] - Updated to Xfce-4.4.2 and commented it out.</para>
1142 </listitem>
1143 </itemizedlist>
1144 </listitem>
1145
1146 <listitem>
1147 <para>November 22nd, 2007</para>
1148 <itemizedlist>
1149 <listitem>
1150 <para>[ag] - Fixed the download link to rxvt-unicode.</para>
1151 </listitem>
1152 <listitem>
1153 <para>[ag] - Updated to Compface 2.5.2.</para>
1154 </listitem>
1155 </itemizedlist>
1156 </listitem>
1157
1158 <listitem>
1159 <para>November 17th, 2007</para>
1160 <itemizedlist>
1161 <listitem>
1162 <para>[ag] - Fixed a broken link to the Python documentation.
1163 Reported by Moody.</para>
1164 </listitem>
1165 <listitem>
1166 <para>[ag] - Added a switch in the 'Command Explanations' section
1167 of the Vorbis Tools page that allows ogg123 to be built without
1168 cURL. Reported by laxy. Fixes #2413.</para>
1169 </listitem>
1170 </itemizedlist>
1171 </listitem>
1172
1173 <listitem>
1174 <para>November 5th, 2007</para>
1175 <itemizedlist>
1176 <listitem>
1177 <para>[dnicholson] - Really fix luit to find the locale.alias
1178 file. Caught by laxy. Fixes #2414.</para>
1179 </listitem>
1180 </itemizedlist>
1181 </listitem>
1182
1183 <listitem>
1184 <para>November 4th, 2007</para>
1185 <itemizedlist>
1186 <listitem>
1187 <para>[ag] - Updated to rxvt-unicode-8.4.</para>
1188 </listitem>
1189 <listitem>
1190 <para>[ag] - Updated to libvorbis-1.2.0.</para>
1191 </listitem>
1192 </itemizedlist>
1193 </listitem>
1194
1195 <listitem>
1196 <para>November 2nd, 2007</para>
1197 <itemizedlist>
1198 <listitem>
1199 <para>[dnicholson] - Fix luit to find the locale.alias file.
1200 Fixes #2393.</para>
1201 </listitem>
1202 <listitem>
1203 <para>[dnicholson] - Updated to Nano-2.0.6.</para>
1204 </listitem>
1205 </itemizedlist>
1206 </listitem>
1207
1208 <listitem>
1209 <para>November 1st, 2007</para>
1210 <itemizedlist>
1211 <listitem>
1212 <para>[ag] - Updated to ed-0.8.</para>
1213 </listitem>
1214 <listitem>
1215 <para>[ag] - Updated to Fcron-3.0.3.</para>
1216 </listitem>
1217 </itemizedlist>
1218 </listitem>
1219
1220 <listitem>
1221 <para>October 16th, 2007</para>
1222 <itemizedlist>
1223 <listitem>
1224 <para>[randy] - Updated to Heimdal-0.8.1.</para>
1225 </listitem>
1226 <listitem>
1227 <para>[randy] - Modified the 'Configuring for Adding Users' page
1228 to reflect that the /etc/default/useradd file is now created in
1229 LFS. Thanks to Chris Staub for the suggestion.</para>
1230 </listitem>
1231 <listitem>
1232 <para>[randy] - Fixed numerous typos and ommisions, along with
1233 several corrections by applying patches from Chris Staub. Thanks,
1234 Chris.</para>
1235 </listitem>
1236 <listitem>
1237 <para>[randy] - Updated the Evince instructions to reflect the
1238 GNOME-2.18.3 update.</para>
1239 </listitem>
1240 </itemizedlist>
1241 </listitem>
1242
1243 <listitem>
1244 <para>September 22nd, 2007</para>
1245 <itemizedlist>
1246 <listitem>
1247 <para>[randy] - Fixed an incorrect installation command in the XSL
1248 Stylesheets instructions, thanks to Frank Ianella for pointing it
1249 out.</para>
1250 </listitem>
1251 </itemizedlist>
1252 </listitem>
1253
1254 <listitem>
1255 <para>September 12th, 2007</para>
1256 <itemizedlist>
1257 <listitem>
1258 <para>[randy] - Updated the EOG instructions to reflect the
1259 GNOME-2.18.3 update.</para>
1260 </listitem>
1261 </itemizedlist>
1262 </listitem>
1263
1264 <listitem>
1265 <para>September 11, 2007</para>
1266 <itemizedlist>
1267 <listitem>
1268 <para>[randy] - Added a note to the Totem instructions explaining
1269 that the GStreamer backend will not play DVDs properly, and you can
1270 use the Xine Libraries backend instead.</para>
1271 </listitem>
1272 </itemizedlist>
1273 </listitem>
1274
1275 <listitem>
1276 <para>September 10th, 2007</para>
1277 <itemizedlist>
1278 <listitem>
1279 <para>[randy] - Added a more accurate explanation of the GConf
1280 dependency in the GStreamer Good Plugins instructions.</para>
1281 </listitem>
1282 </itemizedlist>
1283 </listitem>
1284
1285 <listitem>
1286 <para>September 9th, 2007</para>
1287 <itemizedlist>
1288 <listitem>
1289 <para>[manuel] - Updated the internal XSL Stylesheets to
1290 1.73.2.</para>
1291 </listitem>
1292 </itemizedlist>
1293 </listitem>
1294
1295 <listitem>
1296 <para>September 7th, 2007</para>
1297 <itemizedlist>
1298 <listitem>
1299 <para>[randy] - Changed the chmod command in the OpenLDAP
1300 instructions to use the 'readlink' command to find out the names
1301 of the shared libraries.</para>
1302 </listitem>
1303 </itemizedlist>
1304 </listitem>
1305
1306 <listitem>
1307 <para>September 6th, 2007</para>
1308 <itemizedlist>
1309 <listitem>
1310 <para>[randy] - Modified the Heimdal instructions which move the
1311 libraries into /lib to use the 'readlink' command to create the
1312 symlinks so that the instructions are not version specific.</para>
1313 </listitem>
1314 </itemizedlist>
1315 </listitem>
1316
1317 <listitem>
1318 <para>September 5th, 2007</para>
1319 <itemizedlist>
1320 <listitem>
1321 <para>[randy] - Modified the Linux-PAM instructions to install
1322 the libraries into /lib and then use the 'readlink' command to
1323 create the symlinks so that the instructions are not version
1324 specific.</para>
1325 </listitem>
1326 </itemizedlist>
1327 </listitem>
1328
1329 <listitem>
1330 <para>September 4th, 2007</para>
1331 <itemizedlist>
1332 <listitem>
1333 <para>[dnicholson] - Removed an unnecessary command in the Cyrus
1334 SASL instructions.</para>
1335 </listitem>
1336 </itemizedlist>
1337 </listitem>
1338
1339 <listitem>
1340 <para>September 2nd, 2007</para>
1341 <itemizedlist>
1342 <listitem>
1343 <para>[dnicholson] - Updated to Cyrus SASL-2.1.22.</para>
1344 </listitem>
1345 </itemizedlist>
1346 </listitem>
1347
1348 <listitem>
1349 <para>August 22nd, 2007</para>
1350 <itemizedlist>
1351 <listitem>
1352 <para>[dj] - Updated to dhcpcd-3.0.19.</para>
1353 </listitem>
1354 </itemizedlist>
1355 </listitem>
1356
1357 <listitem>
1358 <para>August 21st, 2007</para>
1359 <itemizedlist>
1360 <listitem>
1361 <para>[djensen] - Removed a Makefile sed that disabled autoconf
1362 in XFS-2.9.3. It will be needed with some libtool versions.</para>
1363 </listitem>
1364 </itemizedlist>
1365 </listitem>
1366
1367 <listitem>
1368 <para>August 20th , 2007</para>
1369 <itemizedlist>
1370 <listitem>
1371 <para>[djensen] - Updated to XFS-2.9.3.</para>
1372 </listitem>
1373 <listitem>
1374 <para>[dj] - Added GCC-3.3.6 as a runtime dependency for the
1375 binary JDK.</para>
1376 </listitem>
1377 </itemizedlist>
1378 </listitem>
1379
1380 <listitem>
1381 <para>August 19th, 2007</para>
1382 <itemizedlist>
1383 <listitem>
1384 <para>[randy] - Added new package PIN-Entry-0.7.3.</para>
1385 </listitem>
1386 </itemizedlist>
1387 </listitem>
1388
1389 <listitem>
1390 <para>August 18th, 2007</para>
1391 <itemizedlist>
1392 <listitem>
1393 <para>[randy] - Updated to DocBook XSL Stylesheets-1.71.1.</para>
1394 </listitem>
1395 <listitem>
1396 <para>[randy] - Added new package Libksba-1.0.2.</para>
1397 </listitem>
1398 </itemizedlist>
1399 </listitem>
1400
1401 <listitem>
1402 <para>August 17th, 2007</para>
1403 <itemizedlist>
1404 <listitem>
1405 <para>[randy] - Updated to Transcode-1.0.3.</para>
1406 </listitem>
1407 <listitem>
1408 <para>[randy] - Applied a patch contributed by Jeremy Henty that
1409 updated the book to Emacs-22.1. Thanks Jeremy!</para>
1410 </listitem>
1411 <listitem>
1412 <para>[randy] - Updated to libquicktime-1.0.0.</para>
1413 </listitem>
1414 <listitem>
1415 <para>[randy] - Updated to libmpeg3-1.7.</para>
1416 </listitem>
1417 <listitem>
1418 <para>[dj] - Updated to OpenOffice-2.2.1</para>
1419 </listitem>
1420 </itemizedlist>
1421 </listitem>
1422
1423 <listitem>
1424 <para>August 16th, 2007</para>
1425 <itemizedlist>
1426 <listitem>
1427 <para>[randy] - Added new package GnuTLS-1.6.3.</para>
1428 </listitem>
1429 <listitem>
1430 <para>[manuel] - Added upstream asmrules_fix_20061231.diff
1431 patch to Mplayer-1.0rc1.</para>
1432 </listitem>
1433 <listitem>
1434 <para>[randy] - Added new package Libgcrypt-1.2.4.</para>
1435 </listitem>
1436 <listitem>
1437 <para>[randy] - Added new package Libgpg-error-1.5.</para>
1438 </listitem>
1439 <listitem>
1440 <para>[randy] - Added new package Libassuan-1.0.2.</para>
1441 </listitem>
1442 <listitem>
1443 <para>[randy] - Added new package Pth-2.0.7.</para>
1444 </listitem>
1445 </itemizedlist>
1446 </listitem>
1447
1448 <listitem>
1449 <para>August 15th, 2007</para>
1450 <itemizedlist>
1451 <listitem>
1452 <para>[randy] - Updated Gaim to Pidgin-2.1.0.</para>
1453 </listitem>
1454 <listitem>
1455 <para>[randy] - Removed an unneeded sed command from the RP-PPPoE
1456 instructions.</para>
1457 </listitem>
1458 <listitem>
1459 <para>[randy] - Updated to Audacious-1.3.2.</para>
1460 </listitem>
1461 </itemizedlist>
1462 </listitem>
1463
1464 <listitem>
1465 <para>August 14th, 2007</para>
1466 <itemizedlist>
1467 <listitem>
1468 <para>[randy] - Added new package mcs-0.4.1 to support recent
1469 versions of Audacious.</para>
1470 </listitem>
1471 <listitem>
1472 <para>[randy] - Updated to Hdparm-7.7.</para>
1473 </listitem>
1474 <listitem>
1475 <para>[randy] - Updated to Hd2u-1.0.1.</para>
1476 </listitem>
1477 <listitem>
1478 <para>[randy] - Updated to Exim-4.67.</para>
1479 </listitem>
1480 </itemizedlist>
1481 </listitem>
1482
1483 <listitem>
1484 <para>August 13th, 2007</para>
1485 <itemizedlist>
1486 <listitem>
1487 <para>[randy] - Updated to Cdrdao-1.2.2.</para>
1488 </listitem>
1489 <listitem>
1490 <para>[randy] - Updated the Sound Juicer instructions to reflect the
1491 GNOME-2.18.3 update.</para>
1492 </listitem>
1493 <listitem>
1494 <para>[randy] - Updated to libmusicbrainz-2.1.5.</para>
1495 </listitem>
1496 </itemizedlist>
1497 </listitem>
1498
1499 <listitem>
1500 <para>August 12th, 2007</para>
1501 <itemizedlist>
1502 <listitem>
1503 <para>[dnicholson] - Added the Python Modules page with Gnome-Python
1504 and its dependencies.</para>
1505 </listitem>
1506 <listitem>
1507 <para>[randy] - Added instructions to create an X11R6 symlink to the
1508 X Windows Components page.</para>
1509 </listitem>
1510 <listitem>
1511 <para>[dj] - Updated to JDK-6 Update 2.</para>
1512 </listitem>
1513 </itemizedlist>
1514 </listitem>
1515
1516 <listitem>
1517 <para>August 11th, 2007</para>
1518 <itemizedlist>
1519 <listitem>
1520 <para>[randy] - Updated the GConf Editor instructions to reflect the
1521 GNOME-2.18.3 update.</para>
1522 </listitem>
1523 <listitem>
1524 <para>[randy] - Added a note to the FreeGlut instructions saying you
1525 don't need to install it if you installed the GLUT library during a
1526 MesaLib installation.</para>
1527 </listitem>
1528 <listitem>
1529 <para>[randy] - Updated to MPlayer-1.0rc1.</para>
1530 </listitem>
1531 <listitem>
1532 <para>[randy] - Updated to FFmpeg-svn_20070606 (svn checkout).</para>
1533 </listitem>
1534 </itemizedlist>
1535 </listitem>
1536
1537 <listitem>
1538 <para>August 9th, 2007</para>
1539 <itemizedlist>
1540 <listitem>
1541 <para>[randy] - Replaced the obsolete Gimp-Print package with
1542 Gutenprint-5.0.1.</para>
1543 </listitem>
1544 </itemizedlist>
1545 </listitem>
1546
1547 <listitem>
1548 <para>August 8th, 2007</para>
1549 <itemizedlist>
1550 <listitem>
1551 <para>[randy] - Updated to XChat-2.8.4.</para>
1552 </listitem>
1553 <listitem>
1554 <para>[randy] - Updated all the GNOME Assistive Technology
1555 (Accessibility) packages to GNOME-2.18 versions, including
1556 updating Gnome Speech to 0.4.16.</para>
1557 </listitem>
1558 <listitem>
1559 <para>[randy] - Added new package Orca-2.18.1 as a replacement for
1560 the obsolete Gnopernicus package.</para>
1561 </listitem>
1562 <listitem>
1563 <para>[randy] - Replaced all instances of the Gtk+-2 library
1564 directory pathname with an entity.</para>
1565 </listitem>
1566 <listitem>
1567 <para>[randy] - Replaced all instances of the Python library
1568 directory pathname with an entity.</para>
1569 </listitem>
1570 <listitem>
1571 <para>[randy] - Simplified some commands using conditionals in
1572 various package instructions.</para>
1573 </listitem>
1574 <listitem>
1575 <para>[randy] - Added a parameter to the configure command in the
1576 GNOME Session instructions so that the Assistive Technology
1577 (Accessibility) packages work properly.</para>
1578 </listitem>
1579 </itemizedlist>
1580 </listitem>
1581
1582 <listitem>
1583 <para>August 7th, 2007</para>
1584 <itemizedlist>
1585 <listitem>
1586 <para>[randy] - Added notes to the AbiWord and Gnumeric instructions
1587 that the versions of libgda/libgnomedb will conflict with each
1588 other.</para>
1589 </listitem>
1590 <listitem>
1591 <para>[randy] - Minor modifications to the Gnumeric build
1592 instructions.</para>
1593 </listitem>
1594 <listitem>
1595 <para>[randy] - Updated to AbiWord-2.4.6.</para>
1596 </listitem>
1597 </itemizedlist>
1598 </listitem>
1599
1600 <listitem>
1601 <para>August 6th, 2007</para>
1602 <itemizedlist>
1603 <listitem>
1604 <para>[randy] - Updated to FriBidi-0.10.8.</para>
1605 </listitem>
1606 </itemizedlist>
1607 </listitem>
1608
1609 <listitem>
1610 <para>August 5th, 2007</para>
1611 <itemizedlist>
1612 <listitem>
1613 <para>[randy] - Updated to Finance::Quote-1.13.</para>
1614 </listitem>
1615 <listitem>
1616 <para>[dnicholson] - Updated to Thunderbird-2.0.0.6 with
1617 Enigmail-0.95.3.</para>
1618 </listitem>
1619 <listitem>
1620 <para>[dnicholson] - Updated to Firefox-2.0.0.6.</para>
1621 </listitem>
1622 <listitem>
1623 <para>[randy] - Updated to GnuCash-2.2.0.</para>
1624 </listitem>
1625 </itemizedlist>
1626 </listitem>
1627
1628 <listitem>
1629 <para>August 3rd, 2007</para>
1630 <itemizedlist>
1631 <listitem>
1632 <para>[ag] - Updated to Fetchmail-6.3.8.</para>
1633 </listitem>
1634 <listitem>
1635 <para>[randy] - Updated to GOffice-0.4.2.</para>
1636 </listitem>
1637 <listitem>
1638 <para>[randy] - Updated to SLIB-3a4.</para>
1639 </listitem>
1640 <listitem>
1641 <para>[randy] - Updated to Guile-1.8.2. This breaks the GnuCash
1642 package instructions and since no other BLFS packages depend on the
1643 GNOME-1.4 libraries, the entire GNOME-1.4 section of the book has
1644 been commented out.</para>
1645 </listitem>
1646 </itemizedlist>
1647 </listitem>
1648
1649 <listitem>
1650 <para>August 2nd, 2007</para>
1651 <itemizedlist>
1652 <listitem>
1653 <para>[ag] - Added the rxvt-unicode terminal emulator package.</para>
1654 </listitem>
1655 <listitem>
1656 <para>[dnicholson] - Updated to NcFTP-3.2.1.</para>
1657 </listitem>
1658 <listitem>
1659 <para>[randy] - Updated to gedit-2.18.2.</para>
1660 </listitem>
1661 <listitem>
1662 <para>[dnicholson] - Updated to Iptables-1.3.8.</para>
1663 </listitem>
1664 <listitem>
1665 <para>[dnicholson] - Updated the libusb udev rule for raw USB device
1666 ownership to work with Linux-2.6.22.</para>
1667 </listitem>
1668 </itemizedlist>
1669 </listitem>
1670
1671 <listitem>
1672 <para>August 1st, 2007</para>
1673 <itemizedlist>
1674 <listitem>
1675 <para>[ag] - Updated to ReiserFS-3.6.20.</para>
1676 </listitem>
1677 </itemizedlist>
1678 </listitem>
1679
1680 <listitem>
1681 <para>July 31st, 2007</para>
1682 <itemizedlist>
1683 <listitem>
1684 <para>[ag] - Removed obsolete text in the X Window System Components
1685 page.</para>
1686 </listitem>
1687 <listitem>
1688 <para>[ag] - Updated to Dash-0.5.4. Fixes Trac ticket #2366.</para>
1689 </listitem>
1690 </itemizedlist>
1691 </listitem>
1692
1693 <listitem>
1694 <para>July 30th, 2007</para>
1695 <itemizedlist>
1696 <listitem>
1697 <para>[ag] - Removed the extra-prompt.sh script and avoid exporting
1698 the PS1 variable. Thanks to David Jensen for the
1699 suggestions and to Craig Jackson for the report.</para>
1700 </listitem>
1701 <listitem>
1702 <para>[ag] - Added a warning in the mutt instructions about linking
1703 mutt against GnuTLS.</para>
1704 </listitem>
1705 <listitem>
1706 <para>[ag] - Added a consolidated patch to vim instructions, with
1707 fixes from upstream. Syncing with LFS.</para>
1708 </listitem>
1709 </itemizedlist>
1710 </listitem>
1711
1712 <listitem>
1713 <para>July 27th, 2007</para>
1714 <itemizedlist>
1715 <listitem>
1716 <para>[randy] - Added the D-Bus GLib bindings as a required
1717 dependency of GNOME VFS and removed it from other packages where
1718 it became redundant.</para>
1719 </listitem>
1720 <listitem>
1721 <para>[randy] - Updated to XSane-0.994.</para>
1722 </listitem>
1723 <listitem>
1724 <para>[randy] - Updated to ksh-2007-06-28.</para>
1725 </listitem>
1726 <listitem>
1727 <para>[randy] - Updated Perl Modules: Finance::QuoteHist-1.11,
1728 HTML::TableExtract-2.10.</para>
1729 </listitem>
1730 <listitem>
1731 <para>[randy] - Added a patch to the Avifile instructions to correct
1732 a build problem when using GCC-4.1.x. Thanks to Robert Connolly for
1733 submitting the patch.</para>
1734 </listitem>
1735 </itemizedlist>
1736 </listitem>
1737
1738 <listitem>
1739 <para>July 26th, 2007</para>
1740 <itemizedlist>
1741 <listitem>
1742 <para>[randy] - Updated to rsync-2.6.9.</para>
1743 </listitem>
1744 <listitem>
1745 <para>[randy] - Updated some GNOME utility packages: GDM-2.18.3,
1746 GNOME Utilities-2.18.1, gnome-screensaver-2.18.2,
1747 zenity-2.18.2.</para>
1748 </listitem>
1749 <listitem>
1750 <para>[randy] - Updated to XScreenSaver-5.03.</para>
1751 </listitem>
1752 <listitem>
1753 <para>[randy] - Updated several package's broken download URLs.</para>
1754 </listitem>
1755 <listitem>
1756 <para>[randy] - Updated to gnome-volume-manager-2.17.0.</para>
1757 </listitem>
1758 </itemizedlist>
1759 </listitem>
1760
1761 <listitem>
1762 <para>July 25th, 2007</para>
1763 <itemizedlist>
1764 <listitem>
1765 <para>[randy] - Updated to Evolution-2.10.3.</para>
1766 </listitem>
1767 <listitem>
1768 <para>[randy] - Updated to Xine Libraries-1.1.7.</para>
1769 </listitem>
1770 <listitem>
1771 <para>[randy] - Updated some of the GNOME-2 additional packages
1772 ('Utilities') to GNOME-2.18.3: bug-buddy-2.18.1, GNOME Media-2.18.0,
1773 gnome-mount-0.6, gucharmap-1.10.0, Nautilus CD Burner-2.18.2,
1774 Totem-2.18.2. Other additional packages will be updated individually
1775 as soon as possible.</para>
1776 </listitem>
1777 <listitem>
1778 <para>[randy] - Updated GNOME-2 additional packages ('Libraries') to
1779 GNOME-2.18.3.</para>
1780 </listitem>
1781 <listitem>
1782 <para>[randy] - Updated core GNOME-2 to version 2.18.3. Separated
1783 the core packages into 'Platform' and 'Desktop' sections. </para>
1784 </listitem>
1785 <listitem>
1786 <para>[randy] - Updated to ImageMagick-6.3.5-3.</para>
1787 </listitem>
1788 <listitem>
1789 <para>[randy] - Updated Perl Modules: Archive-Tar-1.32,
1790 Archive-Zip1.20, Business-ISBN-Data-1.14,
1791 Compress-Raw-Zlib-2.005, Compress-Zlib-2.005,
1792 Crypt-SSLeay-0.56, Digest-SHA-5.45,
1793 ExtUtils-CBuilder-0.19, ExtUtils-ParseXS-2.18,
1794 IO-Compress-Base-2.005, Compress-Raw-Bzip2-2.005,
1795 IO-Compress-Bzip2-2.005, IO-Compress-Zlib-2.005,
1796 IO-Zlib-1.06, LWP5.806, Module-Build-0.2808,
1797 Module-Corelist-2.12, Module-Signature-0.55,
1798 PAR-Dist-0.24, Pod-Readme-0.09, Test-Base-0.54,
1799 Test-Prereq-1.033, version-0.7203, YAML-0.65.</para>
1800 </listitem>
1801 </itemizedlist>
1802 </listitem>
1803
1804 <listitem>
1805 <para>July 24th, 2007</para>
1806 <itemizedlist>
1807 <listitem>
1808 <para>[bdubbs] - Updated to Bind-9.4.1-P1.</para>
1809 </listitem>
1810 <listitem>
1811 <para>[randy] - Updated to SANE Backends-1.0.18.</para>
1812 </listitem>
1813 <listitem>
1814 <para>[dj] - Added Java header path to CPPFLAGS for Graphviz.</para>
1815 </listitem>
1816 </itemizedlist>
1817 </listitem>
1818
1819 <listitem>
1820 <para>July 22nd, 2007</para>
1821 <itemizedlist>
1822 <listitem>
1823 <para>[randy] - Updated to XviD-1.1.3.</para>
1824 </listitem>
1825 <listitem>
1826 <para>[randy] - Updated to ISO Codes-1.2.</para>
1827 </listitem>
1828 <listitem>
1829 <para>[randy] - Updated to Module::Info-0.31.</para>
1830 </listitem>
1831 </itemizedlist>
1832 </listitem>
1833
1834 <listitem>
1835 <para>July 21st, 2007</para>
1836 <itemizedlist>
1837 <listitem>
1838 <para>[randy] - Updated to Metacity-2.18.5</para>
1839 </listitem>
1840 <listitem>
1841 <para>[randy] - Added new package libgnomekbd-2.18.2 to the GNOME
1842 Core packages section.</para>
1843 </listitem>
1844 <listitem>
1845 <para>[dnicholson] - Reworked Xorg download links and md5sum
1846 files. Added the continue parameter for the large wget downloads.
1847 </para>
1848 </listitem>
1849 <listitem>
1850 <para>[randy] - Added a sed and a patch to allow Vorbis-Tools to link
1851 against cURL and FLAC respectively. Fixes Trac ticket #2240. Patch
1852 to update the book contributed by Ag Hatzimanikas.</para>
1853 </listitem>
1854 <listitem>
1855 <para>[randy] - Updated to libxklavier-3.2.</para>
1856 </listitem>
1857 <listitem>
1858 <para>[randy] - Updated to W3m-0.5.2.</para>
1859 </listitem>
1860 </itemizedlist>
1861 </listitem>
1862
1863 <listitem>
1864 <para>July 20th, 2007</para>
1865 <itemizedlist>
1866 <listitem>
1867 <para>[randy] - Updated to GMime-2.2.10.</para>
1868 </listitem>
1869 <listitem>
1870 <para>[randy] - Updated to libwnck-2.18.3.</para>
1871 </listitem>
1872 <listitem>
1873 <para>[randy] - Updated to GIMP-2.2.17 and GIMP-Help-0.12. No
1874 changes have been made yet to support Gutenprint instead of the
1875 deprecated Gimp-Print. Those changes will follow after Gutenprint
1876 is in the book.</para>
1877 </listitem>
1878 <listitem>
1879 <para>[randy] - Updated to libgsf-1.14.5.</para>
1880 </listitem>
1881 <listitem>
1882 <para>[randy] - Updated to XML-SAX-0.16.</para>
1883 </listitem>
1884 </itemizedlist>
1885 </listitem>
1886
1887 <listitem>
1888 <para>July 19th, 2007</para>
1889 <itemizedlist>
1890 <listitem>
1891 <para>[randy] - Updated to GStreamer Ugly Plug-ins-0.10.6.</para>
1892 </listitem>
1893 <listitem>
1894 <para>[randy] - Updated to libmpeg2-0.4.1.</para>
1895 </listitem>
1896 <listitem>
1897 <para>[randy] - Updated to libdvdread-0.9.7.</para>
1898 </listitem>
1899 <listitem>
1900 <para>[randy] - Added a note to the libdvdcss instructions about an
1901 issue that may occur with the LaTeX installation.</para>
1902 </listitem>
1903 <listitem>
1904 <para>[randy] - Updated to LAME-3.97.</para>
1905 </listitem>
1906 <listitem>
1907 <para>[randy] - Updated to libao-0.8.8.</para>
1908 </listitem>
1909 <listitem>
1910 <para>[randy] - Updated to FLAC-1.1.4.</para>
1911 </listitem>
1912 <listitem>
1913 <para>[randy] - Updated to GStreamer Good Plug-ins-0.10.6.</para>
1914 </listitem>
1915 <listitem>
1916 <para>[randy] - Updated to Imlib2-1.4.0.</para>
1917 </listitem>
1918 <listitem>
1919 <para>[randy] - Updated to libdv-1.0.0.</para>
1920 </listitem>
1921 </itemizedlist>
1922 </listitem>
1923
1924 <listitem>
1925 <para>July 18th, 2007</para>
1926 <itemizedlist>
1927 <listitem>
1928 <para>[randy] - Updated to GStreamer Base Plug-ins-0.10.13.</para>
1929 </listitem>
1930 <listitem>
1931 <para>[randy] - Updated to desktop-file-utils-0.13.</para>
1932 </listitem>
1933 <listitem>
1934 <para>[randy] - Updated to shared-mime-info-0.21.</para>
1935 </listitem>
1936 <listitem>
1937 <para>[randy] - Updated to GStreamer-0.10.13.</para>
1938 </listitem>
1939 <listitem>
1940 <para>[randy] - Added an additional sed to the LPRng instructions
1941 to correct some bad syntax.</para>
1942 </listitem>
1943 <listitem>
1944 <para>[randy] - Updated to pilot-link-0.12.2.</para>
1945 </listitem>
1946 <listitem>
1947 <para>[randy] - Updated to Nmap-4.20.</para>
1948 </listitem>
1949 </itemizedlist>
1950 </listitem>
1951
1952 <listitem>
1953 <para>July 17th, 2007</para>
1954 <itemizedlist>
1955 <listitem>
1956 <para>[randy] - Updated to Poppler-0.5.4.</para>
1957 </listitem>
1958 <listitem>
1959 <para>[randy] - Updated to Wireshark-0.99.6 (formerly
1960 named Ethereal).</para>
1961 </listitem>
1962 <listitem>
1963 <para>[randy] - Updated to libpcap-0.9.6.</para>
1964 </listitem>
1965 <listitem>
1966 <para>[randy] - Updated to Samba-3.0.25b.</para>
1967 </listitem>
1968 <listitem>
1969 <para>[randy] - Updated to Subversion-1.4.4.</para>
1970 </listitem>
1971 </itemizedlist>
1972 </listitem>
1973
1974 <listitem>
1975 <para>July 16th, 2007</para>
1976 <itemizedlist>
1977 <listitem>
1978 <para>[randy] - Clarified the Apache HTTPD dependencies and added
1979 a note how to build APR-util with Berkeley DB support.</para>
1980 </listitem>
1981 <listitem>
1982 <para>[randy] - Updated to JUnit-4.3.1.</para>
1983 </listitem>
1984 <listitem>
1985 <para>[randy] - Updated to dvd+rw-tools-7.0.</para>
1986 </listitem>
1987 <listitem>
1988 <para>[randy] - Updated to Xpdf-3.02.</para>
1989 </listitem>
1990 </itemizedlist>
1991 </listitem>
1992
1993 <listitem>
1994 <para>July 15th, 2007</para>
1995 <itemizedlist>
1996 <listitem>
1997 <para>[randy] - Updated to LessTif-0.95.0.</para>
1998 </listitem>
1999 <listitem>
2000 <para>[randy] - Updated to NSS-3.11.7 (includes NSPR-4.6.7).</para>
2001 </listitem>
2002 <listitem>
2003 <para>[randy] - Updated to Firefox-2.0.0.4.</para>
2004 </listitem>
2005 <listitem>
2006 <para>[randy] - Updated to Thunderbird-2.0.0.4.</para>
2007 </listitem>
2008 </itemizedlist>
2009 </listitem>
2010
2011 <listitem>
2012 <para>July 14th, 2007</para>
2013 <itemizedlist>
2014 <listitem>
2015 <para>[randy] - Updated to HAL-0.5.9.1 and HAL Hardware
2016 Info-20070618.</para>
2017 </listitem>
2018 <listitem>
2019 <para>[randy] - Added the Qt3 bindings to the D-Bus Bindings
2020 page.</para>
2021 </listitem>
2022 </itemizedlist>
2023 </listitem>
2024
2025 <listitem>
2026 <para>July 12th, 2007</para>
2027 <itemizedlist>
2028 <listitem>
2029 <para>[randy] - Updated to Tcsh-6.15.00.</para>
2030 </listitem>
2031 </itemizedlist>
2032 </listitem>
2033
2034 <listitem>
2035 <para>July 11th, 2007</para>
2036 <itemizedlist>
2037 <listitem>
2038 <para>[randy] - Updated to cpio-2.9.</para>
2039 </listitem>
2040 <listitem>
2041 <para>[randy] - Updated to Sendmail-8.14.1.</para>
2042 </listitem>
2043 </itemizedlist>
2044 </listitem>
2045
2046 <listitem>
2047 <para>July 10th, 2007</para>
2048 <itemizedlist>
2049 <listitem>
2050 <para>[dnicholson] - Added information for running the D-Bus
2051 testsuite.</para>
2052 </listitem>
2053 <listitem>
2054 <para>[randy] - Updated the K3b and KDE Base instructions to
2055 specify that the D-Bus Qt3 Bindings are required if HAL
2056 functionality is desired.</para>
2057 </listitem>
2058 <listitem>
2059 <para>[dnicholson] - Added libxcb and its dependencies xcb-proto
2060 and libpthread-stubs to the book. Enabled it as a dependency for
2061 the Xorg-7 Libraries.</para>
2062 </listitem>
2063 <listitem>
2064 <para>[randy] - Modified the D-Bus dependency in several packages
2065 to account for the new D-Bus core and bindings separation.</para>
2066 </listitem>
2067 <listitem>
2068 <para>[randy] - Added the Python Bindings to the D-Bus Bindings
2069 page.</para>
2070 </listitem>
2071 </itemizedlist>
2072 </listitem>
2073
2074 <listitem>
2075 <para>July 9th, 2007</para>
2076 <itemizedlist>
2077 <listitem>
2078 <para>[dnicholson] - Updated D-Bus Core to 1.0.2.</para>
2079 </listitem>
2080 <listitem>
2081 <para>[randy] - Created a D-Bus Bindings page and added the GLib
2082 bindings. Other D-Bus bindings will be added to the same page as they
2083 are developed.</para>
2084 </listitem>
2085 </itemizedlist>
2086 </listitem>
2087
2088 <listitem>
2089 <para>July 8th, 2007</para>
2090 <itemizedlist>
2091 <listitem>
2092 <para>[dnicholson] - Fix a bad commit breaking Xorg-7 libX11 in
2093 r6797.</para>
2094 </listitem>
2095 <listitem>
2096 <para>[dnicholson] - Applied patchlevel updates for Xorg-7.2
2097 packages.</para>
2098 </listitem>
2099 <listitem>
2100 <para>[randy] - Updated to CUPS-1.2.11.</para>
2101 </listitem>
2102 <listitem>
2103 <para>[randy] - Updated to PHP-5.2.3.</para>
2104 </listitem>
2105 <listitem>
2106 <para>[randy] - Updated to libexif-0.6.16.</para>
2107 </listitem>
2108 <listitem>
2109 <para>[randy] - Updated to libglade-2.6.1.</para>
2110 </listitem>
2111 <listitem>
2112 <para>[randy] - Updated to cURL-7.16.3.</para>
2113 </listitem>
2114 <listitem>
2115 <para>[randy] - Updated to Libidn-0.6.14.</para>
2116 </listitem>
2117 </itemizedlist>
2118 </listitem>
2119
2120 <listitem>
2121 <para>July 7th, 2007</para>
2122 <itemizedlist>
2123 <listitem>
2124 <para>[manuel] - Updated book rendering framework to use the new
2125 LFS-XSL stylesheets.</para>
2126 </listitem>
2127 </itemizedlist>
2128 </listitem>
2129
2130 <listitem>
2131 <para>July 6th, 2007</para>
2132 <itemizedlist>
2133 <listitem>
2134 <para>[randy] - Updated to PostgreSQL-8.2.4.</para>
2135 </listitem>
2136 <listitem>
2137 <para>[randy] - Downgraded OpenLDAP to the stable 2.3.32 version as
2138 the download page now properly reflects the versions.</para>
2139 </listitem>
2140 </itemizedlist>
2141 </listitem>
2142
2143 <listitem>
2144 <para>July 5th, 2007</para>
2145 <itemizedlist>
2146 <listitem>
2147 <para>[randy] - Updated to MySQL-5.0.41.</para>
2148 </listitem>
2149 <listitem>
2150 <para>[randy] - Updated Tcl and Tk to 8.4.15.</para>
2151 </listitem>
2152 </itemizedlist>
2153 </listitem>
2154
2155 <listitem>
2156 <para>July 4th, 2007</para>
2157 <itemizedlist>
2158 <listitem>
2159 <para>[randy] - Updated to libxslt-1.1.21.</para>
2160 </listitem>
2161 <listitem>
2162 <para>[dj] - Modified Linux-PAM configuration to use cracklib
2163 defaults.</para>
2164 </listitem>
2165 </itemizedlist>
2166 </listitem>
2167
2168 <listitem>
2169 <para>July 3rd, 2007</para>
2170 <itemizedlist>
2171 <listitem>
2172 <para>[randy] - Updated to libxml2-2.6.29.</para>
2173 </listitem>
2174 <listitem>
2175 <para>[randy] - Updated to Python-2.5.1.</para>
2176 </listitem>
2177 <listitem>
2178 <para>[randy] - Updated to Shadow-4.0.18.1, which is the version used
2179 in LFS. Also modified the /etc/pam.d/login file as suggested by
2180 Jonathan Oksman to strengthen the login security.</para>
2181 </listitem>
2182 <listitem>
2183 <para>[dnicholson] - Fixed an incorrect path for the MesaLib
2184 drivers. Reported by Alexander Patrakov.</para>
2185 </listitem>
2186 </itemizedlist>
2187 </listitem>
2188
2189 <listitem>
2190 <para>July 2nd, 2007</para>
2191 <itemizedlist>
2192 <listitem>
2193 <para>[randy] - Updated to Whois-4.7.21.</para>
2194 </listitem>
2195 <listitem>
2196 <para>[randy] - Updated to Expat-2.0.1.</para>
2197 </listitem>
2198 <listitem>
2199 <para>[randy] - Updated to S-Lang-2.1.1.</para>
2200 </listitem>
2201 <listitem>
2202 <para>[randy] - Updated to PCRE-7.2.</para>
2203 </listitem>
2204 <listitem>
2205 <para>[randy] - Updated to libpng-1.2.18.</para>
2206 </listitem>
2207 <listitem>
2208 <para>[randy] - Updated to pkg-config-0.22.</para>
2209 </listitem>
2210 </itemizedlist>
2211 </listitem>
2212
2213 <listitem>
2214 <para>July 1st, 2007</para>
2215 <itemizedlist>
2216 <listitem>
2217 <para>[randy] - Incremented the date of the bootscript entity so
2218 a new bootscript tarball will be created (to reflect the changes
2219 made to the bootscripts on 20070620).</para>
2220 </listitem>
2221 </itemizedlist>
2222 </listitem>
2223
2224 <listitem>
2225 <para>June 30th, 2007</para>
2226 <itemizedlist>
2227 <listitem>
2228 <para>[randy] - Updated to GTK+-2.10.13.</para>
2229 </listitem>
2230 <listitem>
2231 <para>[randy] - Updated to Pango-1.16.4.</para>
2232 </listitem>
2233 <listitem>
2234 <para>[randy] - Updated to cairo-1.4.10.</para>
2235 </listitem>
2236 <listitem>
2237 <para>[randy] - Updated Inetutils MD5sum as upstream released a new
2238 tarball.</para>
2239 </listitem>
2240 <listitem>
2241 <para>[randy] - Updated to GLib-2.12.12.</para>
2242 </listitem>
2243 </itemizedlist>
2244 </listitem>
2245
2246 <listitem>
2247 <para>June 20th, 2007</para>
2248 <itemizedlist>
2249 <listitem>
2250 <para>[dnicholson] - Fixed app-defaults references in xterm. Closes
2251 #2362. Reported by laxy.</para>
2252 </listitem>
2253 <listitem>
2254 <para>[dnicholson] - Updated to dhcpcd-3.0.17.</para>
2255 </listitem>
2256 </itemizedlist>
2257 </listitem>
2258
2259 <listitem>
2260 <para>June 15th, 2007</para>
2261 <itemizedlist>
2262 <listitem>
2263 <para>[dnicholson] - Mutt cleanups from Alexander Patrakov and
2264 Ag Hatzim.</para>
2265 </listitem>
2266 <listitem>
2267 <para>[dnicholson] - Fixed Firefox and Thunderbird to ensure that
2268 libX11 and libXrender are found.</para>
2269 </listitem>
2270 </itemizedlist>
2271 </listitem>
2272
2273 <listitem>
2274 <para>June 13th, 2007</para>
2275 <itemizedlist>
2276 <listitem>
2277 <para>[dj] - Added ksh-2007-03-28</para>
2278 </listitem>
2279 </itemizedlist>
2280 </listitem>
2281
2282 <listitem>
2283 <para>June 12th, 2007</para>
2284 <itemizedlist>
2285 <listitem>
2286 <para>[dnicholson] - Updated to Mutt-1.5.16</para>
2287 </listitem>
2288 </itemizedlist>
2289 </listitem>
2290
2291 <listitem>
2292 <para>June 7th, 2007</para>
2293 <itemizedlist>
2294 <listitem>
2295 <para>[dnicholson] - Changed the Qt /usr install with symlinks to
2296 the bin, include and lib directories in /usr/share/qt.</para>
2297 </listitem>
2298 <listitem>
2299 <para>[dnicholson] - Updated to NTP-4.2.4p0.</para>
2300 </listitem>
2301 <listitem>
2302 <para>[dnicholson] - Fixed a broken GLib URL. Reported by Ken
2303 Moffat.</para>
2304 </listitem>
2305 <listitem>
2306 <para>[dnicholson] - Removed the optional ctypes dependency from
2307 libmusicbrainz since it's included in Python-2.5. Thanks to
2308 bambi for the report.</para>
2309 </listitem>
2310 <listitem>
2311 <para>[dnicholson] - Fixed some errors on the X Window System
2312 Components page. Reported by Spinal.</para>
2313 </listitem>
2314 </itemizedlist>
2315 </listitem>
2316
2317 <listitem>
2318 <para>May 31st, 2007</para>
2319 <itemizedlist>
2320 <listitem>
2321 <para>[dnicholson] - Changed the xkb output directory for
2322 Xorg-Server to match that from XKeyboardConfig. Reported by
2323 DJ Lucas.</para>
2324 </listitem>
2325 <listitem>
2326 <para>[dnicholson] - Streamlined the commands for each Xorg
2327 section.</para>
2328 </listitem>
2329 <listitem>
2330 <para>[dnicholson] - Commented out the sun video drivers and
2331 deprecated modules in the Xorg wget lists and changed the
2332 download commands to support the comments.</para>
2333 </listitem>
2334 </itemizedlist>
2335 </listitem>
2336
2337 <listitem>
2338 <para>May 30th, 2007</para>
2339 <itemizedlist>
2340 <listitem>
2341 <para>[dnicholson] - Fixed a broken link on the XFree86 page.
2342 Reported by Roland Puntaier.</para>
2343 </listitem>
2344 <listitem>
2345 <para>[dnicholson] - Added a missing expat dependency on the
2346 MesaLib page. Reported by DJ Lucas.</para>
2347 </listitem>
2348 </itemizedlist>
2349 </listitem>
2350
2351 <listitem>
2352 <para>May 28th, 2007</para>
2353 <itemizedlist>
2354 <listitem>
2355 <para>[dnicholson] - Changed the XKeyboardConfig intltool dependency
2356 to optional and added a required XML::Parser dependency.</para>
2357 </listitem>
2358 </itemizedlist>
2359 </listitem>
2360
2361 <listitem>
2362 <para>May 26th, 2007</para>
2363 <itemizedlist>
2364 <listitem>
2365 <para>[dnicholson] - Removed the /opt globbing from the Bash Shell
2366 Startup Files since entries in /opt are handled separately.</para>
2367 </listitem>
2368 </itemizedlist>
2369 </listitem>
2370
2371 <listitem>
2372 <para>May 25th, 2007</para>
2373 <itemizedlist>
2374 <listitem>
2375 <para>[dnicholson] - Updated to libdrm-2.3.0.</para>
2376 </listitem>
2377 <listitem>
2378 <para>[dnicholson] - Added the XKeyboardConfig package, which
2379 replaces xkbdata for Xorg-7.</para>
2380 </listitem>
2381 <listitem>
2382 <para>[dnicholson] - Updated to MesaLib-6.5.2.</para>
2383 </listitem>
2384 <listitem>
2385 <para>[dnicholson] - Updated to Xorg-7.2.</para>
2386 </listitem>
2387 </itemizedlist>
2388 </listitem>
2389
2390 <listitem>
2391 <para>May 24th, 2007</para>
2392 <itemizedlist>
2393 <listitem>
2394 <para>[dnicholson] - Various changes were applied to the XFree86
2395 page.</para>
2396 </listitem>
2397 <listitem>
2398 <para>[dnicholson] - Added a version number to the Xorg md5sums
2399 file.</para>
2400 </listitem>
2401 <listitem>
2402 <para>[dnicholson] - Revert a mistaken version update to the
2403 xf86-input-elographics driver.</para>
2404 </listitem>
2405 <listitem>
2406 <para>[dnicholson] - Removed unnecessary commands for the imake
2407 and xorg-cf-files packages.</para>
2408 </listitem>
2409 <listitem>
2410 <para>[dnicholson] - Removed an unnecessary parameter for the
2411 xorg-server package.</para>
2412 </listitem>
2413 </itemizedlist>
2414 </listitem>
2415
2416 <listitem>
2417 <para>May 23rd, 2007</para>
2418 <itemizedlist>
2419 <listitem>
2420 <para>[dnicholson] - Removed the unneeded Glibc build fix for
2421 XFree86.</para>
2422 </listitem>
2423 </itemizedlist>
2424 </listitem>
2425
2426 <listitem>
2427 <para>May 19th, 2007</para>
2428 <itemizedlist>
2429 <listitem>
2430 <para>[dnicholson] - Fix the installation of the mail extensions
2431 to go to the correct directory in Thunderbird.</para>
2432 </listitem>
2433 </itemizedlist>
2434 </listitem>
2435
2436 <listitem>
2437 <para>May 18th, 2007</para>
2438 <itemizedlist>
2439 <listitem>
2440 <para>[dnicholson] - Updated to Thunderbird-2.0.0.0 with
2441 Enigmail-0.95.0.</para>
2442 </listitem>
2443 </itemizedlist>
2444 </listitem>
2445
2446 <listitem>
2447 <para>May 13th, 2007</para>
2448 <itemizedlist>
2449 <listitem>
2450 <para>[dnicholson] - Updated to xterm-225 and corrected configure
2451 settings. Thanks to kratz00 and fix.</para>
2452 </listitem>
2453 <listitem>
2454 <para>[bdubbs] - Updated to vim-7.1.</para>
2455 </listitem>
2456 </itemizedlist>
2457 </listitem>
2458
2459 <listitem>
2460 <para>May 5th, 2007</para>
2461 <itemizedlist>
2462 <listitem>
2463 <para>[bdubbs] - Corrected md5sum for libdrm-2.0.1.</para>
2464 </listitem>
2465 <listitem>
2466 <para>[bdubbs] - Updated to xine-lib-1.1.6.</para>
2467 </listitem>
2468 <listitem>
2469 <para>[bdubbs] - Updated to Seamonkey-1.1.1.</para>
2470 </listitem>
2471 </itemizedlist>
2472 </listitem>
2473
2474 <listitem>
2475 <para>April 29th, 2007</para>
2476 <itemizedlist>
2477 <listitem>
2478 <para>[dnicholson] - Updated to Fontconfig-2.4.2. Fixes ticket
2479 #2134.</para>
2480 </listitem>
2481 </itemizedlist>
2482 </listitem>
2483
2484 <listitem>
2485 <para>April 27th, 2007</para>
2486 <itemizedlist>
2487 <listitem>
2488 <para>[dnicholson] - Updated to Firefox-2.0.0.3. Fixes ticket
2489 #2218.</para>
2490 </listitem>
2491 <listitem>
2492 <para>[dnicholson] - Updated to HAL-0.5.9 with hal-info-20070425.
2493 Fixes ticket #2213.</para>
2494 </listitem>
2495 <listitem>
2496 <para>[dnicholson] - Updated to FreeType-2.3.4. Fixes ticket
2497 #1988.</para>
2498 </listitem>
2499 </itemizedlist>
2500 </listitem>
2501
2502 <listitem>
2503 <para>April 26th, 2007</para>
2504 <itemizedlist>
2505 <listitem>
2506 <para>[randy] - Updated to GnuPG-1.4.7.</para>
2507 </listitem>
2508 </itemizedlist>
2509 </listitem>
2510
2511 <listitem>
2512 <para>April 25th, 2007</para>
2513 <itemizedlist>
2514 <listitem>
2515 <para>[bdubbs] - Added a security patch for Qt and updated
2516 description of MySql options for Qt.</para>
2517 </listitem>
2518 <listitem>
2519 <para>[alexander] - Applied cpio-2.7 upstream fixes.</para>
2520 </listitem>
2521 </itemizedlist>
2522 </listitem>
2523
2524 <listitem>
2525 <para>April 21st, 2007</para>
2526 <itemizedlist>
2527 <listitem>
2528 <para>[bdubbs] - Expanded note on building database support
2529 into qt.</para>
2530 </listitem>
2531 </itemizedlist>
2532 </listitem>
2533
2534 <listitem>
2535 <para>April 20th, 2007</para>
2536 <itemizedlist>
2537 <listitem>
2538 <para>[randy] - Updated to Graphviz-2.12.</para>
2539 </listitem>
2540 <listitem>
2541 <para>[randy] - Updated to Doxygen-1.5.2.</para>
2542 </listitem>
2543 </itemizedlist>
2544 </listitem>
2545
2546 <listitem>
2547 <para>April 19th, 2007</para>
2548 <itemizedlist>
2549 <listitem>
2550 <para>[randy] - Updated to unixODBC-2.2.12.</para>
2551 </listitem>
2552 <listitem>
2553 <para>[randy] - Updated to libsoup-2.2.100.</para>
2554 </listitem>
2555 <listitem>
2556 <para>[randy] - Updated to startup-notification-0.9.</para>
2557 </listitem>
2558 <listitem>
2559 <para>[randy] - Updated to GOffice-0.2.2.</para>
2560 </listitem>
2561 <listitem>
2562 <para>[randy] - Updated to ESP Ghostscript-8.15.4.</para>
2563 </listitem>
2564 </itemizedlist>
2565 </listitem>
2566
2567 <listitem>
2568 <para>April 18th, 2007</para>
2569 <itemizedlist>
2570 <listitem>
2571 <para>[randy] - Added additional files to the chmod command in the
2572 S-Lang instructions.</para>
2573 </listitem>
2574 <listitem>
2575 <para>[randy] - Added a note to run some commands in the OpenSSH
2576 instructions as the root user. Thanks to ghylton for the
2577 report.</para>
2578 </listitem>
2579 <listitem>
2580 <para>[randy] - Updated to libgsf-1.14.3.</para>
2581 </listitem>
2582 </itemizedlist>
2583 </listitem>
2584
2585 <listitem>
2586 <para>April 17th, 2007</para>
2587 <itemizedlist>
2588 <listitem>
2589 <para>[randy] - Added new Perl Modules to support icon-naming-utils:
2590 Tie::IxHash, XML::LibXML, XML::NamespaceSupport, XML::SAX,
2591 XML::SAX::Expat and XML::Simple</para>
2592 </listitem>
2593 <listitem>
2594 <para>[randy] - Added new package icon-naming-utils-0.8.2 (required
2595 by the GNOME Icon Theme package).</para>
2596 </listitem>
2597 </itemizedlist>
2598 </listitem>
2599
2600 <listitem>
2601 <para>April 16th, 2007</para>
2602 <itemizedlist>
2603 <listitem>
2604 <para>[randy] - Updated to EsounD-0.2.37.</para>
2605 </listitem>
2606 <listitem>
2607 <para>[randy] - Updated the PyGTK dependencies in the HAL
2608 instructions.</para>
2609 </listitem>
2610 </itemizedlist>
2611 </listitem>
2612
2613 <listitem>
2614 <para>April 15th, 2007</para>
2615 <itemizedlist>
2616 <listitem>
2617 <para>[djensen] - Updated to librsvg-2.16.1.</para>
2618 </listitem>
2619 <listitem>
2620 <para>[djensen] - Updated to shared-mime-info-0.20.</para>
2621 </listitem>
2622 <listitem>
2623 <para>[randy] - Updated to Qt-3.3.8.</para>
2624 </listitem>
2625 <listitem>
2626 <para>[randy] - Updated to NAS-1.9.</para>
2627 </listitem>
2628 </itemizedlist>
2629 </listitem>
2630
2631 <listitem>
2632 <para>April 14th, 2007</para>
2633 <itemizedlist>
2634 <listitem>
2635 <para>[randy] - Updated to Samba-3.0.24.</para>
2636 </listitem>
2637 </itemizedlist>
2638 </listitem>
2639
2640 <listitem>
2641 <para>April 13th, 2007</para>
2642 <itemizedlist>
2643 <listitem>
2644 <para>[randy] - Updated to Gamin-0.1.8.</para>
2645 </listitem>
2646 <listitem>
2647 <para>[randy] - Updated to desktop-file-utils-0.12.</para>
2648 </listitem>
2649 </itemizedlist>
2650 </listitem>
2651
2652 <listitem>
2653 <para>April 10th, 2007</para>
2654 <itemizedlist>
2655 <listitem>
2656 <para>[randy] - Updated to little cms-1.16.</para>
2657 </listitem>
2658 <listitem>
2659 <para>[randy] - Added the Utah Raster Toolkit as an optional
2660 dependency of giflib.</para>
2661 </listitem>
2662 </itemizedlist>
2663 </listitem>
2664
2665 <listitem>
2666 <para>April 9th, 2007</para>
2667 <itemizedlist>
2668 <listitem>
2669 <para>[randy] - Updated to Ruby-1.8.6.</para>
2670 </listitem>
2671 <listitem>
2672 <para>[randy] - Updated to libart_lgpl-2.3.19.</para>
2673 </listitem>
2674 </itemizedlist>
2675 </listitem>
2676
2677 <listitem>
2678 <para>April 4th, 2007</para>
2679 <itemizedlist>
2680 <listitem>
2681 <para>[randy] - Updated the XML and stylesheets to use the 4.5
2682 version of DocBook XML DTD.</para>
2683 </listitem>
2684 </itemizedlist>
2685 </listitem>
2686
2687 <listitem>
2688 <para>March 31st, 2007</para>
2689 <itemizedlist>
2690 <listitem>
2691 <para>[randy] - Updated to PHP-5.2.1.</para>
2692 </listitem>
2693 <listitem>
2694 <para>[randy] - Removed the Ash package as it has been effectively
2695 replaced by the Dash package.</para>
2696 </listitem>
2697 </itemizedlist>
2698 </listitem>
2699
2700 <listitem>
2701 <para>March 30th, 2007</para>
2702 <itemizedlist>
2703 <listitem>
2704 <para>[randy] - Updated to hicolor-icon-theme-0.10.</para>
2705 </listitem>
2706 <listitem>
2707 <para>[randy] - Updated to libpcap-0.9.5.</para>
2708 </listitem>
2709 <listitem>
2710 <para>[randy] - Updated to Apache HTTPD-2.2.4.</para>
2711 </listitem>
2712 <listitem>
2713 <para>[randy] - Updated to GTK-Doc-1.8.</para>
2714 </listitem>
2715 <listitem>
2716 <para>[randy] - Updated to Perl Module HTML::Parser-3.56.</para>
2717 </listitem>
2718 <listitem>
2719 <para>[randy] - Updated to Perl modules: Algorithm::Diff-1.1902,
2720 Compress::Zlib-2.004, Crypt::SSLeay-0.53, Pod::Simple-3.05,
2721 Test::Pod-1.26, Test::Simple-0.70, version-0.71.</para>
2722 </listitem>
2723 <listitem>
2724 <para>[randy] - Added new Perl modules: Compress::Raw::Zlib-2.004,
2725 IO::Compress::Base-2.004, IO::Compress::Bzip2-2.004,
2726 IO::Compress::Zlib-2.004.</para>
2727 </listitem>
2728 </itemizedlist>
2729 </listitem>
2730
2731 <listitem>
2732 <para>March 28th, 2007</para>
2733 <itemizedlist>
2734 <listitem>
2735 <para>[randy] - Updated to ASpell-0.60.5.</para>
2736 </listitem>
2737 </itemizedlist>
2738 </listitem>
2739
2740 <listitem>
2741 <para>March 27th, 2007</para>
2742 <itemizedlist>
2743 <listitem>
2744 <para>[randy] - Updated to HTML Tidy-cvs_20070326.</para>
2745 </listitem>
2746 </itemizedlist>
2747 </listitem>
2748
2749 <listitem>
2750 <para>March 26th, 2007</para>
2751 <itemizedlist>
2752 <listitem>
2753 <para>[djensen] - Updated to libIDL-0.8.8.</para>
2754 </listitem>
2755 <listitem>
2756 <para>[randy] - Updated to Heirloom Mailx-12.2.</para>
2757 </listitem>
2758 <listitem>
2759 <para>[randy] - Updated to Sendmail-8.14.0.</para>
2760 </listitem>
2761 <listitem>
2762 <para>[randy] - Updated to OpenLDAP-2.3.34.</para>
2763 </listitem>
2764 </itemizedlist>
2765 </listitem>
2766
2767 <listitem>
2768 <para>March 25th, 2007</para>
2769 <itemizedlist>
2770 <listitem>
2771 <para>[djensen] - Updated to Intltool-0.35.5.</para>
2772 </listitem>
2773 <listitem>
2774 <para>[djensen] - Updated to libwnck-2.18.0.</para>
2775 </listitem>
2776 <listitem>
2777 <para>[djensen] - Updated to VTE-2.16.0.</para>
2778 </listitem>
2779 <listitem>
2780 <para>[randy] - Updated to OpenSSH-4.6p1.</para>
2781 </listitem>
2782 <listitem>
2783 <para>[randy] - Updated to OpenSSL-0.9.8e.</para>
2784 </listitem>
2785 <listitem>
2786 <para>[randy] - Updated to cURL-7.16.1.</para>
2787 </listitem>
2788 <listitem>
2789 <para>[randy] - Updated to Stunnel-4.20.</para>
2790 </listitem>
2791 <listitem>
2792 <para>[randy] - Updated to Libidn-0.6.11.</para>
2793 </listitem>
2794 </itemizedlist>
2795 </listitem>
2796
2797 <listitem>
2798 <para>March 24th, 2007</para>
2799 <itemizedlist>
2800 <listitem>
2801 <para>[randy] - Updated to FOP-0.93.</para>
2802 </listitem>
2803 </itemizedlist>
2804 </listitem>
2805
2806 <listitem>
2807 <para>March 23rd, 2007</para>
2808 <itemizedlist>
2809 <listitem>
2810 <para>[dnicholson] - Removed the reference to tinker-term.sh in the
2811 Bash Shell Startup Files. Thanks to Jonathan Oksman for the
2812 report.</para>
2813 </listitem>
2814 <listitem>
2815 <para>[dnicholson] - Added a patch with upstream fixes for Dash and
2816 an optional command for replacing /bin/sh.</para>
2817 </listitem>
2818 <listitem>
2819 <para>[randy] - Updated to Apache Ant-1.7.0.</para>
2820 </listitem>
2821 <listitem>
2822 <para>[randy] - Added new package JUnit-4.1.</para>
2823 </listitem>
2824 </itemizedlist>
2825 </listitem>
2826
2827 <listitem>
2828 <para>March 21st, 2007</para>
2829 <itemizedlist>
2830 <listitem>
2831 <para>[randy] - Updated to MySQL-5.0.37.</para>
2832 </listitem>
2833 <listitem>
2834 <para>[randy] - Modified the Heimdal instructions to rename the
2835 Heimdal libss headers and libraries and restore the orginal E2fsprogs
2836 files. Also added some documentation installation commands.</para>
2837 </listitem>
2838 </itemizedlist>
2839 </listitem>
2840
2841 <listitem>
2842 <para>March 20th, 2007</para>
2843 <itemizedlist>
2844 <listitem>
2845 <para>[bdubbs] - Updated to cairo-1.4.2. Fixes a severe hang
2846 problem and some systems when running checks.</para>
2847 </listitem>
2848 <listitem>
2849 <para>[randy] - Updated to Berkeley DB-4.5.20 to match the version
2850 used in LFS.</para>
2851 </listitem>
2852 <listitem>
2853 <para>[randy] - Updated to JDK-1.5.0.11 (source and binary).</para>
2854 </listitem>
2855 </itemizedlist>
2856 </listitem>
2857
2858 <listitem>
2859 <para>March 19th, 2007</para>
2860 <itemizedlist>
2861 <listitem>
2862 <para>[randy] - Updated to cpio-2.7.</para>
2863 </listitem>
2864 </itemizedlist>
2865 </listitem>
2866
2867 <listitem>
2868 <para>March 18th, 2007</para>
2869 <itemizedlist>
2870 <listitem>
2871 <para>[randy] - Updated to NSS-3.11.5 (includes NSPR-4.6.5).</para>
2872 </listitem>
2873 <listitem>
2874 <para>[randy] - Added a warning to the GNOME introduction section,
2875 and links to this warning in various GNOME package instructions
2876 telling to use the stable version of BLFS to build current
2877 GNOME.</para>
2878 </listitem>
2879 <listitem>
2880 <para>[randy] - Updated to GTK+-2.10.11.</para>
2881 </listitem>
2882 <listitem>
2883 <para>[randy] - Updated to ATK-1.18.0.</para>
2884 </listitem>
2885 <listitem>
2886 <para>[randy] - Updated to Pango-1.16.1.</para>
2887 </listitem>
2888 <listitem>
2889 <para>[randy] - Updated to cairo-1.4.0.</para>
2890 </listitem>
2891 <listitem>
2892 <para>[randy] - Updated to GLib-2.12.11.</para>
2893 </listitem>
2894 </itemizedlist>
2895 </listitem>
2896
2897 <listitem>
2898 <para>March 17th, 2007</para>
2899 <itemizedlist>
2900 <listitem>
2901 <para>[randy] - Updated to libxslt-1.1.20.</para>
2902 </listitem>
2903 <listitem>
2904 <para>[randy] - Updated to Python-2.5.</para>
2905 </listitem>
2906 </itemizedlist>
2907 </listitem>
2908
2909 <listitem>
2910 <para>March 16th, 2007</para>
2911 <itemizedlist>
2912 <listitem>
2913 <para>[randy] - Updated to GCC-4.1.2, which matches the version
2914 used in LFS.</para>
2915 </listitem>
2916 </itemizedlist>
2917 </listitem>
2918
2919 <listitem>
2920 <para>March 15th, 2007</para>
2921 <itemizedlist>
2922 <listitem>
2923 <para>[randy] - Added the Dash package using a patch provided by
2924 Agathoklis Hatzimanikas.</para>
2925 </listitem>
2926 </itemizedlist>
2927 </listitem>
2928
2929 <listitem>
2930 <para>March 13th, 2007</para>
2931 <itemizedlist>
2932 <listitem>
2933 <para>[randy] - Added a note to the Linux-PAM instructions to run
2934 the test suite after the package has been installed and minimally
2935 configured.</para>
2936 </listitem>
2937 </itemizedlist>
2938 </listitem>
2939
2940 <listitem>
2941 <para>March 8th, 2007</para>
2942 <itemizedlist>
2943 <listitem>
2944 <para>[alexander] - Added Recode-3.6.</para>
2945 </listitem>
2946 </itemizedlist>
2947 </listitem>
2948
2949 <listitem>
2950 <para>March 7th, 2007</para>
2951 <itemizedlist>
2952 <listitem>
2953 <para>[djensen] - Updated to ImageMagick-6.3.3-0,
2954 man page sed by alexander.</para>
2955 </listitem>
2956 </itemizedlist>
2957 </listitem>
2958
2959 <listitem>
2960 <para>March 4th, 2007</para>
2961 <itemizedlist>
2962 <listitem>
2963 <para>[dnicholson] - Updated the Docbook SGML &amp; XML DTD
2964 packages to version 4.5. Patch from Matthew Burgess.</para>
2965 </listitem>
2966 </itemizedlist>
2967 </listitem>
2968
2969 <listitem>
2970 <para>March 3rd, 2007</para>
2971 <itemizedlist>
2972 <listitem>
2973 <para>[djensen] - Updated to PostgreSQL-8.2.3.</para>
2974 </listitem>
2975 <listitem>
2976 <para>[alexander] - Removed the link to the (dead) libstk
2977 site from Xine Libraries page.</para>
2978 </listitem>
2979 </itemizedlist>
2980 </listitem>
2981
2982 <listitem>
2983 <para>February 28th, 2007</para>
2984 <itemizedlist>
2985 <listitem>
2986 <para>[dnicholson] - Made the i18n-fonts commands more explicit
2987 on the a2ps page to guard against errors. Thanks to Nathan Coulson
2988 for the report.</para>
2989 </listitem>
2990 </itemizedlist>
2991 </listitem>
2992
2993 <listitem>
2994 <para>February 24th, 2007</para>
2995 <itemizedlist>
2996 <listitem>
2997 <para>[dnicholson] - Fixed a dead ftp:// link for Nano. Reported by
2998 Daniel Rindt.</para>
2999 </listitem>
3000 </itemizedlist>
3001 </listitem>
3002
3003 <listitem>
3004 <para>February 19th, 2007</para>
3005 <itemizedlist>
3006 <listitem>
3007 <para>[dnicholson] - Fixed the sed needed to run the libxml2
3008 testsuite. Closes #2299. Report from kratz00.</para>
3009 </listitem>
3010 </itemizedlist>
3011 </listitem>
3012
3013 <listitem>
3014 <para>February 16th, 2007</para>
3015 <itemizedlist>
3016 <listitem>
3017 <para>[randy] - Updated to GMP-4.2.1.</para>
3018 </listitem>
3019 <listitem>
3020 <para>[randy] - Updated to libxml2-2.6.27.</para>
3021 </listitem>
3022 <listitem>
3023 <para>[randy] - Fixed a broken documentation installation command
3024 in the libpng instructions, thanks to Nathan Coulson for the
3025 report.</para>
3026 </listitem>
3027 <listitem>
3028 <para>[randy] - Updated to Inetutils-1.5.</para>
3029 </listitem>
3030 </itemizedlist>
3031 </listitem>
3032
3033 <listitem>
3034 <para>February 15th, 2007</para>
3035 <itemizedlist>
3036 <listitem>
3037 <para>[randy] - Updated to Sysstat-7.0.4.</para>
3038 </listitem>
3039 <listitem>
3040 <para>[randy] - Updated to Shadow-4.0.17.</para>
3041 </listitem>
3042 <listitem>
3043 <para>[randy] - Updated to Linux-PAM-0.99.7.1.</para>
3044 </listitem>
3045 <listitem>
3046 <para>[randy] - Updated to Tk-8.4.14.</para>
3047 </listitem>
3048 <listitem>
3049 <para>[randy] - Updated to Tcl-8.4.14.</para>
3050 </listitem>
3051 <listitem>
3052 <para>[randy] - Updated to S-Lang-2.0.7.</para>
3053 </listitem>
3054 <listitem>
3055 <para>[randy] - Updated to PCRE-7.0.</para>
3056 </listitem>
3057 <listitem>
3058 <para>[randy] - Updated to libpng-1.2.16.</para>
3059 </listitem>
3060 <listitem>
3061 <para>[randy] - Updated to pkg-config-0.21.</para>
3062 </listitem>
3063 </itemizedlist>
3064 </listitem>
3065
3066 <listitem>
3067 <para>February 14th, 2007</para>
3068 <itemizedlist>
3069 <listitem>
3070 <para>[randy] - Released BLFS Version 6.2.0.</para>
3071 </listitem>
3072 </itemizedlist>
3073 </listitem>
3074
3075 <listitem>
3076 <para>February 6th, 2007</para>
3077 <itemizedlist>
3078 <listitem>
3079 <para>[randy] - Updated to CrackLib-2.8.10 (don't merge to the
3080 6.2 branch until 6.2.0 has been released).</para>
3081 </listitem>
3082 </itemizedlist>
3083 </listitem>
3084
3085 <listitem>
3086 <para>February 4th, 2007</para>
3087 <itemizedlist>
3088 <listitem>
3089 <para>[randy] - Removed the obsolete and unmaintained Xorg-6.9
3090 package (do not merge to the 6.2 branch).</para>
3091 </listitem>
3092 </itemizedlist>
3093 </listitem>
3094
3095 </itemizedlist>
3096
3097</sect1>
Note: See TracBrowser for help on using the repository browser.