Skip to content

Commit 65e7207

Browse files
committed
Ruby/OpenSSL 2.2.1
1 parent 74d6a34 commit 65e7207

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

History.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 2.2.1
2+
=============
3+
4+
Merged changes in 2.1.3. Additionally, the following issues are fixed by this
5+
release.
6+
7+
Bug fixes
8+
---------
9+
10+
* Fix crash in `OpenSSL::Timestamp::{Request,Response,TokenInfo}.new` when
11+
invalid arguments are given.
12+
[[GitHub #407]](https://github.com/ruby/openssl/pull/407)
13+
* Fix `OpenSSL::Timestamp::Factory#create_timestamp` with LibreSSL on platforms
14+
where `time_t` has a different size from `long`.
15+
[[GitHub #454]](https://github.com/ruby/openssl/pull/454)
16+
17+
118
Version 2.2.0
219
=============
320

lib/openssl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module OpenSSL
4-
VERSION = "2.2.0"
4+
VERSION = "2.2.1"
55
end

openssl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "openssl"
3-
spec.version = "2.2.0"
3+
spec.version = "2.2.1"
44
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
55
spec.email = ["ruby-core@ruby-lang.org"]
66
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}

0 commit comments

Comments
 (0)