OLD | NEW |
1 Name: libxml | 1 Name: libxml |
2 URL: http://xmlsoft.org | 2 URL: http://xmlsoft.org |
| 3 Version: 2.7.7 |
3 License File: src/COPYING | 4 License File: src/COPYING |
4 | 5 |
| 6 Description: |
5 The src/ directory contains a partial snapshot of the libxml library | 7 The src/ directory contains a partial snapshot of the libxml library |
6 with the patches in the patches/ directories applied. | 8 with the patches in the patches/ directories applied. |
7 See the files in that directory for discussion of their effects. | 9 See the files in that directory for discussion of their effects. |
8 | 10 |
9 Current version: 2.7.7. | 11 Current version: 2.7.7. |
10 | 12 |
11 Modifications: | 13 Modifications: |
12 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/?id=91d19754d46acd
4a639a8b9e31f50f31c78f8c9c | 14 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/?id=91d19754d46acd
4a639a8b9e31f50f31c78f8c9c |
13 - Import follow-on for above commit: http://git.gnome.org/browse/libxml2/commit/
?id=ea90b894146030c214a7df6d8375310174f134b9 | 15 - Import follow-on for above commit: http://git.gnome.org/browse/libxml2/commit/
?id=ea90b894146030c214a7df6d8375310174f134b9 |
14 - Import additional XPath fix http://git.gnome.org/browse/libxml2/commit/?id=df8
3c17e5a2646bd923f75e5e507bc80d73c9722 | 16 - Import additional XPath fix http://git.gnome.org/browse/libxml2/commit/?id=df8
3c17e5a2646bd923f75e5e507bc80d73c9722 |
(...skipping 11 matching lines...) Expand all Loading... |
26 $ cd linux | 28 $ cd linux |
27 $ ../configure --without-iconv --without-ftp --without-http | 29 $ ../configure --without-iconv --without-ftp --without-http |
28 to generate config.h and include/libxml/xmlversion.h for Linux. | 30 to generate config.h and include/libxml/xmlversion.h for Linux. |
29 - On a Mac, | 31 - On a Mac, |
30 $ cd mac | 32 $ cd mac |
31 $ ../configure --without-iconv --without-ftp --without-http | 33 $ ../configure --without-iconv --without-ftp --without-http |
32 to generate config.h and include/libxml/xmlversion.h for Macs. | 34 to generate config.h and include/libxml/xmlversion.h for Macs. |
33 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and | 35 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and |
34 include/libxml/xmlversion.h for Windows builds. | 36 include/libxml/xmlversion.h for Windows builds. |
35 - Update this README to reflect the new version number. | 37 - Update this README to reflect the new version number. |
OLD | NEW |