source: introduction/welcome/changelog.xml@ 1e6b5f64

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 1e6b5f64 was 1e6b5f64, checked in by Randy McMurchy <randy@…>, 17 years ago

Modified the D-Bus dependency in several packages to account for the new D-Bus core and bindings separation

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

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