Posted By: Philip Ross
Date: 2006-05-21 03:08
Summary: TZInfo 0.2.2
Project: TZInfo
TZInfo version 0.2.2 has been released (based on version 2006g of the underlying tz data).
Gem, zip and tar.gz files can be found at http://rubyforge.org/frs/?group_id=894. You can use 'gem update' to upgrade if you already have the tzinfo gem installed.
Changes in this release:
* Use class-scoped instance variables to store the Timezone identifier and singleton instance. Loading a linked zone no longer causes the parent zone's identifier to be changed. The instance method of a linked zone class also now returns an instance of the linked zone class rather than the parent class. Closes #4502.
* The zdumptest utility now compares the TZInfo zone identifier with the zdump zone identifier.
* The zdumptestall utility now exits if not supplied with enough parameters.
* Updated to tzdata version 2006g (http://article.gmane.org/gmane.comp.time.tz/1008). |
|