Skip to content
Snippets Groups Projects
Commit 1b27403b1257 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Release v2.10.3

parent eeace8021b4c
No related branches found
No related tags found
No related merge requests found
Pipeline #162 failed
NEWS file for libxml2
v2.10.3: Oct 14 2022
### Security
- [CVE-2022-40304] Fix dict corruption caused by entity reference cycles
- [CVE-2022-40303] Fix integer overflows with XML_PARSE_HUGE
- Fix overflow check in SAX2.c
### Portability
- win32: Fix build with VS2013
### Build system
- cmake: Set SOVERSION
v2.10.2: Aug 29 2022
### Improvements
......
......@@ -3,7 +3,7 @@
m4_define([MAJOR_VERSION], 2)
m4_define([MINOR_VERSION], 10)
m4_define([MICRO_VERSION], 2)
m4_define([MICRO_VERSION], 3)
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
AC_CONFIG_SRCDIR([entities.c])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment