1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

Release v2.11.9

This commit is contained in:
Nick Wellnhofer 2024-07-24 15:54:44 +02:00
parent ae8f0ac0a2
commit 954e851e1d
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -1,5 +1,12 @@
NEWS file for libxml2
v2.11.9: Jul 24 2024
### Security
- [CVE-2024-40896] Fix XXE protection in downstream code
v2.11.8: May 13 2024
### Security

View File

@ -3,7 +3,7 @@ AC_PREREQ([2.63])
m4_define([MAJOR_VERSION], 2)
m4_define([MINOR_VERSION], 11)
m4_define([MICRO_VERSION], 8)
m4_define([MICRO_VERSION], 9)
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
AC_CONFIG_SRCDIR([entities.c])