source: projects/specs/branches/6/lib/libx/libxml2/libxml2-vl.spec @ 9060

Revision 9060, 18.9 KB checked in by iwamoto, 10 years ago (diff)

libxml2: CVE-2014-0191,3660

Line 
1Summary: Library providing XML and HTML support
2Summary(ja): XML や HTML サポートを提供するライブラリ
3Name: libxml2
4Version: 2.7.8
5Release: 9%{_dist_release}
6License: MIT
7Group: System Environment/Libraries
8Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
9
10Patch0: libxml2-multilib.patch
11Patch1: libxml2-2.7.8-reactivate-versionning-script.patch
12Patch10: libxml2-2.7.8-CVE-2010-4494.patch
13Patch11: libxml2-2.7.8-xpath.patch
14Patch12: libxml2-2.7.8-CVE-2011-0216.patch
15Patch13: libxml2-2.7.8-CVE-2011-2821.patch
16Patch14: libxml2-2.7.8-CVE-2011-2834.patch
17Patch15: libxml2-2.7.8-CVE-2011-3905.patch
18Patch16: libxml2-2.7.8-CVE-2011-3919.patch
19Patch17: libxml2-2.7.8-CVE-2011-3102.patch
20Patch18: libxml2-Fix-entities-local-buffers-size-problems.patch
21Patch19: libxml2-2.7.8_Fix-parser-local-buffers-size-problems.patch
22Patch20: libxml2-2.7.8_CVE-2012-5134.patch
23Patch21: libxml2-2.7.8_CVE-2013-0338.patch
24Patch22: libxml2-2.7.8_CVE-2013-0339.patch
25Patch23: libxml2-2.7.8_CVE-2013-2877.patch
26Patch24: libxml2-2.7.8_CVE-2014-0191.patch
27Patch25: libxml2-2.7.8_CVE-2014-3660.patch
28
29BuildRoot: %{_tmppath}/%{name}-%{version}-root
30BuildRequires: python
31BuildRequires: python-devel
32BuildRequires: zlib-devel
33BuildRequires: pkgconfig
34
35URL: http://xmlsoft.org/
36
37Vendor: Project Vine
38Distribution: Vine Linux
39
40%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
41
42%description
43This library allows to manipulate XML files. It includes support
44to read, modify and write XML and HTML files. There is DTDs support
45this includes parsing and validation even with complex DtDs, either
46at parse time or later once the document has been modified. The output
47can be a simple SAX stream or and in-memory DOM like representations.
48In this case one can use the built-in XPath and XPointer implementation
49to select subnodes or ranges. A flexible Input/Output mechanism is
50available, with existing HTTP and FTP modules and combined to an
51URI library.
52
53%description -l ja
54このライブラリはXMLファイルを扱う事ができます。XMLやHTMLファイルを読み込み、
55修正、書き込みをサポートしています。DTDに対応しており、パース時や一度
56ドキュメントが修正された後でも複雑なDTDであってもパースと確認が出来ます。
57出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
58選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
59出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
60
61%package -n compat32-%{name}
62Summary: Library providing XML and HTML support
63Summary(ja): XML や HTML サポートを提供するライブラリ
64Group: System Environment/Libraries
65Requires: %{name} = %{version}-%{release}
66
67%description -n compat32-%{name}
68This library allows to manipulate XML files. It includes support
69to read, modify and write XML and HTML files. There is DTDs support
70this includes parsing and validation even with complex DtDs, either
71at parse time or later once the document has been modified. The output
72can be a simple SAX stream or and in-memory DOM like representations.
73In this case one can use the built-in XPath and XPointer implementation
74to select subnodes or ranges. A flexible Input/Output mechanism is
75available, with existing HTTP and FTP modules and combined to an
76URI library.
77
78%description -n compat32-%{name} -l ja
79このライブラリはXMLファイルを扱う事ができます。XMLやHTMLファイルを読み込み、
80修正、書き込みをサポートしています。DTDに対応しており、パース時や一度
81ドキュメントが修正された後でも複雑なDTDであってもパースと確認が出来ます。
82出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
83選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
84出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
85
86%package devel
87Summary: Libraries, includes, etc. to develop XML and HTML applications
88Summary(ja): XML や HTML アプリケーションを開発するためのライブラリやヘッダ類
89Group: Development/Libraries
90Requires: %{name} = %{version}-%{release}
91Requires: zlib-devel
92
93%description devel
94Libraries, include files, etc you can use to develop XML applications.
95This library allows to manipulate XML files. It includes support
96to read, modify and write XML and HTML files. There is DTDs support
97this includes parsing and validation even with complex DtDs, either
98at parse time or later once the document has been modified. The output
99can be a simple SAX stream or and in-memory DOM like representations.
100In this case one can use the built-in XPath and XPointer implementation
101to select subnodes or ranges. A flexible Input/Output mechanism is
102available, with existing HTTP and FTP modules and combined to an
103URI library.
104
105%description devel -l ja
106XMLアプリケーションを開発するためのライブラリやヘッダファイル類。
107このライブラリはXMLファイルを扱う事ができます。
108XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
109DTDに対応しており、パース時や一度ドキュメントが修正された後でも
110複雑なDTDであってもパースと確認が出来ます。
111出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
112選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
113出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
114
115%package -n compat32-%{name}-devel
116Summary: Libraries, includes, etc. to develop XML and HTML applications
117Summary(ja): XML や HTML アプリケーションを開発するためのライブラリやヘッダ類
118Group: Development/Libraries
119Requires: compat32-%{name} = %{version}-%{release}
120Requires: %{name}-devel    = %{version}-%{release}
121Requires: compat32-zlib-devel
122
123%description -n compat32-%{name}-devel
124Libraries, include files, etc you can use to develop XML applications.
125This library allows to manipulate XML files. It includes support
126to read, modify and write XML and HTML files. There is DTDs support
127this includes parsing and validation even with complex DtDs, either
128at parse time or later once the document has been modified. The output
129can be a simple SAX stream or and in-memory DOM like representations.
130In this case one can use the built-in XPath and XPointer implementation
131to select subnodes or ranges. A flexible Input/Output mechanism is
132available, with existing HTTP and FTP modules and combined to an
133URI library.
134
135%description -n compat32-%{name}-devel -l ja
136XMLアプリケーションを開発するためのライブラリやヘッダファイル類。
137このライブラリはXMLファイルを扱う事ができます。
138XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
139DTDに対応しており、パース時や一度ドキュメントが修正された後でも
140複雑なDTDであってもパースと確認が出来ます。
141出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
142選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
143出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
144
145%package static
146Summary: Static library for libxml2
147Summary(ja): libxml2 のスタティックライブラリ
148Group: Development/Libraries
149Requires: libxml2 = %{version}-%{release}
150
151%description static
152Static library for libxml2 provided for specific uses or shaving a few
153microseconds when parsing, do not link to them for generic purpose packages.
154
155%package python
156Summary: Python bindings for the libxml2 library
157Summary(ja): libxml2 ライブラリ用の python バインディング
158Group: Development/Libraries
159Requires: %{name} = %{version}-%{release}
160Requires: python >= 2.2
161
162%description python
163The libxml2-python package contains a module that permits applications
164written in the Python programming language to use the interface
165supplied by the libxml2 library to manipulate XML files.
166
167This library allows to manipulate XML files. It includes support
168to read, modify and write XML and HTML files. There is DTDs support
169this includes parsing and validation even with complex DTDs, either
170at parse time or later once the document has been modified.
171
172%description python -l ja
173libxml2-pythonはXMLファイルを扱うlibxml2ライブラリによって提供される
174インターフェースを使用するためにpythonプログラム言語で書かれた
175アプリケーションを許可するモジュール類を含んでいます。
176
177このライブラリはXMLファイルを扱う事ができます。
178XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
179DTDに対応しており、パース時や一度ドキュメントが修正された後でも複雑な
180DTDであってもパースと確認が出来ます。
181
182%prep
183%setup -q
184
185%patch0 -p1
186%patch1 -p1
187
188%patch10 -p1 -b .CVE-2010-4494
189%patch11 -p1 -b .xpath
190%patch12 -p1 -b .CVE-2011-0216
191%patch13 -p1 -b .CVE-2011-2821
192%patch14 -p1 -b .CVE-2011-2834
193%patch15 -p1 -b .CVE-2011-3905
194%patch16 -p1 -b .CVE-2011-3919
195%patch17 -p1 -b .CVE-2011-3102
196
197%patch18 -p1 -b .entities-local-buffers-size
198%patch19 -p1 -b .parser-local-buffers-size
199%patch20 -p1 -b .CVE-2012-5134
200%patch21 -p1 -b .CVE-2013-0338
201%patch22 -p1 -b .CVE-2013-0339
202%patch23 -p1 -b .CVE-2013-2877
203%patch24 -p1 -b .CVE-2014-0191
204%patch25 -p1 -b .CVE-2014-3660
205
206%build
207%configure
208make %{?_smp_mflags}
209gzip -9 ChangeLog
210
211
212%install
213[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
214
215%makeinstall
216gzip -9 doc/libxml2-api.xml
217
218rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
219rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.{a,la}
220
221# multiarch crazyness on timestamp differences or Makefile/binaries for examples
222touch -m --reference=$RPM_BUILD_ROOT/%{_includedir}/libxml2/libxml/parser.h $RPM_BUILD_ROOT/%{_bindir}/xml2-config
223
224(cd doc/examples ; make clean ; rm -rf .deps Makefile)
225
226%clean
227[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
228
229%post -p /sbin/ldconfig
230
231%postun -p /sbin/ldconfig
232
233%post -n compat32-%{name} -p /sbin/ldconfig
234
235%postun -n compat32-%{name} -p /sbin/ldconfig
236
237%files
238%defattr(-, root, root)
239%doc AUTHORS ChangeLog.gz NEWS README COPYING Copyright TODO
240%{_bindir}/xmlcatalog
241%{_bindir}/xmllint
242%{_libdir}/lib*.so.*
243%{_mandir}/man1/xmllint.1*
244%{_mandir}/man1/xmlcatalog.1*
245%{_mandir}/man3/libxml.3*
246
247%files devel
248%defattr(-, root, root)
249%doc doc/*.html doc/html doc/*.gif doc/*.png
250%doc doc/tutorial doc/libxml2-api.xml.gz
251%{_bindir}/xml2-config
252%{_datadir}/aclocal/libxml.m4
253%{_includedir}/*
254%{_libdir}/lib*.so
255%{_libdir}/lib*.a
256%{_libdir}/*.sh
257%{_libdir}/pkgconfig/libxml-2.0.pc
258%{_mandir}/man1/xml2-config.1*
259%{_datadir}/gtk-doc/html/libxml2
260
261%files static
262%defattr(-, root, root)
263%{_libdir}/lib*.a
264
265%files python
266%defattr(-, root, root)
267%doc AUTHORS ChangeLog.gz NEWS README Copyright
268%doc python/TODO
269%doc python/libxml2class.txt
270%doc python/tests/*.py
271%doc doc/*.py
272%doc doc/python.html
273%{_libdir}/python*/site-packages/*
274
275%if %{build_compat32}
276%files -n compat32-%{name}
277%defattr(-, root, root)
278%{_libdir}/lib*.so.*
279
280%files -n compat32-%{name}-devel
281%defattr(-, root, root)
282%{_libdir}/lib*.so
283%{_libdir}/lib*.a
284%{_libdir}/*.sh
285%{_libdir}/pkgconfig/libxml-2.0.pc
286%endif
287
288%changelog
289* Wed Nov  5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.8-9
290- add patch24 for fix CVE-2014-0191
291- add patch25 for fix CVE-2014-3660
292
293* Fri Jul 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.7.8-8
294- added Patch22,23 for fix CVE-2013-0339 and CVE-2013-2877
295  (From upstream and Mageia, thanks)
296
297* Sun Mar  3 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.8-7
298- add patch21 for fix CVE-2013-0338 (CPU consumption DoS)
299
300* Tue Dec  4 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.8-6
301- add patch20 for fix CVE-2012-5134 (parse.c BoF)
302
303* Thu Sep 20 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.8-5
304- add 2 patches for fix CVE-2012-2807
305  patch18 fix entities-local-buffers-size
306  patch19 fix parser-local-buffers-size
307  (From RHEL6, thanks)
308
309* Fri May 25 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.8-4
310- add patch17 for fix CVE-2011-3102 (xpointer off by one)
311
312* Sat Jan 28 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.8-3
313- add patch12 for fix CVE-2011-0216 (encoding.c)
314- add patch13 for fix CVE-2011-2821 (xpath)
315- add patch14 for fix CVE-2011-2834 (xpath)
316- add patch15 for fix CVE-2011-3905 (parser)
317- add patch16 for fix CVE-2011-3919 (parser)
318- Note: patch11 is for CVE-2011-1944
319
320* Wed Jun 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.8-2
321- add Patch11 (libxml2-2.7.8-xpath.patch)
322
323* Mon Apr 25 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.8-1
324- new upstream release with security fix (CVE-2010-4008)
325- add patch1 from fc16
326- add patch10 for fix CVE-2010-4494 (xpath)
327
328* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.7.7-2
329- build with rpm-4.8.1-1 for pkg-config file
330
331* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.7-1
332- new upstream release
333
334* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.7.6-6
335- rebuilt with gcc-4.4.3-3 on ppc
336
337* Sat Feb  6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.7.6-5
338- removed %%{_libdir}/python*/site-packages/*.{a,la}
339
340* Fri Feb  5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.7.6-4
341- rebuilt with rpm-4.8.0-3 (on ppc)
342
343* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.7.6-3
344- rebuild with python-2.6
345
346* Tue Feb  2 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.7.6-2
347- rebuilt with new toolchain
348
349* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.7.6-1
350- new upstream release
351
352* Wed Aug 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.32-4
353- use smp flag in make section
354
355* Wed Aug 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.32-3
356- add patch100 for fix CVE-2009-2414/2416
357
358* Fri Jul 18 2008 Shu KONNO <owa@bg.wakwak.com> 2.6.32-2
359- rebuilt with python-2.5.2
360
361* Tue Apr 29 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.32-1
362- new upstream release
363- removed *.la files from devel package
364
365* Fri Feb 29 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.31-0vl1
366- new upstream release with security fix (CVE-2007-6284)
367
368* Wed Oct  3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.30-0vl1
369- new upstream release
370
371* Sun Feb  4 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.27-0vl1
372- new upstream release
373
374* Fri Jul 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.26-0vl1
375- new upstream release
376- fixed typo
377
378* Sun May 21 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.23-0vl3
379- added "libdir" options
380- added compat32- packages for x86_64 architecture support
381
382* Wed Jan 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.6.23-0vl2
383- fix typo
384
385* Tue Jan 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.6.23-0vl1
386- new upstream release
387- add Requires: zlib-devel for libxml2-devel
388- add gtk-doc/html/libxml2 to libxml2-devel
389
390* Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.22-0vl1
391- new upstream release
392
393* Mon Jul 18 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.20-0vl1
394- new upstream release (libxml2-2.6.20)
395
396* Mon Apr 04 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.19-0vl1
397- new upstream version (libxml2-2.6.19)
398
399* Sun Apr 03 2005 Shu KONNO <owa@bg.wakwak.com> 2.6.17-0vl3
400- rebuild with python-2.4.1-0vl1
401
402* Sun Feb 06 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.17-0vl2
403- fixed japanesedescription
404
405* Sun Feb 06 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.17-0vl1
406- new upstream version (libxml2-2.6.17)
407- added japanese description
408
409* Tue Dec 21 2004 Satoshi MACHINO <machino@vinelinux.org> 2.6.16-0vl1
410- new upstream version (libxml2-2.6.16)
411
412* Wed Nov 03 2004 Satoshi MACHINO <machino@vinelinux.org> 2.6.15-0vl1
413- new upstream version (libxml2-2.6.15)
414        -- some security fixes.(See http://secunia.com/advisories/13000/)
415
416* Sun Oct 17 2004 Satoshi MACHINO <machino@vinelinux.org> 2.6.14-0vl1
417- new upstream version (libxml2-2.6.14)
418
419* Tue Sep 07 2004 Satoshi MACHINO <machino@vinelinux.org> 2.6.13-0vl1
420- new upstream version (libxml2-2.6.13)
421
422* Tue Apr 27 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.6.9-0vl1
423- source upgrade
424
425* Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.6.8-0vl2
426- rebuild with python-2.3.3-0vl1
427
428* Sun Apr 11 2004 Shu KONNO <owa@bg.wakwak.com> 2.6.8-0vl1.1
429- rebuild with python-2.3.3-0vl0.3 (for TestPkg)
430
431* Thu Mar 25 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.8-0vl1
432- new upstream release
433
434* Wed Jan 28 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.5-0vl1
435- new upstream release
436
437* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.11-0vl1
438- new upstream release
439
440* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.10-0vl1
441- new upstream release
442
443* Thu Jul 20 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.8-0vl1
444- source upgrade
445
446* Sat May 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.7-0vl1
447- source upgrade
448
449* Tue Feb 18 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.3-0vl1
450- source upgrade
451
452* Tue Jan 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.1-0vl2
453- rebuild with python-2.2.2-9vl0
454- add BuildPrereq: automake14
455
456* Fri Jan 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.1-0vl1
457- source upgrade
458- update and cleanup %files section
459
460* Sun Dec 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.30-0vl1
461- source upgrade
462- build with new toolchains
463
464* Tue Oct 29 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.26-0vl1
465- source update to 2.4.26
466
467* Sun May 26 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.21-1vl1
468- merged with 2.4.21-1
469 -- Fri Feb  1 2002 Daniel Veillard <veillard@redhat.com>
470  - Added the python package
471- clean up spec
472
473* Mon Mar 18 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.13-0vl2
474- changed License to MIT (not LGPL)
475- add BuildPrereq: zlib-devel >= 1.1.4
476
477* Sat Feb 23 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.13-0vl1
478- source update
479- cleaned up specfile
480
481* Sun Oct 14 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.12-0vl1
482- source update
483
484* Sun Oct 14 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.6-1vl1
485- Build for VineSeed
486
487* Thu Apr 26 2001 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
488
489[2.3.7]
490- Added libxml.m4 to the distribution file list
491- Moved the man pages from /usr/man to /usr/share/man to conform to FHS2.0
492- Moved programmer documentation into the devel package
493
494* Thu Sep 23 1999 Daniel Veillard <daniel@veillard.com>
495
496- corrected the spec file alpha stuff
497- switched to version 1.7.1
498- Added validation, XPath, nanohttp, removed memory leaks
499- Renamed CHAR to xmlChar
500
501* Wed Jun  2 1999 Daniel Veillard <daniel@veillard.com>
502
503- Switched to version 1.1: SAX extensions, better entities support, lots of
504  bug fixes.
505
506* Sun Oct  4 1998 Daniel Veillard <daniel@veillard.com>
507
508- Added xml-config to the package
509
510* Thu Sep 24 1998 Michael Fulbright <msf@redhat.com>
511
512- Built release 0.30
Note: See TracBrowser for help on using the repository browser.