source: introduction/welcome/changelog.xml@ dfd0889a

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

Merge r7511 from trunk.

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

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