source: introduction/welcome/changelog.xml@ 3110f081

6.3 6.3-rc3
Last change on this file since 3110f081 was 3110f081, checked in by Ken Moffat <ken@…>, 16 years ago

Merge r7502 to 6.3 branch.

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

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