~ubuntu-branches/ubuntu/wily/libxml2/wily-proposed

« back to all changes in this revision

Viewing changes to include/libxml/xmlerror.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-07-11 09:31:50 UTC
  • mfrom: (43.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20130711093150-t3vcnrpfqepqt0mp
Tags: 2.9.1+dfsg1-2ubuntu1
* Merged from Debian unstable. Remaining changes:
  - Fix python multi-arch includes issues. 
  - Allow the package to cross-build.
  - Set PYTHON_LIBS for cross builds.
  - Remove explicit build dependency on binutils.
  - Configure the udeb --without-python.
* Dropped patches:
  - CVE-2013-0338.patch: upstream
  - CVE-2013-1969.patch: upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
    XML_ERR_UNKNOWN_VERSION, /* 108 */
209
209
    XML_ERR_VERSION_MISMATCH, /* 109 */
210
210
    XML_ERR_NAME_TOO_LONG, /* 110 */
 
211
    XML_ERR_USER_STOP, /* 111 */
211
212
    XML_NS_ERR_XML_NAMESPACE = 200,
212
213
    XML_NS_ERR_UNDEFINED_NAMESPACE, /* 201 */
213
214
    XML_NS_ERR_QNAME, /* 202 */