From 673d11e43658e4eabafc41b52cb074accd603caf Mon Sep 17 00:00:00 2001 From: James Coglan Date: Fri, 20 May 2016 08:46:06 +0100 Subject: [PATCH] Bump version to 0.6.4. --- CHANGELOG.md | 6 ++++++ README.md | 2 +- websocket-driver.gemspec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 206c280..9875ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.6.4 / 2016-05-20 + +* Amend warnings issued when running with -W2 +* Make sure message strings passed in by the app are transcoded to UTF-8 +* Copy strings if necessary for frozen-string compatibility + ### 0.6.3 / 2015-11-06 * Reject draft-76 handshakes if their Sec-WebSocket-Key headers are invalid diff --git a/README.md b/README.md index ffb2380..7fed67a 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ using the `Sec-WebSocket-Protocol` mechanism. This value becomes available after (The MIT License) -Copyright (c) 2010-2015 James Coglan +Copyright (c) 2010-2016 James Coglan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in diff --git a/websocket-driver.gemspec b/websocket-driver.gemspec index 12e996d..482ba86 100644 --- a/websocket-driver.gemspec +++ b/websocket-driver.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'websocket-driver' - s.version = '0.6.3' + s.version = '0.6.4' s.summary = 'WebSocket protocol handler with pluggable I/O' s.author = 'James Coglan' s.email = 'jcoglan@gmail.com'