Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libxml2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libxml2
Commits
2e949a79e46e
Commit
2e949a79e46e
authored
3 years ago
by
Nick Wellnhofer
Browse files
Options
Downloads
Patches
Plain Diff
Release v2.9.14
parent
9a2bd45327d3
No related branches found
No related tags found
No related merge requests found
Pipeline
#155
failed
2 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+30
-6
30 additions, 6 deletions
NEWS
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
31 additions
and
7 deletions
NEWS
+
30
−
6
View file @
2e949a79
NEWS file for libxml2
NEWS file for libxml2
The change log at
v2.9.14: May 02 2022:
ChangeLog.html
- Security:
describes the recents commits
[CVE-2022-29824] Integer overflow in xmlBuf and xmlBuffer
to the GIT at
Fix potential double-free in xmlXPtrStringRangeFunction
https://gitlab.gnome.org/GNOME/libxml2
Fix memory leak in xmlFindCharEncodingHandler
code base.Here is the list of public releases:
Normalize XPath strings in-place
Prevent integer-overflow in htmlSkipBlankChars() and xmlSkipBlankChars()
(David Kilzer)
Fix leak of xmlElementContent (David Kilzer)
- Bug fixes:
Fix parsing of subtracted regex character classes
Fix recursion check in xinclude.c
Reset last error in xmlCleanupGlobals
Fix certain combinations of regex range quantifiers
Fix range quantifier on subregex
- Improvements:
Fix recovery from invalid HTML start tags
- Build system, portability:
Define LFS macros before including system headers
Initialize XPath floating-point globals
configure: check for icu DEFS (James Hilliard)
configure.ac: produce tar.xz only (GNOME policy) (David Seifert)
CMakeLists.txt: Fix LIBXML_VERSION_NUMBER
Fix build with older Python versions
Fix --without-valid build
v2.9.13: Feb 19 2022:
v2.9.13: Feb 19 2022:
- Security:
- Security:
[CVE-2022-23308] Use-after-free of ID and IDREF attributes
[CVE-2022-23308] Use-after-free of ID and IDREF attributes
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
2e949a79
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
m4_define([MAJOR_VERSION], 2)
m4_define([MAJOR_VERSION], 2)
m4_define([MINOR_VERSION], 9)
m4_define([MINOR_VERSION], 9)
m4_define([MICRO_VERSION], 1
3
)
m4_define([MICRO_VERSION], 1
4
)
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
AC_CONFIG_SRCDIR([entities.c])
AC_CONFIG_SRCDIR([entities.c])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment