summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-23__xmlRaiseError: remove redundant schannel initializationDmitry V. Levin1-8/+0
In case the domain is XML_FROM_VALID, ctxt and schannel are already initialized earlier with the same data
2011-02-23__xmlRaiseError: do cheap code check earlyDmitry V. Levin1-2/+2
if error code is XML_ERR_OK return immediately
2010-12-25Release 2.7.8.dfsg-2debian/2.7.8.dfsg-2Mike Hommey1-0/+7
2010-12-25Small fix for previous commitDaniel Veillard1-1/+2
2010-12-25Fix a potential freeing error in XPathDaniel Veillard1-4/+8
2010-11-05Release 2.7.8.dfsg-1debian/2.7.8.dfsg-1Mike Hommey1-0/+7
2010-11-05Re-ran autogen.shMike Hommey1-1/+1
2010-11-05Reactivate the shared library versionning scriptDaniel Veillard1-1/+1
2010-11-05Merge commit 'upstream/2.7.8.dfsg'Mike Hommey183-1497/+2383
Conflicts: doc/devhelp/Makefile.am
2010-11-05Import upstream version 2.7.8upstream/2.7.8.dfsgMike Hommey190-12835/+6756
2010-06-29Release 2.7.7.dfsg-4debian/2.7.7.dfsg-4Mike Hommey1-0/+18
2010-06-29Bump Standards-Version to 3.9.0.0Mike Hommey1-1/+1
2010-06-29Remove old Conflicts/Replaces for packages that have disappeared before etchMike Hommey1-7/+0
2010-06-29Avoid possible renaming of _d.so files to _d_d.so files in the ↵Mike Hommey1-1/+1
install-python%-dbg rules
2010-06-29Move libxml2-udeb control data in a separate fileMike Hommey3-15/+17
2010-06-29Add --with-tree and --with-output for the udeb configure passMike Hommey1-1/+1
2010-06-28Add an udeb package when building for UbuntuMike Hommey3-2/+32
2010-06-28Refactor configure-% and build-% rulesMike Hommey1-16/+17
2010-06-28Use a variable to express which sub-targets to invoke for ↵Mike Hommey1-3/+5
configure/build/install
2010-06-23Release 2.7.7.dfsg-3debian/2.7.7.dfsg-3Mike Hommey1-0/+17
2010-06-23Remove /usr/share/doc/python-libxml2-dbg symlink when it existsMike Hommey1-0/+11
2010-06-23Don't link against libpythonMike Hommey1-2/+2
2010-06-23Add a python-libxml2-dbg packageMike Hommey3-8/+35
Closes: #583582
2010-06-23Don't hardcode site-/dist-packages in .installLoïc Minier1-4/+2
Cope with builds which don't have any dist-packages (or site-packages) based python versions.
2010-06-23Use build_python* instead of build-python* as build directory when ↵Mike Hommey1-3/+3
configuring python modules build-python$* would get matched by make as an existing file and would prevent evaluation of the corresponding build rule. Thanks Loïc Minier
2010-04-09Release 2.7.7.dfsg-2debian/2.7.7.dfsg-2Mike Hommey1-0/+9
2010-04-09Remove /usr/share/doc symbolic links on upgradeMike Hommey3-0/+33
They will then be replaced by directories by dpkg. Closes: #577025.
2010-03-21Release 2.7.7.dfsg-1debian/2.7.7.dfsg-1Mike Hommey1-3/+30
2010-03-21Properly install devhelp files when builddir != srcdirMike Hommey2-6/+6
2010-03-21Use a common cache for main and python configure passesMike Hommey1-2/+2
2010-03-21Don't refresh COPYING during clean target, it appears not to be necessary ↵Mike Hommey1-1/+0
anymore
2010-03-21Simplify rules by switching to dhMike Hommey3-94/+38
2010-03-20Force -Wl,--as-needed at the beginning of the gcc command lineMike Hommey1-2/+2
2010-03-20Remove old source and diff rulesMike Hommey1-3/+0
They only displayed a message inviting to use dpkg-source -b
2010-03-18Deduplicate in /usr/lib/pyshared, not /usr/lib/python-support/python-libxml2Mike Hommey1-1/+1
2010-03-18Sort python generated stubs so that libxml2.py doesn' differ between python ↵Mike Hommey1-2/+2
2.5 and 2.6
2010-03-18Install python files from /usr/lib/python*/dist-packagesMike Hommey1-0/+2
2010-03-18Change the way python libs are builtMike Hommey1-13/+8
We now use configure to set different environment with and without python, and arrange things so that we don't have to build the base libxml2 library several times.
2010-03-18Remove remains of WORKAROUND_MODIFIED_FILES, that was removed 2 years agoMike Hommey1-7/+0
2010-03-18Don't avoid to build in example/Mike Hommey1-5/+0
There is no reason to do so anymore.
2010-03-18Bump Standards-Version to 3.8.4.0Mike Hommey1-1/+1
2010-03-18Initialize 2.7.7.dfsg-1Mike Hommey1-0/+6
2010-03-18Merge branch 'upstream'Mike Hommey65-8432/+9366
Conflicts: aclocal.m4 config.guess config.sub configure ltmain.sh
2010-03-18Import upstream version 2.7.7upstream/2.7.7.dfsgMike Hommey69-8730/+9977
2010-01-19Debian release 2.7.6.dfsg-2debian/2.7.6.dfsg-2Mike Hommey1-0/+13
2010-01-19Add misc:Depends dependencies where they are missingMike Hommey1-2/+3
2010-01-19Put libreadline-dev before libreadline5-dev in Build-DepsMike Hommey1-1/+1
Closes: #553803
2010-01-19libxml violates the zlib interface and crashesMark Adler1-0/+4
* xmlIO.c: remove an abuse of zlib API and use a clean interface available in zlib >= 1.2.3
2010-01-19Fix an init bug in global.cKai Henning1-1/+1
* globals.c: fix the initialization of the mutex
2009-10-10Debian release 2.7.6.dfsg-1debian/2.7.6.dfsg-1Mike Hommey1-0/+9