We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02144e9 commit a54c367Copy full SHA for a54c367
CHANGELOG.md
@@ -1,7 +1,12 @@
1
### HEAD
2
3
+### 1.3.1 January 15, 2015
4
+
5
* Fixed URI construction, including handling IPv6 addresses, when the
6
adapter did not supply a complete hostname.
7
+* Removed dependency of Rack Adapter on REQUEST_INFO rack environment
8
+ variable which was not always present.
9
+* Use IPAddr instead of Addrinfo as rbx does not support Addrinfo.
10
11
### 1.3.0 January 3, 2015
12
lib/webmachine/version.rb
@@ -1,6 +1,6 @@
module Webmachine
# Library version
- VERSION = "1.3.0".freeze
+ VERSION = "1.3.1".freeze
# String for use in "Server" HTTP response header, which includes
# the {VERSION}.
0 commit comments