File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ == 1.1.1 / 2014-03-16 Charlie Savage
2
+
3
+ * Adds output and transform methods that respect the <xsl:output> options in stylesheets (Rick Frankel)
4
+ * Update included binaries
5
+ * Update extconf.rb to remove warnings
6
+
7
+ == 1.1.0 / 2013-01-06 Charlie Savage
8
+
9
+ * Update dependency to latest libxml-ruby version (Charlie Savage)
10
+ * Remove dependency on dl which causes warning in Ruby 2.0.0 (Charlie Savage)
11
+
1
12
== 1.0.9 / 2012-03-17 Charlie Savage
2
13
3
14
* Build fix for library inclusion order (Andrew Watts)
Original file line number Diff line number Diff line change 1
- #define RUBY_LIBXSLT_VERSION "1.1.0 "
1
+ #define RUBY_LIBXSLT_VERSION "1.1.1 "
2
2
#define RUBY_LIBXSLT_VERNUM 1
3
3
#define RUBY_LIBXSLT_VER_MAJ 1
4
- #define RUBY_LIBXSLT_VER_MIN 0
4
+ #define RUBY_LIBXSLT_VER_MIN 1
5
5
#define RUBY_LIBXSLT_VER_MIC 0
You can’t perform that action at this time.
0 commit comments