|
8 | 8 | </vendor> |
9 | 9 | <product id="libxml2"> |
10 | 10 | <name>libxml2</name> |
11 | | - <version>v2.9.5</version> |
12 | | - <last-release> Sep 04 2017</last-release> |
| 11 | + <version>v2.9.6</version> |
| 12 | + <last-release> Oct 06 2017</last-release> |
13 | 13 | <info-url>http://xmlsoft.org/</info-url> |
14 | | - <changes> - Security: |
15 | | - Detect infinite recursion in parameter entities (Nick Wellnhofer), |
16 | | - Fix handling of parameter-entity references (Nick Wellnhofer), |
17 | | - Disallow namespace nodes in XPointer ranges (Nick Wellnhofer), |
18 | | - Fix XPointer paths beginning with range-to (Nick Wellnhofer) |
19 | | - |
20 | | - - Documentation: |
21 | | - Documentation fixes (Nick Wellnhofer), |
22 | | - Spelling and grammar fixes (Nick Wellnhofer) |
23 | | - |
24 | | - - Portability: |
25 | | - Adding README.zOS to list of extra files for the release (Daniel Veillard), |
26 | | - Description of work needed to compile on zOS (Stéphane Michaut), |
27 | | - Porting libxml2 on zOS encoding of code (Stéphane Michaut), |
28 | | - small changes for OS/400 (Patrick Monnerat), |
29 | | - relaxng.c, xmlschemas.c: Fix build on pre-C99 compilers (Chun-wei Fan) |
| 14 | + <changes> - Portability: |
| 15 | + Change preprocessor OS tests to __linux__ (Nick Wellnhofer) |
30 | 16 |
|
31 | 17 | - Bug Fixes: |
32 | | - Problem resolving relative URIs (Daniel Veillard), |
33 | | - Fix unwanted warnings when switching encodings (Nick Wellnhofer), |
34 | | - Fix signature of xmlSchemaAugmentImportedIDC (Daniel Veillard), |
35 | | - Heap-buffer-overflow read of size 1 in xmlFAParsePosCharGroup (David Kilzer), |
36 | | - Fix NULL pointer deref in xmlFAParseCharClassEsc (Nick Wellnhofer), |
37 | | - Fix infinite loops with push parser in recovery mode (Nick Wellnhofer), |
38 | | - Send xmllint usage error to stderr (Nick Wellnhofer), |
39 | | - Fix NULL deref in xmlParseExternalEntityPrivate (Nick Wellnhofer), |
40 | | - Make sure not to call IS_BLANK_CH when parsing the DTD (Nick Wellnhofer), |
41 | | - Fix xmlHaltParser (Nick Wellnhofer), |
42 | | - Fix pathological performance when outputting charrefs (Nick Wellnhofer), |
43 | | - Fix invalid-source-encoding warnings in testWriter.c (Nick Wellnhofer), |
44 | | - Fix duplicate SAX callbacks for entity content (David Kilzer), |
45 | | - Treat URIs with scheme as absolute in C14N (Nick Wellnhofer), |
46 | | - Fix copy-paste errors in error messages (Nick Wellnhofer), |
47 | | - Fix sanity check in htmlParseNameComplex (Nick Wellnhofer), |
48 | | - Fix potential infinite loop in xmlStringLenDecodeEntities (Nick Wellnhofer), |
49 | | - Reset parser input pointers on encoding failure (Nick Wellnhofer), |
50 | | - Fix memory leak in xmlParseEntityDecl error path (Nick Wellnhofer), |
51 | | - Fix xmlBuildRelativeURI for URIs starting with './' (Nick Wellnhofer), |
52 | | - Fix type confusion in xmlValidateOneNamespace (Nick Wellnhofer), |
53 | | - Fix memory leak in xmlStringLenGetNodeList (Nick Wellnhofer), |
54 | | - Fix NULL pointer deref in xmlDumpElementContent (Daniel Veillard), |
55 | | - Fix memory leak in xmlBufAttrSerializeTxtContent (Nick Wellnhofer), |
56 | | - Stop parser on unsupported encodings (Nick Wellnhofer), |
57 | | - Check for integer overflow in memory debug code (Nick Wellnhofer), |
58 | | - Fix buffer size checks in xmlSnprintfElementContent (Nick Wellnhofer), |
59 | | - Avoid reparsing in xmlParseStartTag2 (Nick Wellnhofer), |
60 | | - Fix undefined behavior in xmlRegExecPushStringInternal (Nick Wellnhofer), |
61 | | - Check XPath exponents for overflow (Nick Wellnhofer), |
62 | | - Check for overflow in xmlXPathIsPositionalPredicate (Nick Wellnhofer), |
63 | | - Fix spurious error message (Nick Wellnhofer), |
64 | | - Fix memory leak in xmlCanonicPath (Nick Wellnhofer), |
65 | | - Fix memory leak in xmlXPathCompareNodeSetValue (Nick Wellnhofer), |
66 | | - Fix memory leak in pattern error path (Nick Wellnhofer), |
67 | | - Fix memory leak in parser error path (Nick Wellnhofer), |
68 | | - Fix memory leaks in XPointer error paths (Nick Wellnhofer), |
69 | | - Fix memory leak in xmlXPathNodeSetMergeAndClear (Nick Wellnhofer), |
70 | | - Fix memory leak in XPath filter optimizations (Nick Wellnhofer), |
71 | | - Fix memory leaks in XPath error paths (Nick Wellnhofer), |
72 | | - Do not leak the new CData node if adding fails (David Tardon), |
73 | | - Prevent unwanted external entity reference (Neel Mehta), |
74 | | - Increase buffer space for port in HTTP redirect support (Daniel Veillard), |
75 | | - Fix more NULL pointer derefs in xpointer.c (Nick Wellnhofer), |
76 | | - Avoid function/data pointer conversion in xpath.c (Nick Wellnhofer), |
77 | | - Fix format string warnings (Nick Wellnhofer), |
78 | | - Disallow namespace nodes in XPointer points (Nick Wellnhofer), |
79 | | - Fix comparison with root node in xmlXPathCmpNodes (Nick Wellnhofer), |
80 | | - Fix attribute decoding during XML schema validation (Alex Henrie), |
81 | | - Fix NULL pointer deref in XPointer range-to (Nick Wellnhofer) |
82 | | - |
83 | | - - Improvements: |
84 | | - Updating the spec file to reflect Fedora 24 (Daniel Veillard), |
85 | | - Add const in five places to move 1 KiB to .rdata (Bruce Dawson), |
86 | | - Fix missing part of comment for function xmlXPathEvalExpression() (Daniel Veillard), |
87 | | - Get rid of "blanks wrapper" for parameter entities (Nick Wellnhofer), |
88 | | - Simplify handling of parameter entity references (Nick Wellnhofer), |
89 | | - Deduplicate code in encoding.c (Nick Wellnhofer), |
90 | | - Make HTML parser functions take const pointers (Nick Wellnhofer), |
91 | | - Build test programs only when needed (Nick Wellnhofer), |
92 | | - Fix doc/examples/index.py (Nick Wellnhofer), |
93 | | - Fix compiler warnings in threads.c (Nick Wellnhofer), |
94 | | - Fix empty-body warning in nanohttp.c (Nick Wellnhofer), |
95 | | - Fix cast-align warnings (Nick Wellnhofer), |
96 | | - Fix unused-parameter warnings (Nick Wellnhofer), |
97 | | - Rework entity boundary checks (Nick Wellnhofer), |
98 | | - Don't switch encoding for internal parameter entities (Nick Wellnhofer), |
99 | | - Merge duplicate code paths handling PE references (Nick Wellnhofer), |
100 | | - Test SAX2 callbacks with entity substitution (Nick Wellnhofer), |
101 | | - Support catalog and threads tests under --without-sax1 (Nick Wellnhofer), |
102 | | - Misc fixes for 'make tests' (Nick Wellnhofer), |
103 | | - Initialize keepBlanks in HTML parser (Nick Wellnhofer), |
104 | | - Add test cases for bug 758518 (David Kilzer), |
105 | | - Fix compiler warning in htmlParseElementInternal (Nick Wellnhofer), |
106 | | - Remove useless check in xmlParseAttributeListDecl (Nick Wellnhofer), |
107 | | - Allow zero sized memory input buffers (Nick Wellnhofer), |
108 | | - Add TODO comment in xmlSwitchEncoding (Nick Wellnhofer), |
109 | | - Check for integer overflow in xmlXPathFormatNumber (Nick Wellnhofer), |
110 | | - Make Travis print UBSan stacktraces (Nick Wellnhofer), |
111 | | - Add .travis.yml (Nick Wellnhofer), |
112 | | - Fix expected error output in Python tests (Nick Wellnhofer), |
113 | | - Simplify control flow in xmlParseStartTag2 (Nick Wellnhofer), |
114 | | - Disable LeakSanitizer when running API tests (Nick Wellnhofer), |
115 | | - Avoid out-of-bound array access in API tests (Nick Wellnhofer), |
116 | | - Avoid spurious UBSan errors in parser.c (Nick Wellnhofer), |
117 | | - Parse small XPath numbers more accurately (Nick Wellnhofer), |
118 | | - Rework XPath rounding functions (Nick Wellnhofer), |
119 | | - Fix white space in test output (Nick Wellnhofer), |
120 | | - Fix axis traversal from attribute and namespace nodes (Nick Wellnhofer), |
121 | | - Check for trailing characters in XPath expressions earlier (Nick Wellnhofer), |
122 | | - Rework final handling of XPath results (Nick Wellnhofer), |
123 | | - Make xmlXPathEvalExpression call xmlXPathEval (Nick Wellnhofer), |
124 | | - Remove unused variables (Nick Wellnhofer), |
125 | | - Don't print generic error messages in XPath tests (Nick Wellnhofer) |
126 | | - |
127 | | - - Cleanups: |
128 | | - Fix a couple of misleading indentation errors (Daniel Veillard), |
129 | | - Remove unnecessary calls to xmlPopInput (Nick Wellnhofer) |
| 18 | + Fix XPath stack frame logic (Nick Wellnhofer), |
| 19 | + Report undefined XPath variable error message (Nick Wellnhofer), |
| 20 | + Fix regression with librsvg (Nick Wellnhofer), |
| 21 | + Handle more invalid entity values in recovery mode (Nick Wellnhofer), |
| 22 | + Fix structured validation errors (Nick Wellnhofer), |
| 23 | + Fix memory leak in LZMA decompressor (Nick Wellnhofer), |
| 24 | + Set memory limit for LZMA decompression (Nick Wellnhofer), |
| 25 | + Handle illegal entity values in recovery mode (Nick Wellnhofer), |
| 26 | + Fix debug dump of streaming XPath expressions (Nick Wellnhofer), |
| 27 | + Fix memory leak in nanoftp (Nick Wellnhofer), |
| 28 | + Fix memory leaks in SAX1 parser (Nick Wellnhofer) |
130 | 29 |
|
131 | 30 |
|
132 | 31 | </changes> |
|
0 commit comments