Skip to content

Commit f3088b5

Browse files
committed
History.md: add entries for 2.0.1-2.0.3
1 parent 922a7b2 commit f3088b5

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

History.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
Version 2.0.3
2+
=============
3+
4+
Bug fixes
5+
---------
6+
7+
* OpenSSL::ASN1::Constructive#each which was broken by 2.0.0 is fixed.
8+
[[ruby/openssl#96]](https://github.com/ruby/openssl/pull/96)
9+
* Fixed build with static OpenSSL libraries on Windows.
10+
[[Bug #13080]](https://bugs.ruby-lang.org/issues/13080)
11+
* OpenSSL::X509::Name#eql? which was broken by 2.0.0 is fixed.
12+
13+
14+
Version 2.0.2
15+
=============
16+
17+
Bug fixes
18+
---------
19+
20+
* Fix build with early 0.9.8 series which did not have SSL_CTX_clear_options().
21+
[ruby-core:78693]
22+
23+
24+
Version 2.0.1
25+
=============
26+
27+
Bug fixes
28+
---------
29+
30+
* A GC issue around OpenSSL::BN is fixed.
31+
[[ruby/openssl#87]](https://github.com/ruby/openssl/issues/87)
32+
* OpenSSL::ASN1 now parses BER encoding of GeneralizedTime without seconds.
33+
[[ruby/openssl#88]](https://github.com/ruby/openssl/pull/88)
34+
35+
136
Version 2.0.0
237
=============
338

0 commit comments

Comments
 (0)