Skip to content

Commit add8327

Browse files
author
Charlie Savage
committed
Version 1.1.1.
1 parent 7babaac commit add8327

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
== 1.0.9 / 2012-03-17 Charlie Savage
213

314
* Build fix for library inclusion order (Andrew Watts)

ext/libxslt/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#define RUBY_LIBXSLT_VERSION "1.1.0"
1+
#define RUBY_LIBXSLT_VERSION "1.1.1"
22
#define RUBY_LIBXSLT_VERNUM 1
33
#define RUBY_LIBXSLT_VER_MAJ 1
4-
#define RUBY_LIBXSLT_VER_MIN 0
4+
#define RUBY_LIBXSLT_VER_MIN 1
55
#define RUBY_LIBXSLT_VER_MIC 0

0 commit comments

Comments
 (0)