<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_libxml2/configure.ac, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/'/>
<entry>
<title>Upgrade libxml2 to f0fd1b67fc883a24cdd039abb3d4fe4696104d72</title>
<updated>2020-09-02T03:28:19+00:00</updated>
<author>
<name>Haibo Huang</name>
<email>hhb@google.com</email>
</author>
<published>2020-09-02T03:28:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=f0a546b65c79638ea56248403782a3743a7f9165'/>
<id>f0a546b65c79638ea56248403782a3743a7f9165</id>
<content type='text'>
Test: make
Change-Id: Id00e9ce2bd9edc06e79985b707d2300572d2af62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: make
Change-Id: Id00e9ce2bd9edc06e79985b707d2300572d2af62
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade libxml2 to 1a360c1c2ec950f478d55b31722ecf78f5698e97</title>
<updated>2020-07-31T07:02:25+00:00</updated>
<author>
<name>Haibo Huang</name>
<email>hhb@google.com</email>
</author>
<published>2020-07-31T06:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=cfd91dcb1d8895a6e567a9ff975c3ff6e08202d4'/>
<id>cfd91dcb1d8895a6e567a9ff975c3ff6e08202d4</id>
<content type='text'>
Also change upstream to github.

This change moves away from stable release. Because we need CMakeLists.txt. It is not in any release yet.

They are likely to release another stable version within this year. We can upgrade to that version when it is available.

Bug: 157157503
Change-Id: If6f245dbabe36a114563d209c8e100b7e3083f20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also change upstream to github.

This change moves away from stable release. Because we need CMakeLists.txt. It is not in any release yet.

They are likely to release another stable version within this year. We can upgrade to that version when it is available.

Bug: 157157503
Change-Id: If6f245dbabe36a114563d209c8e100b7e3083f20
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to libxml2 2.9.9 (2019-01-03).</title>
<updated>2019-01-11T20:57:49+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2019-01-11T00:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=7fbecab3b0d35d90257fed533dea71aad448679d'/>
<id>7fbecab3b0d35d90257fed533dea71aad448679d</id>
<content type='text'>
Test: builds and boots
Change-Id: Ia2f383beeb2f6af715e2c44b546ded594f523dc4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test: builds and boots
Change-Id: Ia2f383beeb2f6af715e2c44b546ded594f523dc4
</pre>
</div>
</content>
</entry>
<entry>
<title>Release of libxml2-2.9.8</title>
<updated>2018-03-05T16:09:43+00:00</updated>
<author>
<name>Daniel Veillard</name>
<email>veillard@redhat.com</email>
</author>
<published>2018-03-05T16:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=18890f471c420411aa3c989e104d090966ec9dbf'/>
<id>18890f471c420411aa3c989e104d090966ec9dbf</id>
<content type='text'>
* configure.ac doc/* libxml2.syms testapi.c: updated for the new release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac doc/* libxml2.syms testapi.c: updated for the new release
</pre>
</div>
</content>
</entry>
<entry>
<title>Build with "-Wall -Wextra"</title>
<updated>2017-11-27T13:35:29+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2017-11-13T21:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=45efd0b05b01949301ee1fa6c973d34187b63c2b'/>
<id>45efd0b05b01949301ee1fa6c973d34187b63c2b</id>
<content type='text'>
Remove warning options that are enabled with "-Wall -Wextra".

Disable -Warray-bounds warning that produces a (seemingly) false
positive in xpath.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove warning options that are enabled with "-Wall -Wextra".

Disable -Warray-bounds warning that produces a (seemingly) false
positive in xpath.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop including ansidecl.h</title>
<updated>2017-11-27T13:35:29+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2017-11-13T17:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=ff628d46a1301d76e0217c23c7ef53c5f1faed45'/>
<id>ff628d46a1301d76e0217c23c7ef53c5f1faed45</id>
<content type='text'>
This seems to be an undocumented, internal GCC header added a long time
ago. I don't know why it was included, but I think it can be safely
removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This seems to be an undocumented, internal GCC header added a long time
ago. I don't know why it was included, but I think it can be safely
removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused AC_CHECKs</title>
<updated>2017-11-27T13:35:29+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2017-11-13T17:33:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=bf3b45635021dc1fc7160d907a01051ce81fb11d'/>
<id>bf3b45635021dc1fc7160d907a01051ce81fb11d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix libz and liblzma detection</title>
<updated>2017-11-27T13:33:37+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2017-11-13T16:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=cb5541c9f34fc29b0d7b8d89a3122c3fa46a6068'/>
<id>cb5541c9f34fc29b0d7b8d89a3122c3fa46a6068</id>
<content type='text'>
If libz or liblzma are detected with pkg-config, AC_CHECK_HEADERS must
not be run because the correct CPPFLAGS aren't set. It is actually not
required have separate checks for LIBXML_ZLIB_ENABLED and HAVE_ZLIB_H.
Only check for LIBXML_ZLIB_ENABLED and remove HAVE_ZLIB_H macro.

Fixes bug 764657, bug 787041.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If libz or liblzma are detected with pkg-config, AC_CHECK_HEADERS must
not be run because the correct CPPFLAGS aren't set. It is actually not
required have separate checks for LIBXML_ZLIB_ENABLED and HAVE_ZLIB_H.
Only check for LIBXML_ZLIB_ENABLED and remove HAVE_ZLIB_H macro.

Fixes bug 764657, bug 787041.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't touch CFLAGS in configure.ac</title>
<updated>2017-11-14T15:03:36+00:00</updated>
<author>
<name>Nick Wellnhofer</name>
<email>wellnhofer@aevum.de</email>
</author>
<published>2017-11-12T17:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=8cb8e31773f9d148091cb71141c5ec4cd6b815df'/>
<id>8cb8e31773f9d148091cb71141c5ec4cd6b815df</id>
<content type='text'>
CFLAGS shouldn't be touched by configure.ac. The variable is supplied by
the user and must come after other flags, so flags like warning options
can be overridden.

Rename CFLAGS to EXTRA_CFLAGS and add the value to AM_CFLAGS. This also
makes it possible to override flags for each Automake program or library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CFLAGS shouldn't be touched by configure.ac. The variable is supplied by
the user and must come after other flags, so flags like warning options
can be overridden.

Rename CFLAGS to EXTRA_CFLAGS and add the value to AM_CFLAGS. This also
makes it possible to override flags for each Automake program or library.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release of libxnl2-2.9.7</title>
<updated>2017-11-02T20:26:55+00:00</updated>
<author>
<name>Daniel Veillard</name>
<email>veillard@redhat.com</email>
</author>
<published>2017-11-02T20:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libxml2/commit/?id=bc5a5d658320c37e206fe4e7b525b4a24466d0c6'/>
<id>bc5a5d658320c37e206fe4e7b525b4a24466d0c6</id>
<content type='text'>
* configure.ac doc/news.html : update for release
* doc/news.html doc/xmlcatalog.1 doc/xmlcatalog_man.html: regenerated
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* configure.ac doc/news.html : update for release
* doc/news.html doc/xmlcatalog.1 doc/xmlcatalog_man.html: regenerated
</pre>
</div>
</content>
</entry>
</feed>
