summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-09-18Merge tag 'upstream/2.9.0'Aron Xu3632-7727/+380374
Upstream version 2.9.0
2012-09-18Imported Upstream version 2.9.0upstream/2.9.0Aron Xu3632-7727/+380374
2012-07-22Fix an error in the patchdebian/2.8.0+dfsg1-5Aron Xu1-2/+2
2012-07-19Update changelog.Aron Xu1-1/+10
2012-07-19Fix local buffers size problems by upstreamAron Xu3-0/+361
2012-06-15Update changelog.debian/2.8.0+dfsg1-4Aron Xu1-0/+6
2012-06-14Try to make xml2-config output the same.Aron Xu2-17/+19
2012-06-05Prepare relase for new version.debian/2.8.0+dfsg1-3Aron Xu2-0/+9
2012-06-05Avoid useless space to be blame for M-AAron Xu1-2/+2
2012-06-03Fix libxml-2.0-uninstalled.pc as well.Aron Xu2-6/+19
2012-06-03Restore xml2-config behaviour.Aron Xu3-23/+79
2012-06-03Remove useless linking commands (Closes: #675682)Aron Xu2-0/+23
2012-06-02Override some lintian warnings.debian/2.8.0+dfsg1-2Aron Xu3-0/+5
2012-06-02Style change of using dh --with.Aron Xu2-1/+2
2012-06-02Sort out M-A mess.Aron Xu2-0/+13
2012-05-30Better handling of build variables.Aron Xu1-5/+3
2012-05-30Mark libxml2-dev as not M-A (Closes: #674474).Aron Xu1-1/+0
2012-05-28Add closing bugs.debian/2.8.0+dfsg1-1Aron Xu1-1/+1
2012-05-27More changes on bug fixing.Aron Xu4-7/+21
2012-05-25Update symbols.Aron Xu1-38/+61
2012-05-25Prepare for new upstream release.Aron Xu6-952/+21
2012-05-25Merge tag 'upstream/2.8.0+dfsg1'Aron Xu221-3137/+8633
Upstream version 2.8.0+dfsg1
2012-05-25Imported Upstream version 2.8.0+dfsg1upstream/2.8.0+dfsg1Aron Xu221-3137/+8633
2012-05-25Imported Debian patch 2.7.8.dfsg-9.1debian/2.7.8.dfsg-9.1Michael Gilbert4-15/+48
2012-04-24Releasing 2.7.8.dfsg-9.debian/2.7.8.dfsg-9Aron Xu1-1/+1
2012-04-23Get rid of xsltproc, break circulate B-D.Aron Xu4-6/+24
2012-04-23Move udeb install path back to usr/libAron Xu4-4/+30
2012-04-23Port existing patch to quilt.Aron Xu12-149/+950
2012-04-14Initial commit on migrating to 3.0 source format (not complete).Aron Xu7-12/+76
2012-04-13Reset files outside debian/ to original ones.Aron Xu35-2428/+2835
2012-04-13Imported Debian patch 2.7.8.dfsg-8debian/2.7.8.dfsg-8Aron Xu8-216/+397
2012-01-20Release 2.7.8.dfsg-7debian/2.7.8.dfsg-7Andrew Shadura1-0/+8
2011-12-16Fix an allocation error when copying entitiesDaniel Veillard1-1/+1
2012-01-12Release 2.7.8.dfsg-6debian/2.7.8.dfsg-6Andrew Shadura1-0/+8
2012-01-09mergeAndrew Shadura3-5/+23
2012-01-09Honour CC environment variable.Andrew Shadura1-1/+1
2012-01-09Enable hardened build flags through dpkg-buildflags.Moritz Muehlenhoff1-6/+7
2011-12-30Release 2.7.8.dfsg-5.1debian/2.7.8.dfsg-5.1Luk Claes1-0/+10
2011-12-30Make sure parser returns when getting a Stop order. CVE-2011-3905.Luk Claes1-3/+11
2011-12-30Fix off by one error. CVE-2011-0216.Luk Claes1-2/+2
2011-10-07Release 2.7.8.dfsg-5debian/2.7.8.dfsg-5Mike Hommey1-0/+9
2011-10-07Fix for undefined namespaces. CVE-2011-2834Chris Evans1-0/+2
2011-10-07Hardening of XPath evaluationDaniel Veillard3-7/+68
Add a mechanism of frame for XPath evaluation when entering a function or a scoped evaluation, also fix a potential problem in predicate evaluation.
2011-07-29Release 2.7.8.dfsg-4debian/2.7.8.dfsg-4Mike Hommey1-0/+13
2011-07-29Bump Standards-Version to 3.9.2.0Mike Hommey1-1/+1
2011-07-29Switch to dh_python2Mike Hommey3-5/+2
2011-06-04Release 2.7.8.dfsg-3debian/2.7.8.dfsg-3Mike Hommey1-0/+7
2011-06-04Fix some potential problems on reallocation failuresChris Evans1-10/+10
The count was incremented before the allocation and not fixed in case of failure * xpath.c: corrects a few instances where the available count of some structure is updated before we know the allocation actually succeeds
2011-02-23__xmlRaiseError: fix use of the structured callback channelDmitry V. Levin1-13/+8
If the structured callback channel is initialized, do not perform unneeded initialization of the old callback channel to avoid clobbering of the structured callback channel's data.
2011-02-23__xmlRaiseError: fix the structured callback channel's data initializationDmitry V. Levin1-1/+4
if we initialize the structured channel from the sax handler we should also pass the userData