libxml-ruby 5.0.3-x64-mingw-ucrt → 5.0.4-x64-mingw-ucrt

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 454f91a9bf4d282d23ed20adbc34b5d9c8f44968ea4fbfccb570a545ea93c2b1
4
- data.tar.gz: 1f286df484126efbb7eae6e784fcc8c7a94c13a0711efbf56b3cdc473d667180
3
+ metadata.gz: 317e50c28aaefa2f7f3854bc382ab2c90c53a4702610c5157ca15fd2d22a96fd
4
+ data.tar.gz: 2ac29d181d347dc4fbbb526d95ae28b91d84ba203179d10aad80b7592bb19ba1
5
5
  SHA512:
6
- metadata.gz: 13bbef8d413f9bbfacf5072a19331e3ae377e06bf536e0f23496caae5add0de44eef60e85cfa537df1fd7c6de123a443e0e134b0bc068800896202eb392282cf
7
- data.tar.gz: 4771ca6511b1104e4af8a08f5c495de03bcb18aa99ab95124b2c3936d1c6f302fd7565a127310b951ce8e593048752a12cb25b71027e2338b839e300bd7d8b16
6
+ metadata.gz: 95fa8da4a77bd6ad65a48ed36204a21ac9b72060273e6559a71e2e965518306127851ee0c7069f0a2be51de679631bbbdb8f56b75178cc7f51db12bc2e5c7aee
7
+ data.tar.gz: 12f5fb6ffacc7a67dfe80cb6a11daf62717eb3a120c2e1245b2966120279e36dbb059cee7836cf0994c7982eb1c953ada54aaecddb3a46c2b2b0812bfa8c3a2f
data/HISTORY CHANGED
@@ -1,8 +1,15 @@
1
1
  = Release History
2
2
 
3
- == 5.0.3 / 2024-03-11
3
+ == 5.0.4 / 2025-05-11
4
4
 
5
- * Update xmlStructuredErrorFunc to be backwards compatible
5
+ * Fix compiling with latest libxml version
6
+ * Fix compiling with latest C++ compilers
7
+
8
+ == 5.0.3 / 2024-03-12
9
+
10
+ * Update Xcode and Visual Studio projects
11
+ * Fix check for availability of structuredErrorFunc
12
+ * Fix #213. Last update was not backwards compatible.
6
13
 
7
14
  == 5.0.2 / 2024-01-08
8
15
 
@@ -1,9 +1,9 @@
1
1
  /* Don't nuke this block! It is used for automatically updating the
2
2
  * versions below. VERSION = string formatting, VERNUM = numbered
3
3
  * version for inline testing: increment both or none at all.*/
4
- #define RUBY_LIBXML_VERSION "5.0.3"
5
- #define RUBY_LIBXML_VERNUM 503
4
+ #define RUBY_LIBXML_VERSION "5.0.4"
5
+ #define RUBY_LIBXML_VERNUM 504
6
6
  #define RUBY_LIBXML_VER_MAJ 5
7
7
  #define RUBY_LIBXML_VER_MIN 0
8
- #define RUBY_LIBXML_VER_MIC 3
8
+ #define RUBY_LIBXML_VER_MIC 4
9
9
  #define RUBY_LIBXML_VER_PATCH 0