Skip to content

Commit fd05e2a

Browse files
committed
Preparing v1.2.10.
1 parent b98c32e commit fd05e2a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 1.2.10 - 18-Jul-2022
2+
----------------------------
3+
4+
* Fixed a relative path traversal bug that could cause arbitrary files to be
5+
loaded with require when used with RubyDataSource. Please refer to
6+
https://github.com/tzinfo/tzinfo/security/advisories/GHSA-5cm2-9h8c-rvfx for
7+
details. CVE-2022-31163.
8+
* Ignore the SECURITY file from Arch Linux's tzdata package. #134.
9+
10+
111
Version 1.2.9 - 16-Dec-2020
212
---------------------------
313

tzinfo.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'tzinfo'
3-
s.version = '1.2.9'
3+
s.version = '1.2.10'
44
s.summary = 'Daylight savings aware timezone library'
55
s.description = 'TZInfo provides daylight savings aware transformations between times in different time zones.'
66
s.author = 'Philip Ross'

0 commit comments

Comments
 (0)