Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit e152ab9

Browse files
committed
Bumped version to 2.2.2 and updated CHANGELOG
1 parent a3693ce commit e152ab9

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 2.2.2
4+
5+
* Limit fetching file size & disable XML entity expansion - be2bab5c21f04735045e071411b349afb790078f
6+
7+
Avoid DoS attack to RPs using large XRDS / too many XML entity expansion in XRDS.
8+
9+
## 2.2.1
10+
11+
* Make bundle exec rake work - 2100f281172427d1557ebe76afbd24072a22d04f
12+
* State license in gemspec for automated tools / rubygems.org page - 2d5c3cd8f2476b28d60609822120c79d71919b7b
13+
* Use default-external encoding instead of ascii for badly encoded pages - a68d2591ac350459c874da10108e6ff5a8c08750
14+
* Colorize output and reveal tests that never ran - 4b0143f0a3b10060d5f52346954219bba3375039
15+
316
## 2.2.0
417

518
* Bundler compatibility and bundler gem tasks - 72d551945f9577bf5d0e516c673c648791b0e795
@@ -10,4 +23,4 @@
1023
* Encode form inputs - c9e9b5b52f8a23df3159c2387b6330d5df40f35b
1124
* Fixed cleanup AR associations whose expiry is past, not upcoming - 2265179a6d5c8b51ccc741180db46b618dd3caf9
1225
* Fixed issue with Memcache store and Dalli - ef84bf73da9c99c67b0632252bf0349e2360cbc7
13-
* Improvements to ActiveRecordStore's gc rake task - 847e19bf60a6b8163c1e0d2e96dbd805c64e2880
26+
* Improvements to ActiveRecordStore's gc rake task - 847e19bf60a6b8163c1e0d2e96dbd805c64e2880

lib/openid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenID
2-
VERSION = "2.2.1"
2+
VERSION = "2.2.2"
33
end

0 commit comments

Comments
 (0)