Skip to content

Commit 7634a2a

Browse files
committed
4.1.2 release
1 parent cfdcbeb commit 7634a2a

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

HISTORY

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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)

ext/libxml/ruby_xml_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

0 commit comments

Comments
 (0)