Skip to content

Commit

Permalink
Start preparing for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenium committed Dec 21, 2016
1 parent 0a74f20 commit c9225b0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Version 2.1.0
=============

Compatibility notes
-------------------

Supported platforms
-------------------

* OpenSSL 0.9.8, 1.0.0, 1.0.1, 1.0.2, 1.1.0
* LibreSSL 2.3, 2.4, 2.5
* Ruby 2.3, 2.4

Notable changes
---------------

Removals
--------

Deprecations
------------


Version 2.0.0
=============

Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
#if !defined(_OSSL_VERSION_H_)
#define _OSSL_VERSION_H_

#define OSSL_VERSION "2.0.2"
#define OSSL_VERSION "2.1.0"

#endif /* _OSSL_VERSION_H_ */
2 changes: 1 addition & 1 deletion openssl.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "openssl"
spec.version = "2.0.2"
spec.version = "2.1.0"
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
spec.email = ["[email protected]"]
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}
Expand Down

0 comments on commit c9225b0

Please sign in to comment.