source: introduction/welcome/changelog.xml@ a4d6836

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

Updated to GTK+-2.10.13

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

  • Property mode set to 100644
File size: 25.9 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-->
[20f56c70]43
[e871a9a1]44 <listitem>
45 <para>June 30th, 2007</para>
46 <itemizedlist>
[a4d6836]47 <listitem>
48 <para>[randy] - Updated to GTK+-2.10.13.</para>
49 </listitem>
[cb4cdb1]50 <listitem>
51 <para>[randy] - Updated to Pango-1.16.4.</para>
52 </listitem>
[34da1c3]53 <listitem>
54 <para>[randy] - Updated to cairo-1.4.10.</para>
55 </listitem>
[4537698]56 <listitem>
57 <para>[randy] - Updated Inetutils MD5sum as upstream released a new
58 tarball.</para>
59 </listitem>
[e871a9a1]60 <listitem>
61 <para>[randy] - Updated to GLib-2.12.12.</para>
62 </listitem>
63 </itemizedlist>
64 </listitem>
65
[2932ef8]66 <listitem>
67 <para>June 20th, 2007</para>
68 <itemizedlist>
69 <listitem>
70 <para>[dnicholson] - Fixed app-defaults references in xterm. Closes
71 #2362. Reported by laxy.</para>
72 </listitem>
[a5404840]73 <listitem>
74 <para>[dnicholson] - Updated to dhcpcd-3.0.17.</para>
75 </listitem>
[2932ef8]76 </itemizedlist>
77 </listitem>
78
[156638b]79 <listitem>
80 <para>June 15th, 2007</para>
81 <itemizedlist>
82 <listitem>
83 <para>[dnicholson] - Mutt cleanups from Alexander Patrakov and
84 Ag Hatzim.</para>
85 </listitem>
[622f1c7]86 <listitem>
87 <para>[dnicholson] - Fixed Firefox and Thunderbird to ensure that
88 libX11 and libXrender are found.</para>
89 </listitem>
[156638b]90 </itemizedlist>
91 </listitem>
92
[e571e42]93 <listitem>
94 <para>June 13th, 2007</para>
95 <itemizedlist>
96 <listitem>
97 <para>[dj] - Added ksh-2007-03-28</para>
98 </listitem>
99 </itemizedlist>
100 </listitem>
101
[2561ad9e]102 <listitem>
103 <para>June 12th, 2007</para>
104 <itemizedlist>
105 <listitem>
106 <para>[dnicholson] - Updated to Mutt-1.5.16</para>
107 </listitem>
108 </itemizedlist>
109 </listitem>
110
[1afe6c26]111 <listitem>
112 <para>June 7th, 2007</para>
113 <itemizedlist>
114 <listitem>
115 <para>[dnicholson] - Changed the Qt /usr install with symlinks to
116 the bin, include and lib directories in /usr/share/qt.</para>
117 </listitem>
[36474cb]118 <listitem>
119 <para>[dnicholson] - Updated to NTP-4.2.4p0.</para>
120 </listitem>
[0f2c58e]121 <listitem>
122 <para>[dnicholson] - Fixed a broken GLib URL. Reported by Ken
123 Moffat.</para>
124 </listitem>
[6cca9a8]125 <listitem>
126 <para>[dnicholson] - Removed the optional ctypes dependency from
127 libmusicbrainz since it's included in Python-2.5. Thanks to
128 bambi for the report.</para>
129 </listitem>
[4f46a03b]130 <listitem>
131 <para>[dnicholson] - Fixed some errors on the X Window System
132 Components page. Reported by Spinal.</para>
133 </listitem>
[1afe6c26]134 </itemizedlist>
135 </listitem>
136
[43c070b]137 <listitem>
138 <para>May 31st, 2007</para>
139 <itemizedlist>
140 <listitem>
141 <para>[dnicholson] - Changed the xkb output directory for
142 Xorg-Server to match that from XKeyboardConfig. Reported by
143 DJ Lucas.</para>
144 </listitem>
[8d237953]145 <listitem>
146 <para>[dnicholson] - Streamlined the commands for each Xorg
147 section.</para>
148 </listitem>
[048bc8cc]149 <listitem>
150 <para>[dnicholson] - Commented out the sun video drivers and
151 deprecated modules in the Xorg wget lists and changed the
152 download commands to support the comments.</para>
153 </listitem>
[43c070b]154 </itemizedlist>
155 </listitem>
156
[d7ac3b8]157 <listitem>
158 <para>May 30th, 2007</para>
159 <itemizedlist>
160 <listitem>
161 <para>[dnicholson] - Fixed a broken link on the XFree86 page.
162 Reported by Roland Puntaier.</para>
163 </listitem>
[15e602c]164 <listitem>
165 <para>[dnicholson] - Added a missing expat dependency on the
166 MesaLib page. Reported by DJ Lucas.</para>
167 </listitem>
[d7ac3b8]168 </itemizedlist>
169 </listitem>
170
[764c07e7]171 <listitem>
172 <para>May 28th, 2007</para>
173 <itemizedlist>
174 <listitem>
175 <para>[dnicholson] - Changed the XKeyboardConfig intltool dependency
176 to optional and added a required XML::Parser dependency.</para>
177 </listitem>
178 </itemizedlist>
179 </listitem>
180
[d56adcc]181 <listitem>
182 <para>May 26th, 2007</para>
183 <itemizedlist>
184 <listitem>
[8bb9b01e]185 <para>[dnicholson] - Removed the /opt globbing from the Bash Shell
186 Startup Files since entries in /opt are handled separately.</para>
[d56adcc]187 </listitem>
188 </itemizedlist>
189 </listitem>
190
[8073ca16]191 <listitem>
192 <para>May 25th, 2007</para>
193 <itemizedlist>
194 <listitem>
195 <para>[dnicholson] - Updated to libdrm-2.3.0.</para>
196 </listitem>
[f3adb6c]197 <listitem>
198 <para>[dnicholson] - Added the XKeyboardConfig package, which
199 replaces xkbdata for Xorg-7.</para>
200 </listitem>
[ba2ac60]201 <listitem>
202 <para>[dnicholson] - Updated to MesaLib-6.5.2.</para>
203 </listitem>
[2d006066]204 <listitem>
205 <para>[dnicholson] - Updated to Xorg-7.2.</para>
206 </listitem>
[8073ca16]207 </itemizedlist>
208 </listitem>
209
[3109c7ce]210 <listitem>
211 <para>May 24th, 2007</para>
212 <itemizedlist>
213 <listitem>
[d4d6592]214 <para>[dnicholson] - Various changes were applied to the XFree86
[63c53b2a]215 page.</para>
[3109c7ce]216 </listitem>
[d8689b5a]217 <listitem>
218 <para>[dnicholson] - Added a version number to the Xorg md5sums
219 file.</para>
220 </listitem>
[a6f6dfb]221 <listitem>
222 <para>[dnicholson] - Revert a mistaken version update to the
223 xf86-input-elographics driver.</para>
224 </listitem>
[c4ba45e2]225 <listitem>
226 <para>[dnicholson] - Removed unnecessary commands for the imake
227 and xorg-cf-files packages.</para>
228 </listitem>
[d4b9917]229 <listitem>
230 <para>[dnicholson] - Removed an unnecessary parameter for the
231 xorg-server package.</para>
232 </listitem>
[3109c7ce]233 </itemizedlist>
234 </listitem>
235
[cf1537ba]236 <listitem>
237 <para>May 23rd, 2007</para>
238 <itemizedlist>
239 <listitem>
240 <para>[dnicholson] - Removed the unneeded Glibc build fix for
241 XFree86.</para>
242 </listitem>
243 </itemizedlist>
244 </listitem>
245
[91de356]246 <listitem>
247 <para>May 19th, 2007</para>
248 <itemizedlist>
249 <listitem>
250 <para>[dnicholson] - Fix the installation of the mail extensions
251 to go to the correct directory in Thunderbird.</para>
252 </listitem>
253 </itemizedlist>
254 </listitem>
255
[2f71e7b]256 <listitem>
257 <para>May 18th, 2007</para>
258 <itemizedlist>
259 <listitem>
260 <para>[dnicholson] - Updated to Thunderbird-2.0.0.0 with
261 Enigmail-0.95.0.</para>
262 </listitem>
263 </itemizedlist>
264 </listitem>
265
[40fe030]266 <listitem>
267 <para>May 13th, 2007</para>
268 <itemizedlist>
[a449b33]269 <listitem>
270 <para>[dnicholson] - Updated to xterm-225 and corrected configure
271 settings. Thanks to kratz00 and fix.</para>
272 </listitem>
[40fe030]273 <listitem>
274 <para>[bdubbs] - Updated to vim-7.1.</para>
275 </listitem>
276 </itemizedlist>
277 </listitem>
278
[6ec6424]279 <listitem>
280 <para>May 5th, 2007</para>
281 <itemizedlist>
[420e0a9]282 <listitem>
283 <para>[bdubbs] - Corrected md5sum for libdrm-2.0.1.</para>
284 </listitem>
[926e4d3]285 <listitem>
286 <para>[bdubbs] - Updated to xine-lib-1.1.6.</para>
287 </listitem>
[6ec6424]288 <listitem>
289 <para>[bdubbs] - Updated to Seamonkey-1.1.1.</para>
290 </listitem>
291 </itemizedlist>
292 </listitem>
293
[fdf8b786]294 <listitem>
295 <para>April 29th, 2007</para>
296 <itemizedlist>
297 <listitem>
298 <para>[dnicholson] - Updated to Fontconfig-2.4.2. Fixes ticket
299 #2134.</para>
300 </listitem>
301 </itemizedlist>
302 </listitem>
303
[d7654ac]304 <listitem>
305 <para>April 27th, 2007</para>
306 <itemizedlist>
307 <listitem>
308 <para>[dnicholson] - Updated to Firefox-2.0.0.3. Fixes ticket
309 #2218.</para>
310 </listitem>
[4ea8ecd1]311 <listitem>
312 <para>[dnicholson] - Updated to HAL-0.5.9 with hal-info-20070425.
313 Fixes ticket #2213.</para>
314 </listitem>
[c6e8734]315 <listitem>
316 <para>[dnicholson] - Updated to FreeType-2.3.4. Fixes ticket
317 #1988.</para>
318 </listitem>
[d7654ac]319 </itemizedlist>
320 </listitem>
321
[acac7412]322 <listitem>
323 <para>April 26th, 2007</para>
324 <itemizedlist>
325 <listitem>
326 <para>[randy] - Updated to GnuPG-1.4.7.</para>
327 </listitem>
328 </itemizedlist>
329 </listitem>
330
[308400f]331 <listitem>
332 <para>April 25th, 2007</para>
333 <itemizedlist>
[b276c41]334 <listitem>
335 <para>[bdubbs] - Added a security patch for Qt and updated
336 description of MySql options for Qt.</para>
337 </listitem>
[308400f]338 <listitem>
339 <para>[alexander] - Applied cpio-2.7 upstream fixes.</para>
340 </listitem>
341 </itemizedlist>
342 </listitem>
343
[cc25f73]344 <listitem>
345 <para>April 21st, 2007</para>
346 <itemizedlist>
347 <listitem>
348 <para>[bdubbs] - Expanded note on building database support
349 into qt.</para>
350 </listitem>
351 </itemizedlist>
352 </listitem>
353
[e41e360]354 <listitem>
355 <para>April 20th, 2007</para>
356 <itemizedlist>
[f5a29d4]357 <listitem>
358 <para>[randy] - Updated to Graphviz-2.12.</para>
359 </listitem>
[e41e360]360 <listitem>
361 <para>[randy] - Updated to Doxygen-1.5.2.</para>
362 </listitem>
363 </itemizedlist>
364 </listitem>
365
[78adb72e]366 <listitem>
367 <para>April 19th, 2007</para>
368 <itemizedlist>
[63bb3941]369 <listitem>
370 <para>[randy] - Updated to unixODBC-2.2.12.</para>
371 </listitem>
[72d53fe]372 <listitem>
373 <para>[randy] - Updated to libsoup-2.2.100.</para>
374 </listitem>
[227a6e8d]375 <listitem>
376 <para>[randy] - Updated to startup-notification-0.9.</para>
377 </listitem>
[9ed30928]378 <listitem>
379 <para>[randy] - Updated to GOffice-0.2.2.</para>
380 </listitem>
[78adb72e]381 <listitem>
382 <para>[randy] - Updated to ESP Ghostscript-8.15.4.</para>
383 </listitem>
384 </itemizedlist>
385 </listitem>
386
[68efe1db]387 <listitem>
388 <para>April 18th, 2007</para>
389 <itemizedlist>
[b789659]390 <listitem>
391 <para>[randy] - Added additional files to the chmod command in the
392 S-Lang instructions.</para>
393 </listitem>
[3de6059]394 <listitem>
395 <para>[randy] - Added a note to run some commands in the OpenSSH
396 instructions as the root user. Thanks to ghylton for the
397 report.</para>
398 </listitem>
[68efe1db]399 <listitem>
400 <para>[randy] - Updated to libgsf-1.14.3.</para>
401 </listitem>
402 </itemizedlist>
403 </listitem>
404
[480801d7]405 <listitem>
406 <para>April 17th, 2007</para>
407 <itemizedlist>
[c1c5ff55]408 <listitem>
409 <para>[randy] - Added new Perl Modules to support icon-naming-utils:
410 Tie::IxHash, XML::LibXML, XML::NamespaceSupport, XML::SAX,
411 XML::SAX::Expat and XML::Simple</para>
412 </listitem>
[480801d7]413 <listitem>
414 <para>[randy] - Added new package icon-naming-utils-0.8.2 (required
415 by the GNOME Icon Theme package).</para>
416 </listitem>
417 </itemizedlist>
418 </listitem>
419
[fe79617]420 <listitem>
421 <para>April 16th, 2007</para>
422 <itemizedlist>
[15bbe17]423 <listitem>
424 <para>[randy] - Updated to EsounD-0.2.37.</para>
425 </listitem>
[fe79617]426 <listitem>
427 <para>[randy] - Updated the PyGTK dependencies in the HAL
428 instructions.</para>
429 </listitem>
430 </itemizedlist>
431 </listitem>
432
[eac3afa]433 <listitem>
434 <para>April 15th, 2007</para>
435 <itemizedlist>
[18971e0d]436 <listitem>
437 <para>[djensen] - Updated to librsvg-2.16.1.</para>
438 </listitem>
[d8e2f89b]439 <listitem>
[c749b3c]440 <para>[djensen] - Updated to shared-mime-info-0.20.</para>
[d8e2f89b]441 </listitem>
[18971e0d]442 <listitem>
443 <para>[randy] - Updated to Qt-3.3.8.</para>
444 </listitem>
[eac3afa]445 <listitem>
446 <para>[randy] - Updated to NAS-1.9.</para>
447 </listitem>
448 </itemizedlist>
449 </listitem>
450
[134279fd]451 <listitem>
452 <para>April 14th, 2007</para>
453 <itemizedlist>
454 <listitem>
455 <para>[randy] - Updated to Samba-3.0.24.</para>
456 </listitem>
457 </itemizedlist>
458 </listitem>
459
[c5669e8]460 <listitem>
461 <para>April 13th, 2007</para>
462 <itemizedlist>
[e249f83]463 <listitem>
464 <para>[randy] - Updated to Gamin-0.1.8.</para>
465 </listitem>
[c5669e8]466 <listitem>
467 <para>[randy] - Updated to desktop-file-utils-0.12.</para>
468 </listitem>
469 </itemizedlist>
470 </listitem>
471
[a0f8d74]472 <listitem>
473 <para>April 10th, 2007</para>
474 <itemizedlist>
[3112100f]475 <listitem>
476 <para>[randy] - Updated to little cms-1.16.</para>
477 </listitem>
[a0f8d74]478 <listitem>
479 <para>[randy] - Added the Utah Raster Toolkit as an optional
480 dependency of giflib.</para>
481 </listitem>
482 </itemizedlist>
483 </listitem>
484
[f7ea9d8]485 <listitem>
486 <para>April 9th, 2007</para>
487 <itemizedlist>
[2f91ac60]488 <listitem>
489 <para>[randy] - Updated to Ruby-1.8.6.</para>
490 </listitem>
[f7ea9d8]491 <listitem>
492 <para>[randy] - Updated to libart_lgpl-2.3.19.</para>
493 </listitem>
494 </itemizedlist>
495 </listitem>
496
[e9de734]497 <listitem>
498 <para>April 4th, 2007</para>
499 <itemizedlist>
500 <listitem>
501 <para>[randy] - Updated the XML and stylesheets to use the 4.5
502 version of DocBook XML DTD.</para>
503 </listitem>
504 </itemizedlist>
505 </listitem>
506
[ea7cc9f]507 <listitem>
508 <para>March 31st, 2007</para>
509 <itemizedlist>
[d6f7e6cb]510 <listitem>
511 <para>[randy] - Updated to PHP-5.2.1.</para>
512 </listitem>
[ea7cc9f]513 <listitem>
514 <para>[randy] - Removed the Ash package as it has been effectively
515 replaced by the Dash package.</para>
516 </listitem>
517 </itemizedlist>
518 </listitem>
519
[aa6045e]520 <listitem>
521 <para>March 30th, 2007</para>
522 <itemizedlist>
[133b05b5]523 <listitem>
524 <para>[randy] - Updated to hicolor-icon-theme-0.10.</para>
525 </listitem>
[2481e2a]526 <listitem>
527 <para>[randy] - Updated to libpcap-0.9.5.</para>
528 </listitem>
[95112eb]529 <listitem>
[c6dc484]530 <para>[randy] - Updated to Apache HTTPD-2.2.4.</para>
531 </listitem>
532 <listitem>
[95112eb]533 <para>[randy] - Updated to GTK-Doc-1.8.</para>
534 </listitem>
[aa6045e]535 <listitem>
[60d502a2]536 <para>[randy] - Updated to Perl Module HTML::Parser-3.56.</para>
537 </listitem>
538 <listitem>
539 <para>[randy] - Updated to Perl modules: Algorithm::Diff-1.1902,
[aa6045e]540 Compress::Zlib-2.004, Crypt::SSLeay-0.53, Pod::Simple-3.05,
541 Test::Pod-1.26, Test::Simple-0.70, version-0.71.</para>
542 </listitem>
543 <listitem>
544 <para>[randy] - Added new Perl modules: Compress::Raw::Zlib-2.004,
545 IO::Compress::Base-2.004, IO::Compress::Bzip2-2.004,
546 IO::Compress::Zlib-2.004.</para>
547 </listitem>
548 </itemizedlist>
549 </listitem>
550
[615db3f]551 <listitem>
552 <para>March 28th, 2007</para>
553 <itemizedlist>
554 <listitem>
555 <para>[randy] - Updated to ASpell-0.60.5.</para>
556 </listitem>
557 </itemizedlist>
558 </listitem>
559
[b852852]560 <listitem>
561 <para>March 27th, 2007</para>
562 <itemizedlist>
563 <listitem>
564 <para>[randy] - Updated to HTML Tidy-cvs_20070326.</para>
565 </listitem>
566 </itemizedlist>
567 </listitem>
568
[2288649]569 <listitem>
570 <para>March 26th, 2007</para>
571 <itemizedlist>
[bb9c341]572 <listitem>
573 <para>[djensen] - Updated to libIDL-0.8.8.</para>
574 </listitem>
[cbd628f0]575 <listitem>
576 <para>[randy] - Updated to Heirloom Mailx-12.2.</para>
577 </listitem>
[2e8e154]578 <listitem>
579 <para>[randy] - Updated to Sendmail-8.14.0.</para>
580 </listitem>
[2288649]581 <listitem>
582 <para>[randy] - Updated to OpenLDAP-2.3.34.</para>
583 </listitem>
584 </itemizedlist>
585 </listitem>
586
[9ce2ad56]587 <listitem>
588 <para>March 25th, 2007</para>
589 <itemizedlist>
[d0f9970]590 <listitem>
591 <para>[djensen] - Updated to Intltool-0.35.5.</para>
592 </listitem>
[9e49fb1]593 <listitem>
594 <para>[djensen] - Updated to libwnck-2.18.0.</para>
595 </listitem>
[b8c6d9c1]596 <listitem>
[64000cf7]597 <para>[djensen] - Updated to VTE-2.16.0.</para>
598 </listitem>
599 <listitem>
[b8c6d9c1]600 <para>[randy] - Updated to OpenSSH-4.6p1.</para>
601 </listitem>
[88fe21d]602 <listitem>
603 <para>[randy] - Updated to OpenSSL-0.9.8e.</para>
604 </listitem>
[546a1b6]605 <listitem>
606 <para>[randy] - Updated to cURL-7.16.1.</para>
607 </listitem>
[e1c116d]608 <listitem>
609 <para>[randy] - Updated to Stunnel-4.20.</para>
610 </listitem>
[9ce2ad56]611 <listitem>
612 <para>[randy] - Updated to Libidn-0.6.11.</para>
613 </listitem>
614 </itemizedlist>
615 </listitem>
616
[492000e]617 <listitem>
618 <para>March 24th, 2007</para>
619 <itemizedlist>
620 <listitem>
621 <para>[randy] - Updated to FOP-0.93.</para>
622 </listitem>
623 </itemizedlist>
624 </listitem>
625
[2876fbf]626 <listitem>
627 <para>March 23rd, 2007</para>
628 <itemizedlist>
[f1391576]629 <listitem>
630 <para>[dnicholson] - Removed the reference to tinker-term.sh in the
631 Bash Shell Startup Files. Thanks to Jonathan Oksman for the
632 report.</para>
633 </listitem>
[be713ab]634 <listitem>
635 <para>[dnicholson] - Added a patch with upstream fixes for Dash and
636 an optional command for replacing /bin/sh.</para>
637 </listitem>
[915403df]638 <listitem>
639 <para>[randy] - Updated to Apache Ant-1.7.0.</para>
640 </listitem>
[2876fbf]641 <listitem>
642 <para>[randy] - Added new package JUnit-4.1.</para>
643 </listitem>
644 </itemizedlist>
645 </listitem>
646
[9dcda46]647 <listitem>
648 <para>March 21st, 2007</para>
649 <itemizedlist>
[039736d2]650 <listitem>
651 <para>[randy] - Updated to MySQL-5.0.37.</para>
652 </listitem>
[9dcda46]653 <listitem>
654 <para>[randy] - Modified the Heimdal instructions to rename the
655 Heimdal libss headers and libraries and restore the orginal E2fsprogs
656 files. Also added some documentation installation commands.</para>
657 </listitem>
658 </itemizedlist>
659 </listitem>
660
[1402f13]661 <listitem>
662 <para>March 20th, 2007</para>
663 <itemizedlist>
[e9585c2a]664 <listitem>
665 <para>[bdubbs] - Updated to cairo-1.4.2. Fixes a severe hang
666 problem and some systems when running checks.</para>
667 </listitem>
[8dbe2b6]668 <listitem>
669 <para>[randy] - Updated to Berkeley DB-4.5.20 to match the version
670 used in LFS.</para>
671 </listitem>
[1402f13]672 <listitem>
673 <para>[randy] - Updated to JDK-1.5.0.11 (source and binary).</para>
674 </listitem>
675 </itemizedlist>
676 </listitem>
677
[6426122]678 <listitem>
679 <para>March 19th, 2007</para>
680 <itemizedlist>
681 <listitem>
682 <para>[randy] - Updated to cpio-2.7.</para>
683 </listitem>
684 </itemizedlist>
685 </listitem>
686
[cb66236]687 <listitem>
688 <para>March 18th, 2007</para>
689 <itemizedlist>
[8f331d7]690 <listitem>
691 <para>[randy] - Updated to NSS-3.11.5 (includes NSPR-4.6.5).</para>
692 </listitem>
[9f21523e]693 <listitem>
694 <para>[randy] - Added a warning to the GNOME introduction section,
695 and links to this warning in various GNOME package instructions
696 telling to use the stable version of BLFS to build current
697 GNOME.</para>
698 </listitem>
[5d4e5c7]699 <listitem>
700 <para>[randy] - Updated to GTK+-2.10.11.</para>
701 </listitem>
[db728915]702 <listitem>
703 <para>[randy] - Updated to ATK-1.18.0.</para>
704 </listitem>
[c3e9ce2]705 <listitem>
706 <para>[randy] - Updated to Pango-1.16.1.</para>
707 </listitem>
[e78ea706]708 <listitem>
709 <para>[randy] - Updated to cairo-1.4.0.</para>
710 </listitem>
[cb66236]711 <listitem>
712 <para>[randy] - Updated to GLib-2.12.11.</para>
713 </listitem>
714 </itemizedlist>
715 </listitem>
716
[f522e9a]717 <listitem>
718 <para>March 17th, 2007</para>
719 <itemizedlist>
[94705d9]720 <listitem>
721 <para>[randy] - Updated to libxslt-1.1.20.</para>
722 </listitem>
[f522e9a]723 <listitem>
724 <para>[randy] - Updated to Python-2.5.</para>
725 </listitem>
726 </itemizedlist>
727 </listitem>
728
[3e74bafe]729 <listitem>
730 <para>March 16th, 2007</para>
731 <itemizedlist>
732 <listitem>
733 <para>[randy] - Updated to GCC-4.1.2, which matches the version
734 used in LFS.</para>
735 </listitem>
736 </itemizedlist>
737 </listitem>
738
[f41cad7d]739 <listitem>
740 <para>March 15th, 2007</para>
741 <itemizedlist>
742 <listitem>
743 <para>[randy] - Added the Dash package using a patch provided by
744 Agathoklis Hatzimanikas.</para>
745 </listitem>
746 </itemizedlist>
747 </listitem>
748
[20f56c70]749 <listitem>
750 <para>March 13th, 2007</para>
751 <itemizedlist>
752 <listitem>
753 <para>[randy] - Added a note to the Linux-PAM instructions to run
754 the test suite after the package has been installed and minimally
755 configured.</para>
756 </listitem>
757 </itemizedlist>
758 </listitem>
759
[a33e5398]760 <listitem>
761 <para>March 8th, 2007</para>
762 <itemizedlist>
763 <listitem>
764 <para>[alexander] - Added Recode-3.6.</para>
765 </listitem>
766 </itemizedlist>
767 </listitem>
[875b36d7]768
[3eebaa66]769 <listitem>
770 <para>March 7th, 2007</para>
771 <itemizedlist>
772 <listitem>
773 <para>[djensen] - Updated to ImageMagick-6.3.3-0,
774 man page sed by alexander.</para>
775 </listitem>
776 </itemizedlist>
777 </listitem>
778
[875b36d7]779 <listitem>
780 <para>March 4th, 2007</para>
781 <itemizedlist>
782 <listitem>
783 <para>[dnicholson] - Updated the Docbook SGML &amp; XML DTD
784 packages to version 4.5. Patch from Matthew Burgess.</para>
785 </listitem>
786 </itemizedlist>
787 </listitem>
788
[81ad3fb]789 <listitem>
790 <para>March 3rd, 2007</para>
791 <itemizedlist>
[aaeca54]792 <listitem>
793 <para>[djensen] - Updated to PostgreSQL-8.2.3.</para>
794 </listitem>
[81ad3fb]795 <listitem>
796 <para>[alexander] - Removed the link to the (dead) libstk
797 site from Xine Libraries page.</para>
798 </listitem>
799 </itemizedlist>
800 </listitem>
[79e29f1d]801
[bccbd219]802 <listitem>
803 <para>February 28th, 2007</para>
804 <itemizedlist>
805 <listitem>
806 <para>[dnicholson] - Made the i18n-fonts commands more explicit
807 on the a2ps page to guard against errors. Thanks to Nathan Coulson
808 for the report.</para>
809 </listitem>
810 </itemizedlist>
811 </listitem>
812
[38aa038]813 <listitem>
814 <para>February 24th, 2007</para>
815 <itemizedlist>
816 <listitem>
817 <para>[dnicholson] - Fixed a dead ftp:// link for Nano. Reported by
818 Daniel Rindt.</para>
819 </listitem>
820 </itemizedlist>
821 </listitem>
822
[505bdc6]823 <listitem>
824 <para>February 19th, 2007</para>
825 <itemizedlist>
826 <listitem>
827 <para>[dnicholson] - Fixed the sed needed to run the libxml2
828 testsuite. Closes #2299. Report from kratz00.</para>
829 </listitem>
830 </itemizedlist>
831 </listitem>
832
[0263a51]833 <listitem>
834 <para>February 16th, 2007</para>
835 <itemizedlist>
[efc4f161]836 <listitem>
837 <para>[randy] - Updated to GMP-4.2.1.</para>
838 </listitem>
[cfcdadb]839 <listitem>
840 <para>[randy] - Updated to libxml2-2.6.27.</para>
841 </listitem>
[05dbc9e]842 <listitem>
843 <para>[randy] - Fixed a broken documentation installation command
844 in the libpng instructions, thanks to Nathan Coulson for the
845 report.</para>
846 </listitem>
[0263a51]847 <listitem>
848 <para>[randy] - Updated to Inetutils-1.5.</para>
849 </listitem>
850 </itemizedlist>
851 </listitem>
852
[0cc8e51]853 <listitem>
854 <para>February 15th, 2007</para>
855 <itemizedlist>
[58a8fab2]856 <listitem>
857 <para>[randy] - Updated to Sysstat-7.0.4.</para>
858 </listitem>
[71e9f62]859 <listitem>
860 <para>[randy] - Updated to Shadow-4.0.17.</para>
861 </listitem>
[c03a8bd]862 <listitem>
863 <para>[randy] - Updated to Linux-PAM-0.99.7.1.</para>
864 </listitem>
[2478f1b]865 <listitem>
866 <para>[randy] - Updated to Tk-8.4.14.</para>
867 </listitem>
[156d176]868 <listitem>
869 <para>[randy] - Updated to Tcl-8.4.14.</para>
870 </listitem>
[13f7a42c]871 <listitem>
872 <para>[randy] - Updated to S-Lang-2.0.7.</para>
873 </listitem>
[a5c953d]874 <listitem>
875 <para>[randy] - Updated to PCRE-7.0.</para>
876 </listitem>
[84c523a]877 <listitem>
878 <para>[randy] - Updated to libpng-1.2.16.</para>
879 </listitem>
[0cc8e51]880 <listitem>
881 <para>[randy] - Updated to pkg-config-0.21.</para>
882 </listitem>
883 </itemizedlist>
884 </listitem>
885
[9b3b6a4]886 <listitem>
887 <para>February 14th, 2007</para>
888 <itemizedlist>
[fad46a58]889 <listitem>
[04bf1cbd]890 <para>[randy] - Released BLFS Version 6.2.0.</para>
[ce6ccc9]891 </listitem>
892 </itemizedlist>
893 </listitem>
894
[f7fbe765]895 <listitem>
896 <para>February 6th, 2007</para>
897 <itemizedlist>
[1f4d911]898 <listitem>
[867dd533]899 <para>[randy] - Updated to CrackLib-2.8.10 (don't merge to the
900 6.2 branch until 6.2.0 has been released).</para>
[73b3b3b]901 </listitem>
902 </itemizedlist>
903 </listitem>
904
[25a6c5c2]905 <listitem>
906 <para>February 4th, 2007</para>
907 <itemizedlist>
908 <listitem>
909 <para>[randy] - Removed the obsolete and unmaintained Xorg-6.9
[867dd533]910 package (do not merge to the 6.2 branch).</para>
[3baafca]911 </listitem>
912 </itemizedlist>
[fa8d573]913 </listitem>
914
915 </itemizedlist>
[e8c0cb17]916
[f45b1953]917</sect1>
Note: See TracBrowser for help on using the repository browser.