source: introduction/welcome/changelog.xml@ 02fb2bc

6.3 6.3-rc3
Last change on this file since 02fb2bc was 02fb2bc, checked in by DJ Lucas <dj@…>, 16 years ago

Fixed pam_xauth.so module name in shadow.

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

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