source: introduction/welcome/changelog.xml@ 0340f82

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0340f82 was 0340f82, checked in by Ken Moffat <ken@…>, 16 years ago

Fix poppler vulnerabilities.

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

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