Skip to content

Commit

Permalink
Preparing v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed May 26, 2014
1 parent 093bcd0 commit 679a21e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.md
@@ -1,3 +1,22 @@
Version 1.2.0 - 26-May-2014
---------------------------

* Raise the minimum supported Ruby version to 1.8.7.
* Support loading system zoneinfo data on FreeBSD, OpenBSD and Solaris.
Resolves #15.
* Add canonical_identifier and canonical_zone methods to Timezone. Resolves #16.
* Add a link to a DataSourceNotFound help page in the TZInfo::DataSourceNotFound
exception message.
* Load iso3166.tab and zone.tab files as UTF-8.
* Fix Timezone#local_to_utc returning local Time instances on systems using UTC
as the local time zone. Resolves #13.
* Fix == methods raising an exception when passed an instance of a different
class by making <=> return nil if passed a non-comparable argument.
* Eliminate "require 'rational'" warnings. Resolves #10.
* Eliminate "assigned but unused variable - info" warnings. Resolves #11.
* Switch to minitest v5 for unit tests. Resolves #18.


Version 1.1.0 - 25-Sep-2013 Version 1.1.0 - 25-Sep-2013
--------------------------- ---------------------------


Expand Down
2 changes: 1 addition & 1 deletion tzinfo.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'tzinfo' s.name = 'tzinfo'
s.version = '1.1.0' s.version = '1.2.0'
s.summary = 'Daylight savings aware timezone library' s.summary = 'Daylight savings aware timezone library'
s.description = 'TZInfo provides daylight savings aware transformations between times in different time zones.' s.description = 'TZInfo provides daylight savings aware transformations between times in different time zones.'
s.author = 'Philip Ross' s.author = 'Philip Ross'
Expand Down

0 comments on commit 679a21e

Please sign in to comment.