source: introduction/welcome/changelog.xml@ 8c48797

6.3 6.3-rc3
Last change on this file since 8c48797 was 8c48797, checked in by Randy McMurchy <randy@…>, 16 years ago

Fixed broken Thunderbird download URLs

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

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