From philip at ross.org.uk Wed May 17 19:05:27 2006 From: philip at ross.org.uk (Philip Ross) Date: Thu, 18 May 2006 00:05:27 +0100 Subject: [TZInfo-announce] TZInfo v0.2.2 Released Message-ID: <446BAC37.2030001@ross.org.uk> 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). -- Philip Ross http://tzinfo.rubyforge.org/ -- DST-aware timezone library for Ruby