Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-23 | __xmlRaiseError: remove redundant schannel initialization | Dmitry V. Levin | 1 | -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 early | Dmitry V. Levin | 1 | -2/+2 | |
if error code is XML_ERR_OK return immediately | |||||
2010-12-25 | Release 2.7.8.dfsg-2debian/2.7.8.dfsg-2 | Mike Hommey | 1 | -0/+7 | |
2010-12-25 | Small fix for previous commit | Daniel Veillard | 1 | -1/+2 | |
2010-12-25 | Fix a potential freeing error in XPath | Daniel Veillard | 1 | -4/+8 | |
2010-11-05 | Release 2.7.8.dfsg-1debian/2.7.8.dfsg-1 | Mike Hommey | 1 | -0/+7 | |
2010-11-05 | Re-ran autogen.sh | Mike Hommey | 1 | -1/+1 | |
2010-11-05 | Reactivate the shared library versionning script | Daniel Veillard | 1 | -1/+1 | |
2010-11-05 | Merge commit 'upstream/2.7.8.dfsg' | Mike Hommey | 183 | -1497/+2383 | |
Conflicts: doc/devhelp/Makefile.am | |||||
2010-11-05 | Import upstream version 2.7.8upstream/2.7.8.dfsg | Mike Hommey | 190 | -12835/+6756 | |
2010-06-29 | Release 2.7.7.dfsg-4debian/2.7.7.dfsg-4 | Mike Hommey | 1 | -0/+18 | |
2010-06-29 | Bump Standards-Version to 3.9.0.0 | Mike Hommey | 1 | -1/+1 | |
2010-06-29 | Remove old Conflicts/Replaces for packages that have disappeared before etch | Mike Hommey | 1 | -7/+0 | |
2010-06-29 | Avoid possible renaming of _d.so files to _d_d.so files in the ↵ | Mike Hommey | 1 | -1/+1 | |
install-python%-dbg rules | |||||
2010-06-29 | Move libxml2-udeb control data in a separate file | Mike Hommey | 3 | -15/+17 | |
2010-06-29 | Add --with-tree and --with-output for the udeb configure pass | Mike Hommey | 1 | -1/+1 | |
2010-06-28 | Add an udeb package when building for Ubuntu | Mike Hommey | 3 | -2/+32 | |
2010-06-28 | Refactor configure-% and build-% rules | Mike Hommey | 1 | -16/+17 | |
2010-06-28 | Use a variable to express which sub-targets to invoke for ↵ | Mike Hommey | 1 | -3/+5 | |
configure/build/install | |||||
2010-06-23 | Release 2.7.7.dfsg-3debian/2.7.7.dfsg-3 | Mike Hommey | 1 | -0/+17 | |
2010-06-23 | Remove /usr/share/doc/python-libxml2-dbg symlink when it exists | Mike Hommey | 1 | -0/+11 | |
2010-06-23 | Don't link against libpython | Mike Hommey | 1 | -2/+2 | |
2010-06-23 | Add a python-libxml2-dbg package | Mike Hommey | 3 | -8/+35 | |
Closes: #583582 | |||||
2010-06-23 | Don't hardcode site-/dist-packages in .install | Loïc Minier | 1 | -4/+2 | |
Cope with builds which don't have any dist-packages (or site-packages) based python versions. | |||||
2010-06-23 | Use build_python* instead of build-python* as build directory when ↵ | Mike Hommey | 1 | -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-09 | Release 2.7.7.dfsg-2debian/2.7.7.dfsg-2 | Mike Hommey | 1 | -0/+9 | |
2010-04-09 | Remove /usr/share/doc symbolic links on upgrade | Mike Hommey | 3 | -0/+33 | |
They will then be replaced by directories by dpkg. Closes: #577025. | |||||
2010-03-21 | Release 2.7.7.dfsg-1debian/2.7.7.dfsg-1 | Mike Hommey | 1 | -3/+30 | |
2010-03-21 | Properly install devhelp files when builddir != srcdir | Mike Hommey | 2 | -6/+6 | |
2010-03-21 | Use a common cache for main and python configure passes | Mike Hommey | 1 | -2/+2 | |
2010-03-21 | Don't refresh COPYING during clean target, it appears not to be necessary ↵ | Mike Hommey | 1 | -1/+0 | |
anymore | |||||
2010-03-21 | Simplify rules by switching to dh | Mike Hommey | 3 | -94/+38 | |
2010-03-20 | Force -Wl,--as-needed at the beginning of the gcc command line | Mike Hommey | 1 | -2/+2 | |
2010-03-20 | Remove old source and diff rules | Mike Hommey | 1 | -3/+0 | |
They only displayed a message inviting to use dpkg-source -b | |||||
2010-03-18 | Deduplicate in /usr/lib/pyshared, not /usr/lib/python-support/python-libxml2 | Mike Hommey | 1 | -1/+1 | |
2010-03-18 | Sort python generated stubs so that libxml2.py doesn' differ between python ↵ | Mike Hommey | 1 | -2/+2 | |
2.5 and 2.6 | |||||
2010-03-18 | Install python files from /usr/lib/python*/dist-packages | Mike Hommey | 1 | -0/+2 | |
2010-03-18 | Change the way python libs are built | Mike Hommey | 1 | -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-18 | Remove remains of WORKAROUND_MODIFIED_FILES, that was removed 2 years ago | Mike Hommey | 1 | -7/+0 | |
2010-03-18 | Don't avoid to build in example/ | Mike Hommey | 1 | -5/+0 | |
There is no reason to do so anymore. | |||||
2010-03-18 | Bump Standards-Version to 3.8.4.0 | Mike Hommey | 1 | -1/+1 | |
2010-03-18 | Initialize 2.7.7.dfsg-1 | Mike Hommey | 1 | -0/+6 | |
2010-03-18 | Merge branch 'upstream' | Mike Hommey | 65 | -8432/+9366 | |
Conflicts: aclocal.m4 config.guess config.sub configure ltmain.sh | |||||
2010-03-18 | Import upstream version 2.7.7upstream/2.7.7.dfsg | Mike Hommey | 69 | -8730/+9977 | |
2010-01-19 | Debian release 2.7.6.dfsg-2debian/2.7.6.dfsg-2 | Mike Hommey | 1 | -0/+13 | |
2010-01-19 | Add misc:Depends dependencies where they are missing | Mike Hommey | 1 | -2/+3 | |
2010-01-19 | Put libreadline-dev before libreadline5-dev in Build-Deps | Mike Hommey | 1 | -1/+1 | |
Closes: #553803 | |||||
2010-01-19 | libxml violates the zlib interface and crashes | Mark Adler | 1 | -0/+4 | |
* xmlIO.c: remove an abuse of zlib API and use a clean interface available in zlib >= 1.2.3 | |||||
2010-01-19 | Fix an init bug in global.c | Kai Henning | 1 | -1/+1 | |
* globals.c: fix the initialization of the mutex | |||||
2009-10-10 | Debian release 2.7.6.dfsg-1debian/2.7.6.dfsg-1 | Mike Hommey | 1 | -0/+9 | |