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

« back to all changes in this revision

Viewing changes to libxml2.syms

  • 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:
2271
2271
  xmlTextWriterSetQuoteChar;
2272
2272
} LIBXML2_2.8.0;
2273
2273
 
 
2274
LIBXML2_2.9.1 {
 
2275
    global:
 
2276
 
 
2277
# xpath
 
2278
  xmlXPathNodeEval;
 
2279
  xmlXPathSetContextNode;
 
2280
} LIBXML2_2.9.0;
 
2281