source: introduction/welcome/changelog.xml@ 4d62032

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

Updated Tcl and Tk to 8.4.15

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

  • Property mode set to 100644
File size: 28.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="changelog" xreflabel='Change Log'>
9 <?dbhtml filename="changelog.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Change Log</title>
17
18 <para>Please note that the Change Log only lists which editor was
19 responsible for putting the changes into SVN; please read the
20 <xref linkend="credits"/> page in Chapter 1 for details on
21 who wrote what.</para>
22
23 <para>Current release: &version; &ndash; &releasedate;</para>
24
25 <itemizedlist>
26 <title>Changelog Entries:</title>
27
28<!-- Changelog template
29
30 <listitem>
31 <para>Date</para>
32 <itemizedlist>
33 <listitem>
34 <para>[name] - Changelog entry.</para>
35 </listitem>
36 <listitem>
37 <para>[name] - Another changelog entry.</para>
38 </listitem>
39 </itemizedlist>
40 </listitem>
41
42-->
43
44 <listitem>
45 <para>July 5th, 2007</para>
46 <itemizedlist>
47 <listitem>
48 <para>[randy] - Updated Tcl and Tk to 8.4.15.</para>
49 </listitem>
50 </itemizedlist>
51 </listitem>
52
53 <listitem>
54 <para>July 4th, 2007</para>
55 <itemizedlist>
56 <listitem>
57 <para>[randy] - Updated to libxslt-1.1.21.</para>
58 </listitem>
59 <listitem>
60 <para>[dj] - Modified Linux-PAM configuration to use cracklib
61 defaults.</para>
62 </listitem>
63 </itemizedlist>
64 </listitem>
65
66 <listitem>
67 <para>July 3rd, 2007</para>
68 <itemizedlist>
69 <listitem>
70 <para>[randy] - Updated to libxml2-2.6.29.</para>
71 </listitem>
72 <listitem>
73 <para>[randy] - Updated to Python-2.5.1.</para>
74 </listitem>
75 <listitem>
76 <para>[randy] - Updated to Shadow-4.0.18.1, which is the version used
77 in LFS. Also modified the /etc/pam.d/login file as suggested by
78 Jonathan Oksman to strengthen the login security.</para>
79 </listitem>
80 <listitem>
81 <para>[dnicholson] - Fixed an incorrect path for the MesaLib
82 drivers. Reported by Alexander Patrakov.</para>
83 </listitem>
84 </itemizedlist>
85 </listitem>
86
87 <listitem>
88 <para>July 2nd, 2007</para>
89 <itemizedlist>
90 <listitem>
91 <para>[randy] - Updated to Whois-4.7.21.</para>
92 </listitem>
93 <listitem>
94 <para>[randy] - Updated to Expat-2.0.1.</para>
95 </listitem>
96 <listitem>
97 <para>[randy] - Updated to S-Lang-2.1.1.</para>
98 </listitem>
99 <listitem>
100 <para>[randy] - Updated to PCRE-7.2.</para>
101 </listitem>
102 <listitem>
103 <para>[randy] - Updated to libpng-1.2.18.</para>
104 </listitem>
105 <listitem>
106 <para>[randy] - Updated to pkg-config-0.22.</para>
107 </listitem>
108 </itemizedlist>
109 </listitem>
110
111 <listitem>
112 <para>July 1st, 2007</para>
113 <itemizedlist>
114 <listitem>
115 <para>[randy] - Incremented the date of the bootscript entity so
116 a new bootscript tarball will be created (to reflect the changes
117 made to the bootscripts on 20070620).</para>
118 </listitem>
119 </itemizedlist>
120 </listitem>
121
122 <listitem>
123 <para>June 30th, 2007</para>
124 <itemizedlist>
125 <listitem>
126 <para>[randy] - Updated to GTK+-2.10.13.</para>
127 </listitem>
128 <listitem>
129 <para>[randy] - Updated to Pango-1.16.4.</para>
130 </listitem>
131 <listitem>
132 <para>[randy] - Updated to cairo-1.4.10.</para>
133 </listitem>
134 <listitem>
135 <para>[randy] - Updated Inetutils MD5sum as upstream released a new
136 tarball.</para>
137 </listitem>
138 <listitem>
139 <para>[randy] - Updated to GLib-2.12.12.</para>
140 </listitem>
141 </itemizedlist>
142 </listitem>
143
144 <listitem>
145 <para>June 20th, 2007</para>
146 <itemizedlist>
147 <listitem>
148 <para>[dnicholson] - Fixed app-defaults references in xterm. Closes
149 #2362. Reported by laxy.</para>
150 </listitem>
151 <listitem>
152 <para>[dnicholson] - Updated to dhcpcd-3.0.17.</para>
153 </listitem>
154 </itemizedlist>
155 </listitem>
156
157 <listitem>
158 <para>June 15th, 2007</para>
159 <itemizedlist>
160 <listitem>
161 <para>[dnicholson] - Mutt cleanups from Alexander Patrakov and
162 Ag Hatzim.</para>
163 </listitem>
164 <listitem>
165 <para>[dnicholson] - Fixed Firefox and Thunderbird to ensure that
166 libX11 and libXrender are found.</para>
167 </listitem>
168 </itemizedlist>
169 </listitem>
170
171 <listitem>
172 <para>June 13th, 2007</para>
173 <itemizedlist>
174 <listitem>
175 <para>[dj] - Added ksh-2007-03-28</para>
176 </listitem>
177 </itemizedlist>
178 </listitem>
179
180 <listitem>
181 <para>June 12th, 2007</para>
182 <itemizedlist>
183 <listitem>
184 <para>[dnicholson] - Updated to Mutt-1.5.16</para>
185 </listitem>
186 </itemizedlist>
187 </listitem>
188
189 <listitem>
190 <para>June 7th, 2007</para>
191 <itemizedlist>
192 <listitem>
193 <para>[dnicholson] - Changed the Qt /usr install with symlinks to
194 the bin, include and lib directories in /usr/share/qt.</para>
195 </listitem>
196 <listitem>
197 <para>[dnicholson] - Updated to NTP-4.2.4p0.</para>
198 </listitem>
199 <listitem>
200 <para>[dnicholson] - Fixed a broken GLib URL. Reported by Ken
201 Moffat.</para>
202 </listitem>
203 <listitem>
204 <para>[dnicholson] - Removed the optional ctypes dependency from
205 libmusicbrainz since it's included in Python-2.5. Thanks to
206 bambi for the report.</para>
207 </listitem>
208 <listitem>
209 <para>[dnicholson] - Fixed some errors on the X Window System
210 Components page. Reported by Spinal.</para>
211 </listitem>
212 </itemizedlist>
213 </listitem>
214
215 <listitem>
216 <para>May 31st, 2007</para>
217 <itemizedlist>
218 <listitem>
219 <para>[dnicholson] - Changed the xkb output directory for
220 Xorg-Server to match that from XKeyboardConfig. Reported by
221 DJ Lucas.</para>
222 </listitem>
223 <listitem>
224 <para>[dnicholson] - Streamlined the commands for each Xorg
225 section.</para>
226 </listitem>
227 <listitem>
228 <para>[dnicholson] - Commented out the sun video drivers and
229 deprecated modules in the Xorg wget lists and changed the
230 download commands to support the comments.</para>
231 </listitem>
232 </itemizedlist>
233 </listitem>
234
235 <listitem>
236 <para>May 30th, 2007</para>
237 <itemizedlist>
238 <listitem>
239 <para>[dnicholson] - Fixed a broken link on the XFree86 page.
240 Reported by Roland Puntaier.</para>
241 </listitem>
242 <listitem>
243 <para>[dnicholson] - Added a missing expat dependency on the
244 MesaLib page. Reported by DJ Lucas.</para>
245 </listitem>
246 </itemizedlist>
247 </listitem>
248
249 <listitem>
250 <para>May 28th, 2007</para>
251 <itemizedlist>
252 <listitem>
253 <para>[dnicholson] - Changed the XKeyboardConfig intltool dependency
254 to optional and added a required XML::Parser dependency.</para>
255 </listitem>
256 </itemizedlist>
257 </listitem>
258
259 <listitem>
260 <para>May 26th, 2007</para>
261 <itemizedlist>
262 <listitem>
263 <para>[dnicholson] - Removed the /opt globbing from the Bash Shell
264 Startup Files since entries in /opt are handled separately.</para>
265 </listitem>
266 </itemizedlist>
267 </listitem>
268
269 <listitem>
270 <para>May 25th, 2007</para>
271 <itemizedlist>
272 <listitem>
273 <para>[dnicholson] - Updated to libdrm-2.3.0.</para>
274 </listitem>
275 <listitem>
276 <para>[dnicholson] - Added the XKeyboardConfig package, which
277 replaces xkbdata for Xorg-7.</para>
278 </listitem>
279 <listitem>
280 <para>[dnicholson] - Updated to MesaLib-6.5.2.</para>
281 </listitem>
282 <listitem>
283 <para>[dnicholson] - Updated to Xorg-7.2.</para>
284 </listitem>
285 </itemizedlist>
286 </listitem>
287
288 <listitem>
289 <para>May 24th, 2007</para>
290 <itemizedlist>
291 <listitem>
292 <para>[dnicholson] - Various changes were applied to the XFree86
293 page.</para>
294 </listitem>
295 <listitem>
296 <para>[dnicholson] - Added a version number to the Xorg md5sums
297 file.</para>
298 </listitem>
299 <listitem>
300 <para>[dnicholson] - Revert a mistaken version update to the
301 xf86-input-elographics driver.</para>
302 </listitem>
303 <listitem>
304 <para>[dnicholson] - Removed unnecessary commands for the imake
305 and xorg-cf-files packages.</para>
306 </listitem>
307 <listitem>
308 <para>[dnicholson] - Removed an unnecessary parameter for the
309 xorg-server package.</para>
310 </listitem>
311 </itemizedlist>
312 </listitem>
313
314 <listitem>
315 <para>May 23rd, 2007</para>
316 <itemizedlist>
317 <listitem>
318 <para>[dnicholson] - Removed the unneeded Glibc build fix for
319 XFree86.</para>
320 </listitem>
321 </itemizedlist>
322 </listitem>
323
324 <listitem>
325 <para>May 19th, 2007</para>
326 <itemizedlist>
327 <listitem>
328 <para>[dnicholson] - Fix the installation of the mail extensions
329 to go to the correct directory in Thunderbird.</para>
330 </listitem>
331 </itemizedlist>
332 </listitem>
333
334 <listitem>
335 <para>May 18th, 2007</para>
336 <itemizedlist>
337 <listitem>
338 <para>[dnicholson] - Updated to Thunderbird-2.0.0.0 with
339 Enigmail-0.95.0.</para>
340 </listitem>
341 </itemizedlist>
342 </listitem>
343
344 <listitem>
345 <para>May 13th, 2007</para>
346 <itemizedlist>
347 <listitem>
348 <para>[dnicholson] - Updated to xterm-225 and corrected configure
349 settings. Thanks to kratz00 and fix.</para>
350 </listitem>
351 <listitem>
352 <para>[bdubbs] - Updated to vim-7.1.</para>
353 </listitem>
354 </itemizedlist>
355 </listitem>
356
357 <listitem>
358 <para>May 5th, 2007</para>
359 <itemizedlist>
360 <listitem>
361 <para>[bdubbs] - Corrected md5sum for libdrm-2.0.1.</para>
362 </listitem>
363 <listitem>
364 <para>[bdubbs] - Updated to xine-lib-1.1.6.</para>
365 </listitem>
366 <listitem>
367 <para>[bdubbs] - Updated to Seamonkey-1.1.1.</para>
368 </listitem>
369 </itemizedlist>
370 </listitem>
371
372 <listitem>
373 <para>April 29th, 2007</para>
374 <itemizedlist>
375 <listitem>
376 <para>[dnicholson] - Updated to Fontconfig-2.4.2. Fixes ticket
377 #2134.</para>
378 </listitem>
379 </itemizedlist>
380 </listitem>
381
382 <listitem>
383 <para>April 27th, 2007</para>
384 <itemizedlist>
385 <listitem>
386 <para>[dnicholson] - Updated to Firefox-2.0.0.3. Fixes ticket
387 #2218.</para>
388 </listitem>
389 <listitem>
390 <para>[dnicholson] - Updated to HAL-0.5.9 with hal-info-20070425.
391 Fixes ticket #2213.</para>
392 </listitem>
393 <listitem>
394 <para>[dnicholson] - Updated to FreeType-2.3.4. Fixes ticket
395 #1988.</para>
396 </listitem>
397 </itemizedlist>
398 </listitem>
399
400 <listitem>
401 <para>April 26th, 2007</para>
402 <itemizedlist>
403 <listitem>
404 <para>[randy] - Updated to GnuPG-1.4.7.</para>
405 </listitem>
406 </itemizedlist>
407 </listitem>
408
409 <listitem>
410 <para>April 25th, 2007</para>
411 <itemizedlist>
412 <listitem>
413 <para>[bdubbs] - Added a security patch for Qt and updated
414 description of MySql options for Qt.</para>
415 </listitem>
416 <listitem>
417 <para>[alexander] - Applied cpio-2.7 upstream fixes.</para>
418 </listitem>
419 </itemizedlist>
420 </listitem>
421
422 <listitem>
423 <para>April 21st, 2007</para>
424 <itemizedlist>
425 <listitem>
426 <para>[bdubbs] - Expanded note on building database support
427 into qt.</para>
428 </listitem>
429 </itemizedlist>
430 </listitem>
431
432 <listitem>
433 <para>April 20th, 2007</para>
434 <itemizedlist>
435 <listitem>
436 <para>[randy] - Updated to Graphviz-2.12.</para>
437 </listitem>
438 <listitem>
439 <para>[randy] - Updated to Doxygen-1.5.2.</para>
440 </listitem>
441 </itemizedlist>
442 </listitem>
443
444 <listitem>
445 <para>April 19th, 2007</para>
446 <itemizedlist>
447 <listitem>
448 <para>[randy] - Updated to unixODBC-2.2.12.</para>
449 </listitem>
450 <listitem>
451 <para>[randy] - Updated to libsoup-2.2.100.</para>
452 </listitem>
453 <listitem>
454 <para>[randy] - Updated to startup-notification-0.9.</para>
455 </listitem>
456 <listitem>
457 <para>[randy] - Updated to GOffice-0.2.2.</para>
458 </listitem>
459 <listitem>
460 <para>[randy] - Updated to ESP Ghostscript-8.15.4.</para>
461 </listitem>
462 </itemizedlist>
463 </listitem>
464
465 <listitem>
466 <para>April 18th, 2007</para>
467 <itemizedlist>
468 <listitem>
469 <para>[randy] - Added additional files to the chmod command in the
470 S-Lang instructions.</para>
471 </listitem>
472 <listitem>
473 <para>[randy] - Added a note to run some commands in the OpenSSH
474 instructions as the root user. Thanks to ghylton for the
475 report.</para>
476 </listitem>
477 <listitem>
478 <para>[randy] - Updated to libgsf-1.14.3.</para>
479 </listitem>
480 </itemizedlist>
481 </listitem>
482
483 <listitem>
484 <para>April 17th, 2007</para>
485 <itemizedlist>
486 <listitem>
487 <para>[randy] - Added new Perl Modules to support icon-naming-utils:
488 Tie::IxHash, XML::LibXML, XML::NamespaceSupport, XML::SAX,
489 XML::SAX::Expat and XML::Simple</para>
490 </listitem>
491 <listitem>
492 <para>[randy] - Added new package icon-naming-utils-0.8.2 (required
493 by the GNOME Icon Theme package).</para>
494 </listitem>
495 </itemizedlist>
496 </listitem>
497
498 <listitem>
499 <para>April 16th, 2007</para>
500 <itemizedlist>
501 <listitem>
502 <para>[randy] - Updated to EsounD-0.2.37.</para>
503 </listitem>
504 <listitem>
505 <para>[randy] - Updated the PyGTK dependencies in the HAL
506 instructions.</para>
507 </listitem>
508 </itemizedlist>
509 </listitem>
510
511 <listitem>
512 <para>April 15th, 2007</para>
513 <itemizedlist>
514 <listitem>
515 <para>[djensen] - Updated to librsvg-2.16.1.</para>
516 </listitem>
517 <listitem>
518 <para>[djensen] - Updated to shared-mime-info-0.20.</para>
519 </listitem>
520 <listitem>
521 <para>[randy] - Updated to Qt-3.3.8.</para>
522 </listitem>
523 <listitem>
524 <para>[randy] - Updated to NAS-1.9.</para>
525 </listitem>
526 </itemizedlist>
527 </listitem>
528
529 <listitem>
530 <para>April 14th, 2007</para>
531 <itemizedlist>
532 <listitem>
533 <para>[randy] - Updated to Samba-3.0.24.</para>
534 </listitem>
535 </itemizedlist>
536 </listitem>
537
538 <listitem>
539 <para>April 13th, 2007</para>
540 <itemizedlist>
541 <listitem>
542 <para>[randy] - Updated to Gamin-0.1.8.</para>
543 </listitem>
544 <listitem>
545 <para>[randy] - Updated to desktop-file-utils-0.12.</para>
546 </listitem>
547 </itemizedlist>
548 </listitem>
549
550 <listitem>
551 <para>April 10th, 2007</para>
552 <itemizedlist>
553 <listitem>
554 <para>[randy] - Updated to little cms-1.16.</para>
555 </listitem>
556 <listitem>
557 <para>[randy] - Added the Utah Raster Toolkit as an optional
558 dependency of giflib.</para>
559 </listitem>
560 </itemizedlist>
561 </listitem>
562
563 <listitem>
564 <para>April 9th, 2007</para>
565 <itemizedlist>
566 <listitem>
567 <para>[randy] - Updated to Ruby-1.8.6.</para>
568 </listitem>
569 <listitem>
570 <para>[randy] - Updated to libart_lgpl-2.3.19.</para>
571 </listitem>
572 </itemizedlist>
573 </listitem>
574
575 <listitem>
576 <para>April 4th, 2007</para>
577 <itemizedlist>
578 <listitem>
579 <para>[randy] - Updated the XML and stylesheets to use the 4.5
580 version of DocBook XML DTD.</para>
581 </listitem>
582 </itemizedlist>
583 </listitem>
584
585 <listitem>
586 <para>March 31st, 2007</para>
587 <itemizedlist>
588 <listitem>
589 <para>[randy] - Updated to PHP-5.2.1.</para>
590 </listitem>
591 <listitem>
592 <para>[randy] - Removed the Ash package as it has been effectively
593 replaced by the Dash package.</para>
594 </listitem>
595 </itemizedlist>
596 </listitem>
597
598 <listitem>
599 <para>March 30th, 2007</para>
600 <itemizedlist>
601 <listitem>
602 <para>[randy] - Updated to hicolor-icon-theme-0.10.</para>
603 </listitem>
604 <listitem>
605 <para>[randy] - Updated to libpcap-0.9.5.</para>
606 </listitem>
607 <listitem>
608 <para>[randy] - Updated to Apache HTTPD-2.2.4.</para>
609 </listitem>
610 <listitem>
611 <para>[randy] - Updated to GTK-Doc-1.8.</para>
612 </listitem>
613 <listitem>
614 <para>[randy] - Updated to Perl Module HTML::Parser-3.56.</para>
615 </listitem>
616 <listitem>
617 <para>[randy] - Updated to Perl modules: Algorithm::Diff-1.1902,
618 Compress::Zlib-2.004, Crypt::SSLeay-0.53, Pod::Simple-3.05,
619 Test::Pod-1.26, Test::Simple-0.70, version-0.71.</para>
620 </listitem>
621 <listitem>
622 <para>[randy] - Added new Perl modules: Compress::Raw::Zlib-2.004,
623 IO::Compress::Base-2.004, IO::Compress::Bzip2-2.004,
624 IO::Compress::Zlib-2.004.</para>
625 </listitem>
626 </itemizedlist>
627 </listitem>
628
629 <listitem>
630 <para>March 28th, 2007</para>
631 <itemizedlist>
632 <listitem>
633 <para>[randy] - Updated to ASpell-0.60.5.</para>
634 </listitem>
635 </itemizedlist>
636 </listitem>
637
638 <listitem>
639 <para>March 27th, 2007</para>
640 <itemizedlist>
641 <listitem>
642 <para>[randy] - Updated to HTML Tidy-cvs_20070326.</para>
643 </listitem>
644 </itemizedlist>
645 </listitem>
646
647 <listitem>
648 <para>March 26th, 2007</para>
649 <itemizedlist>
650 <listitem>
651 <para>[djensen] - Updated to libIDL-0.8.8.</para>
652 </listitem>
653 <listitem>
654 <para>[randy] - Updated to Heirloom Mailx-12.2.</para>
655 </listitem>
656 <listitem>
657 <para>[randy] - Updated to Sendmail-8.14.0.</para>
658 </listitem>
659 <listitem>
660 <para>[randy] - Updated to OpenLDAP-2.3.34.</para>
661 </listitem>
662 </itemizedlist>
663 </listitem>
664
665 <listitem>
666 <para>March 25th, 2007</para>
667 <itemizedlist>
668 <listitem>
669 <para>[djensen] - Updated to Intltool-0.35.5.</para>
670 </listitem>
671 <listitem>
672 <para>[djensen] - Updated to libwnck-2.18.0.</para>
673 </listitem>
674 <listitem>
675 <para>[djensen] - Updated to VTE-2.16.0.</para>
676 </listitem>
677 <listitem>
678 <para>[randy] - Updated to OpenSSH-4.6p1.</para>
679 </listitem>
680 <listitem>
681 <para>[randy] - Updated to OpenSSL-0.9.8e.</para>
682 </listitem>
683 <listitem>
684 <para>[randy] - Updated to cURL-7.16.1.</para>
685 </listitem>
686 <listitem>
687 <para>[randy] - Updated to Stunnel-4.20.</para>
688 </listitem>
689 <listitem>
690 <para>[randy] - Updated to Libidn-0.6.11.</para>
691 </listitem>
692 </itemizedlist>
693 </listitem>
694
695 <listitem>
696 <para>March 24th, 2007</para>
697 <itemizedlist>
698 <listitem>
699 <para>[randy] - Updated to FOP-0.93.</para>
700 </listitem>
701 </itemizedlist>
702 </listitem>
703
704 <listitem>
705 <para>March 23rd, 2007</para>
706 <itemizedlist>
707 <listitem>
708 <para>[dnicholson] - Removed the reference to tinker-term.sh in the
709 Bash Shell Startup Files. Thanks to Jonathan Oksman for the
710 report.</para>
711 </listitem>
712 <listitem>
713 <para>[dnicholson] - Added a patch with upstream fixes for Dash and
714 an optional command for replacing /bin/sh.</para>
715 </listitem>
716 <listitem>
717 <para>[randy] - Updated to Apache Ant-1.7.0.</para>
718 </listitem>
719 <listitem>
720 <para>[randy] - Added new package JUnit-4.1.</para>
721 </listitem>
722 </itemizedlist>
723 </listitem>
724
725 <listitem>
726 <para>March 21st, 2007</para>
727 <itemizedlist>
728 <listitem>
729 <para>[randy] - Updated to MySQL-5.0.37.</para>
730 </listitem>
731 <listitem>
732 <para>[randy] - Modified the Heimdal instructions to rename the
733 Heimdal libss headers and libraries and restore the orginal E2fsprogs
734 files. Also added some documentation installation commands.</para>
735 </listitem>
736 </itemizedlist>
737 </listitem>
738
739 <listitem>
740 <para>March 20th, 2007</para>
741 <itemizedlist>
742 <listitem>
743 <para>[bdubbs] - Updated to cairo-1.4.2. Fixes a severe hang
744 problem and some systems when running checks.</para>
745 </listitem>
746 <listitem>
747 <para>[randy] - Updated to Berkeley DB-4.5.20 to match the version
748 used in LFS.</para>
749 </listitem>
750 <listitem>
751 <para>[randy] - Updated to JDK-1.5.0.11 (source and binary).</para>
752 </listitem>
753 </itemizedlist>
754 </listitem>
755
756 <listitem>
757 <para>March 19th, 2007</para>
758 <itemizedlist>
759 <listitem>
760 <para>[randy] - Updated to cpio-2.7.</para>
761 </listitem>
762 </itemizedlist>
763 </listitem>
764
765 <listitem>
766 <para>March 18th, 2007</para>
767 <itemizedlist>
768 <listitem>
769 <para>[randy] - Updated to NSS-3.11.5 (includes NSPR-4.6.5).</para>
770 </listitem>
771 <listitem>
772 <para>[randy] - Added a warning to the GNOME introduction section,
773 and links to this warning in various GNOME package instructions
774 telling to use the stable version of BLFS to build current
775 GNOME.</para>
776 </listitem>
777 <listitem>
778 <para>[randy] - Updated to GTK+-2.10.11.</para>
779 </listitem>
780 <listitem>
781 <para>[randy] - Updated to ATK-1.18.0.</para>
782 </listitem>
783 <listitem>
784 <para>[randy] - Updated to Pango-1.16.1.</para>
785 </listitem>
786 <listitem>
787 <para>[randy] - Updated to cairo-1.4.0.</para>
788 </listitem>
789 <listitem>
790 <para>[randy] - Updated to GLib-2.12.11.</para>
791 </listitem>
792 </itemizedlist>
793 </listitem>
794
795 <listitem>
796 <para>March 17th, 2007</para>
797 <itemizedlist>
798 <listitem>
799 <para>[randy] - Updated to libxslt-1.1.20.</para>
800 </listitem>
801 <listitem>
802 <para>[randy] - Updated to Python-2.5.</para>
803 </listitem>
804 </itemizedlist>
805 </listitem>
806
807 <listitem>
808 <para>March 16th, 2007</para>
809 <itemizedlist>
810 <listitem>
811 <para>[randy] - Updated to GCC-4.1.2, which matches the version
812 used in LFS.</para>
813 </listitem>
814 </itemizedlist>
815 </listitem>
816
817 <listitem>
818 <para>March 15th, 2007</para>
819 <itemizedlist>
820 <listitem>
821 <para>[randy] - Added the Dash package using a patch provided by
822 Agathoklis Hatzimanikas.</para>
823 </listitem>
824 </itemizedlist>
825 </listitem>
826
827 <listitem>
828 <para>March 13th, 2007</para>
829 <itemizedlist>
830 <listitem>
831 <para>[randy] - Added a note to the Linux-PAM instructions to run
832 the test suite after the package has been installed and minimally
833 configured.</para>
834 </listitem>
835 </itemizedlist>
836 </listitem>
837
838 <listitem>
839 <para>March 8th, 2007</para>
840 <itemizedlist>
841 <listitem>
842 <para>[alexander] - Added Recode-3.6.</para>
843 </listitem>
844 </itemizedlist>
845 </listitem>
846
847 <listitem>
848 <para>March 7th, 2007</para>
849 <itemizedlist>
850 <listitem>
851 <para>[djensen] - Updated to ImageMagick-6.3.3-0,
852 man page sed by alexander.</para>
853 </listitem>
854 </itemizedlist>
855 </listitem>
856
857 <listitem>
858 <para>March 4th, 2007</para>
859 <itemizedlist>
860 <listitem>
861 <para>[dnicholson] - Updated the Docbook SGML &amp; XML DTD
862 packages to version 4.5. Patch from Matthew Burgess.</para>
863 </listitem>
864 </itemizedlist>
865 </listitem>
866
867 <listitem>
868 <para>March 3rd, 2007</para>
869 <itemizedlist>
870 <listitem>
871 <para>[djensen] - Updated to PostgreSQL-8.2.3.</para>
872 </listitem>
873 <listitem>
874 <para>[alexander] - Removed the link to the (dead) libstk
875 site from Xine Libraries page.</para>
876 </listitem>
877 </itemizedlist>
878 </listitem>
879
880 <listitem>
881 <para>February 28th, 2007</para>
882 <itemizedlist>
883 <listitem>
884 <para>[dnicholson] - Made the i18n-fonts commands more explicit
885 on the a2ps page to guard against errors. Thanks to Nathan Coulson
886 for the report.</para>
887 </listitem>
888 </itemizedlist>
889 </listitem>
890
891 <listitem>
892 <para>February 24th, 2007</para>
893 <itemizedlist>
894 <listitem>
895 <para>[dnicholson] - Fixed a dead ftp:// link for Nano. Reported by
896 Daniel Rindt.</para>
897 </listitem>
898 </itemizedlist>
899 </listitem>
900
901 <listitem>
902 <para>February 19th, 2007</para>
903 <itemizedlist>
904 <listitem>
905 <para>[dnicholson] - Fixed the sed needed to run the libxml2
906 testsuite. Closes #2299. Report from kratz00.</para>
907 </listitem>
908 </itemizedlist>
909 </listitem>
910
911 <listitem>
912 <para>February 16th, 2007</para>
913 <itemizedlist>
914 <listitem>
915 <para>[randy] - Updated to GMP-4.2.1.</para>
916 </listitem>
917 <listitem>
918 <para>[randy] - Updated to libxml2-2.6.27.</para>
919 </listitem>
920 <listitem>
921 <para>[randy] - Fixed a broken documentation installation command
922 in the libpng instructions, thanks to Nathan Coulson for the
923 report.</para>
924 </listitem>
925 <listitem>
926 <para>[randy] - Updated to Inetutils-1.5.</para>
927 </listitem>
928 </itemizedlist>
929 </listitem>
930
931 <listitem>
932 <para>February 15th, 2007</para>
933 <itemizedlist>
934 <listitem>
935 <para>[randy] - Updated to Sysstat-7.0.4.</para>
936 </listitem>
937 <listitem>
938 <para>[randy] - Updated to Shadow-4.0.17.</para>
939 </listitem>
940 <listitem>
941 <para>[randy] - Updated to Linux-PAM-0.99.7.1.</para>
942 </listitem>
943 <listitem>
944 <para>[randy] - Updated to Tk-8.4.14.</para>
945 </listitem>
946 <listitem>
947 <para>[randy] - Updated to Tcl-8.4.14.</para>
948 </listitem>
949 <listitem>
950 <para>[randy] - Updated to S-Lang-2.0.7.</para>
951 </listitem>
952 <listitem>
953 <para>[randy] - Updated to PCRE-7.0.</para>
954 </listitem>
955 <listitem>
956 <para>[randy] - Updated to libpng-1.2.16.</para>
957 </listitem>
958 <listitem>
959 <para>[randy] - Updated to pkg-config-0.21.</para>
960 </listitem>
961 </itemizedlist>
962 </listitem>
963
964 <listitem>
965 <para>February 14th, 2007</para>
966 <itemizedlist>
967 <listitem>
968 <para>[randy] - Released BLFS Version 6.2.0.</para>
969 </listitem>
970 </itemizedlist>
971 </listitem>
972
973 <listitem>
974 <para>February 6th, 2007</para>
975 <itemizedlist>
976 <listitem>
977 <para>[randy] - Updated to CrackLib-2.8.10 (don't merge to the
978 6.2 branch until 6.2.0 has been released).</para>
979 </listitem>
980 </itemizedlist>
981 </listitem>
982
983 <listitem>
984 <para>February 4th, 2007</para>
985 <itemizedlist>
986 <listitem>
987 <para>[randy] - Removed the obsolete and unmaintained Xorg-6.9
988 package (do not merge to the 6.2 branch).</para>
989 </listitem>
990 </itemizedlist>
991 </listitem>
992
993 </itemizedlist>
994
995</sect1>
Note: See TracBrowser for help on using the repository browser.