Skip to content

Commit a54c367

Browse files
committed
Version 1.3.1
Signed-off-by: Beth <[email protected]>
1 parent 02144e9 commit a54c367

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
### HEAD
22

3+
### 1.3.1 January 15, 2015
4+
35
* Fixed URI construction, including handling IPv6 addresses, when the
46
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.
510

611
### 1.3.0 January 3, 2015
712

lib/webmachine/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Webmachine
22
# Library version
3-
VERSION = "1.3.0".freeze
3+
VERSION = "1.3.1".freeze
44

55
# String for use in "Server" HTTP response header, which includes
66
# the {VERSION}.

0 commit comments

Comments
 (0)