From 7634a2a8e4f1d69191f73a472288c4ab9f729d42 Mon Sep 17 00:00:00 2001 From: Charlie Savage Date: Sat, 4 Nov 2023 17:34:39 -0700 Subject: [PATCH] 4.1.2 release --- HISTORY | 8 ++++++++ ext/libxml/ruby_xml_version.h | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index e3dc3015..23bd9c7e 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,13 @@ = Release History +== 4.1.2 / 2023-11-04 + +* Fix Ruby warnings about undefined allocators (yuuji.yaginuma, Christopher Sahnwaldt) +* Fix Schema::Element required? and array? (John Andrews) +* Remove SchemaElement#minOccurs and SchemaElement#maxOccurs since they actually did not work (Charlie Savage) +* Fix typo: XPatch -> XPath (Christopher Sahnwaldt) +* Introduce new alternative Homebrew installation search paths to extconf makefile (Pierce Brooks) + == 4.1.1 / 2023-05-01 * Fix compile warning (or error) for input_callbacks_register_input_callbacks (Charlie Savage) diff --git a/ext/libxml/ruby_xml_version.h b/ext/libxml/ruby_xml_version.h index 22e4b55b..4255e9a7 100644 --- a/ext/libxml/ruby_xml_version.h +++ b/ext/libxml/ruby_xml_version.h @@ -1,9 +1,9 @@ /* Don't nuke this block! It is used for automatically updating the * versions below. VERSION = string formatting, VERNUM = numbered * version for inline testing: increment both or none at all.*/ -#define RUBY_LIBXML_VERSION "4.1.1" +#define RUBY_LIBXML_VERSION "4.1.2" #define RUBY_LIBXML_VERNUM 400 #define RUBY_LIBXML_VER_MAJ 4 #define RUBY_LIBXML_VER_MIN 1 -#define RUBY_LIBXML_VER_MIC 1 +#define RUBY_LIBXML_VER_MIC 2 #define RUBY_LIBXML_VER_PATCH 0