Skip to content

Commit daa51c5

Browse files
committed
Version 5.0.5
1 parent 28793f8 commit daa51c5

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

HISTORY

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
= Release History
22

3+
== 5.0.5 / 2025-07-30
4+
* Try to fix broken documentation link in Ruby Gems website
5+
* Update history file
6+
7+
== 5.0.4 / 2025-05-12
8+
9+
* Fix line ending inconsistencies across platforms
10+
* Set Git attributes for source files to keep LF line endings.
11+
* Add optional zlib support detection in extconf
12+
13+
== 5.0.3 / 2024-03-12
14+
15+
* Fix compiling against newer libxml versions
16+
* Fix version check
17+
318
== 5.0.2 / 2024-01-08
419

520
* Fix broken DTD creation (DTD name is not required)

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ the {libxslt gem}[https://github.com/xml4r/libxslt-rubygem].
8989

9090
== Usage
9191
For information about using libxml-ruby please refer to its
92-
documentation[http://xml4r.github.io/libxml-ruby]. Some tutorials are also
92+
documentation[https://xml4r.github.io/libxml-ruby]. Some tutorials are also
9393
available[https://github.com/xml4r/libxml-ruby/wiki].
9494

9595
All libxml classes are in the LibXML::XML module. The easiest

ext/libxml/ruby_xml_version.h

Lines changed: 3 additions & 3 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 "5.0.2"
5-
#define RUBY_LIBXML_VERNUM 502
4+
#define RUBY_LIBXML_VERSION "5.0.5"
5+
#define RUBY_LIBXML_VERNUM 505
66
#define RUBY_LIBXML_VER_MAJ 5
77
#define RUBY_LIBXML_VER_MIN 0
8-
#define RUBY_LIBXML_VER_MIC 2
8+
#define RUBY_LIBXML_VER_MIC 5
99
#define RUBY_LIBXML_VER_PATCH 0

0 commit comments

Comments
 (0)