File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11= Release History
22
3+ == 4.1.2 / 2023-11-04
4+
5+ * Fix Ruby warnings about undefined allocators (yuuji.yaginuma, Christopher Sahnwaldt)
6+ * Fix Schema::Element required? and array? (John Andrews)
7+ * Remove SchemaElement#minOccurs and SchemaElement#maxOccurs since they actually did not work (Charlie Savage)
8+ * Fix typo: XPatch -> XPath (Christopher Sahnwaldt)
9+ * Introduce new alternative Homebrew installation search paths to extconf makefile (Pierce Brooks)
10+
311== 4.1.1 / 2023-05-01
412
513* Fix compile warning (or error) for input_callbacks_register_input_callbacks (Charlie Savage)
Original file line number Diff line number Diff line change 11/* Don't nuke this block! It is used for automatically updating the
22 * versions below. VERSION = string formatting, VERNUM = numbered
33 * version for inline testing: increment both or none at all.*/
4- #define RUBY_LIBXML_VERSION "4.1.1 "
4+ #define RUBY_LIBXML_VERSION "4.1.2 "
55#define RUBY_LIBXML_VERNUM 400
66#define RUBY_LIBXML_VER_MAJ 4
77#define RUBY_LIBXML_VER_MIN 1
8- #define RUBY_LIBXML_VER_MIC 1
8+ #define RUBY_LIBXML_VER_MIC 2
99#define RUBY_LIBXML_VER_PATCH 0
You can’t perform that action at this time.
0 commit comments