[libdatetime-timezone-perl] annotated tag v1.35 created (now 38107f4)

gregor herrmann gregoa at debian.org
Wed Apr 15 19:03:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag v1.35
in repository libdatetime-timezone-perl.

        at  38107f4   (tag)
   tagging  c872ec3fa4d6fbe2066e9d48babb86a2708d2e5a (commit)
 tagged by  Dave Rolsky
        on  Sun Jul 3 14:45:04 2011 -0500

- Log -----------------------------------------------------------------
v1.35

Dave Rolsky (125):
      Add META.yml resources
      More tidying
      Add .hgignore
      Update .shipit for hg
      Ignore all generated files
      Update MANIFEST.SKIP
      Add mention of new repo to Changes
      bump version and update changes
      require Locale::Country 3.11+
      Added tag 1.14 for changeset fe7067bcbe65
      Removed tag 1.14
      Added tag 1.14 for changeset 4bc404d29696
      s/e/f/
      bump version and update Changes
      s/svn/hg/g
      s/svn/hg/
      update author tests
      Update manifest
      Update speling dictionary
      coverage test is not really helpful
      No need for cverage test
      Added tag 1.15 for changeset cfa93ee14c48
      update Changes and bump version
      Added tag 1.16 for changeset dd40cb9ec991
      Update Win32 names
      Add Changes for 1.17
      Bump version
      Added tag 1.17 for changeset 732f57711023
      update changes and bump version
      Added tag 1.18 for changeset 4600c61b1321
      Add patch more or less as-is from David Pinkowitz
      fix Dateline for Win32
      Require Test::More 0.88+
      add perltidyrc
      run all code through perltidy
      Clean up style from David's patch
      Changes for win32
      Use hash to list known bad time zones
      Only run Win32 tests for maintainers
      Fix Changes for Win32 tests
      bump version and update Changes
      Add a missing done_testing
      Add perltidyrc
      perltidy_rc_
      Added tag 1.19 for changeset 2ab0399c6d04
      Need to download files in binary mode
      Changes for 1.20
      Bump version
      Remove mention of guarantee of singleton-ness
      Added tag 1.20 for changeset 73d8c55154d0
      Removed tag 1.20
      Added tag 1.20 for changeset ff306071c053
      Changes for 1.21
      Bump version
      Added tag 1.21 for changeset 7742708290aa
      Changes and version for 1.22
      Make tests a bit smarter about skipping when they should
      Added tag 1.22 for changeset 2f669c85c1d7
      Changes for 1.23
      Bump version
      Added tag 1.23 for changeset 197c42fbe2db
      bump version and update changes
      Add docs for is_dst_for_datetime
      Convert to dzil
      use parent instead of base
      Work around not having a $VERSION when running tests with dzil
      Formatting tweak
      Changes for 1.25
      Bump version
      use Class::Load to load classes
      remove Build.PL
      remove MANIFEST.SKIP
      Changes for 1.26
      fix release eng bits to add dynamic prereqs properly
      Bump version
      Added tag 1.26 for changeset 87fff618ed43
      Add Mercurial bundle
      Added tag 1.25 for changeset 2f53d4d0b925
      Changes for 1.27
      Bump version
      Bump copyright year
      Put mercurial plugin last
      Don't include any zd_* test files
      Added tag 1.27 for changeset d3b629e2a608
      Use OSPrereqs to define OS-conditional prereqs - no more need for custom inc modules
      Changes for 1.28
      Bump version
      Skip kwalitee tests
      let dzil test pod syntax
      Added tag 1.28 for changeset 44f3e2577bea
      Changes for 1.29
      Bump version
      Added tag 1.29 for changeset 6151137dad92
      Changes for 1.30
      Bump version
      Added tag 1.30 for changeset e43b07684b06
      Tidy code
      Changes for 1.31
      Bump version
      Added tag 1.31 for changeset 4cfda6671719
      Changes for 1.32
      Bump version
      Added tag 1.32 for changeset 1581f456ccb6
      Changes for 1.33
      Bump version
      Added tag 1.33 for changeset a6c0a57bfce4
      Changes for 1.34
      Bump version
      No need for explicit copyright year
      make UTC and Floating TZ classes singletons
      Added tag 1.34 for changeset 619c8f5a5968
      post hg conversion tweaks
      post hg conversion tweaks
      post hg conversion - change repo uris in dist.ini
      Include UTC in catalog list of all names
      Changes for next release
      Add RT # for latest change
      Add Next Release plugin
      Remove Signature plugin
      Fix next release format
      updated Changes for next release
      bump version
      small test fix now that all_names includes UTC
      add more words to whitelist
      v1.35

autarch (704):
      Initial revision
      oops, must make file name and module name match
      will be used by DateTime.pm to implement floating time and "offset-only" time zones (no historical/DST/etc)
      add methods
      use DateTime::TimeZone::offset_as_seconds function
      instantiate correct class in new()
      fix regex to extract seconds without leading colon
      use Olson DB as source, not VTIMEZONE files
      parses OlsonDB and turns it into objects
      observance objects, if available to end users, will be DateTime::TimeZone::OlsonDB::Observance objects
      clean up docs
      clean up docs
      make useful
      rewrite to not need and Date::ICal stuff
      useful tests - and they pass (I am in shock, I tell you)
      more tests
      manifest skeleton (distro would include all generated time zone modules)
      fix prereq definition
      add method to get links from db object
      use base module
      use DateTime::TimeZone as base
      class for UTC time zone
      no need to store offset as string
      use Params::Validate
      allow parameter to set how far to expand rules
      add links
      handle floating as tz name
      this is indeed UTC
      test that links work
      add comment
      fix generator sub - it needs to make sure it gets a span that _includes_ the datetime in question, not just the next span _after_ the datetime - the current code works but may generate spans more than once.  investigate
      more future tests
      ignore generated files
      only works for current dir
      ignore generated files
      *** empty log message ***
      *** empty log message ***
      must get datetime in UTC for comparisons
      handle utc, floating, offset as string/numbers, and real TZ names in constructor
      return UTC time zone if offset is 0
      hack to get around the fact that calling parent class constructor with offset of 0 returns UTC time zone
      inherit from DateTime::TimeZone
      format 0 offset as well
      oops, move file to the correct place
      handle offset of 0 properly
      utc_datetime => as_utc
      stub so parse_olson can run
      fix DT.pm usage
      make sure an offset only TZ with an offset of 0 reports itself as UTC
      fix extraction of zone observances (was losing month & day in until column)
      spans now store utc & local times (as pure seconds)
      no need for fully qualified name
      make generated time zones singletons
      fix tests
      handle singleton classes
      save max span
      get value of max node, not node itself
      handle getting utc & local times from various methods
      return calculated local & utc times when figuring out when changes start
      store max span internally and die if no span is found for a given datetime know to be less than the max span
      local start time is also dependent upon previous offset
      require Class::Singleton
      add offset_for_local_datetime method
      last_day_of_month is now a constructor
      change TimeZoneCatalog
      more docs
      check $ENV{TZ} for local time
      test that all time zones are loadable
      can't have two methods names category
      two_changes_as_spans hould take most recent offset, not most recent change object
      fix span generation
      readme
      make it a beta
      add help text
      *** empty log message ***
      skip tests unless DateTime.pm is installed
      more manifest fun
      tweaks
      don't bother win man pages for all the time zone modules
      use_ok at runtime, not compile time
      skip .cvsignore files
      fixed test
      add dates
      up version
      remove pod from generated time zone modules
      if $ENV{TZ} has a real time zone name we should use that
      up to v 0.02
      *** empty log message ***
      fix bug in new method (syntax error)
      up v num
      add is_dst flag to spans
      add changes
      comparison was reversed (but I don't think it ever gets called this way)
      remove warn
      test 'local' as name parameter
      add test
      *** empty log message ***
      make local work even if $ENV{TZ} contains bogus name
      test with valid name too
      add is_dst_for_datetime method
      add is_dst_for_datetime
      *** empty log message ***
      don't be so smart when converting offsets between string & number forms
      fix docs for name param
      simplify constructor so we don't call offset_as_seconds
      handle negative hours properly in offset_as_string
      allow Z as name equivalent to UTC
      fix dumb typo
      more tests for UTC time zone
      check if its a link name first
      up v num
      *** empty log message ***
      *** empty log message ***
      allow offset of '0' in offset_as_seconds
      cannot rely on a datetime having valid local time data when generating
      latest version
      *** empty log message ***
      *** empty log message ***
      just generate all spans up to target all at once, so we know we always have a complete set up to a particular point in time
      use binary search of spans array instead of tree
      just store spans in an array
      no longer needs Tree::RedBlack
      *** empty log message ***
      *** empty log message ***
      update version
      centralize "check for datetime and skip tests without proper version" code
      *** empty log message ***
      turn local offset into string before passing it into OffsetOnly constructor
      fix docs
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      use constants for infinity/neg infinity
      expect infinity/neg infinity to be constants, not scalars
      must specify time zone when creating a DT object!
      up version
      *** empty log message ***
      improve error message
      fix handling of negative offsets
      tests for offsets taken from Flavio Glock's new Date::ICal
      *** empty log message ***
      *** empty log message ***
      check to see if it looks like user has needed timezone files before doing anything
      not being used
      fix bug in binary search when array has only 2 elements
      test that timezone without DST is handled properly
      test multiple zones
      fix handling of last span for zones without DST changes
      *** empty log message ***
      *** empty log message ***
      new release
      add new tests
      mention how to test this module
      one new zone
      require DateTime 0.09
      make flexible
      mention RT system
      better error message
      *** empty log message ***
      extra tests of all time zones for developers
      add META.yml
      more links
      parse backward file
      make sure offset is valid
      add tests for checking /etc/localtime
      more tests
      *** empty log message ***
      make it smarter about figuring out local time zone
      Links => LINKS to be consistent
      tweak error message
      *** empty log message ***
      add GMT as link to UTC
      *** empty log message ***
      prefer later of two local ranges, not earlier
      local no longer produces offset only object
      OffsetOnly ->name now works
      *** empty log message ***
      *** empty log message ***
      require latest DT
      remove these TLAs.  This can be handled by another module
      ignore change to TimeZoneCatalog.pm
      remove some bogus links
      *** empty log message ***
      no longer aliases TLAs
      fix "generated from" comment in time zone modules
      *** empty log message ***
      doc fixes
      don't consider rules infinite unless they're part of the last observance
      add --file && --name for debugging
      make sure tests run with warnings on
      fix warning
      shut up subroutine redef warnings
      *** empty log message ***
      when generating spans, don't always compare to utc times to determine if we've found the
      when generating spans, compare to utc or local as appropriate, not always utc
      we can have invalid local times in the future too, so check for it
      get last offset from sorted changes, not from original @changes array
      *** empty log message ***
      yet another release
      check $ENV{TZ} for plausibility
      fix use of readlink
      make sure implausible $ENV{TZ} is rejected
      fix test count
      *** empty log message ***
      *** empty log message ***
      more docs on handling the "local" time zone
      add real test of /etc/localtime reading code, but it only runs on my personal machine
      another release
      changes
      skip tests of readlink-related bits unless /etc/localtime is a symlink
      *** empty log message ***
      check for /etc/timezone when trying to determine local time zone
      move local tz determination code to DT::TZ::Local
      test /etc/sysconfig/clock part if possible
      add Local.pm
      find local time zone
      *** empty log message ***
      remove debugging cruft
      no need to skip first test
      simplify tests
      is_utc should always be false since we return a DT::TZ::UTC object if given an offset of 0 in the constructor
      add is_olson method
      *** empty log message ***
      simplify code
      *** empty log message ***
      change sub names
      sub names have changed
      remove debugging cruft
      add parens
      make sure that test for $ENV{TZ} really tests it!
      I am dumb
      *** empty log message ***
      fix sub name
      new release soon
      add local to manifest template
      spans are now stored as array refs, not hash refs
      move _generate_spans_until_match to DT::TZ
      no need to have $max_year variable
      *** empty log message ***
      fix synopsis
      all objects should return something for ->name
      name() now guarantees it can recreate original object
      *** empty log message ***
      stick name in objet
      stick name in object
      new version
      add name
      *** empty log message ***
      use File::Spec
      *** empty log message ***
      *** empty log message ***
      move to Module::Build
      proxy Makefile.PL
      add license
      *** empty log message ***
      add Build.PL
      don't make MANIFEST if just given file
      *** empty log message ***
      tests for bug discovered by Ben Bennett
      fix bug in checking against max span
      *** empty log message ***
      new version
      *** empty log message ***
      fix is_olson method
      test is_olson method
      *** empty log message ***
      up version
      *** empty log message ***
      *** empty log message ***
      use floating instead of UTC (we don't want to include leap seconds if we have to check durations)
      more UTC => floating
      this appears a bug related to handling DST change specified as UTC
      shut up warnings
      revert previous change.  it fixed Europe/Vienna and broke a bunch of others
      test DST changes
      add future tests as well
      more maintainer tests
      test for weird change in Africa/Algiers
      a gap in the UTC times between two spans would indicate a bug
      mostly the same code, different variable & method names in order to clarify some bits
      rename a few variables
      renamed some things
      fix parse_time_spec (still need to fix callers)
      reduce repeated code and rename some variables to hopefully clarify and un-bugify this mess
      add name method to zone objects
      fix comment
      add asia/aqtau tests (not sure if expectations for these are correct though)
      fix how tests are done so it actually works (doh)
      fix australia expectations again, based on message from Iain Truskett
      no, Iain appears to be wrong, at least according to both
      use UTC internally everywhere, which makes things much simpler
      no need to generate local times
      param and method name changes
      method/param name changes
      more tests
      add tests from DateTime.pm t/05tz.t
      hallelujah, I think I've got it mostly correct!
      fix span generation code
      clone datetime objects because if we add nothing, they end up being the same object, which causes weirdness when dumped with data::dumper
      clean out junk in dumped objects that we don't need
      skip a rule if it's date is later than the end of the current observance
      do observance changes along with expansion of observance
      *** empty log message ***
      make tests match "zdump -v Asia/Aqtau | grep 1995"
      account for first rule in effect when an observance change occurs
      generates tests for time zone data based on zdump
      bah, zdump gives bogus short names so generated test code needs to ignore bad names
      the zdump-based tests are useful, but would take way too long for end users to run
      some zones may not have change data in time_t range
      an anonymous standard offset indicate DST as well as offset in named rule
      *** empty log message ***
      *** empty log message ***
      include local datetime in test description to make it easier to find failing tests
      first rule and last rule have slightly different parameters
      do some encapsulation of the "last offset from standard time" concept
      last_change might be the earliest
      fine tune figuring out the first rule for an observance
      fix if => is
      fix test description
      first rule determination is based on previous observance's offset from UTC
      the until datetime for an observance must be recalculated after every
      more cleanup for dumped data structures
      have to give a type to the change
      *** empty log message ***
      remove test that needs DT 0.14 to pass
      *** empty log message ***
      new version
      accept UTC or GMT for specifying UTC part of datetime from zdump
      no need for this
      objects from from_object are now returned with floating time zone
      *** empty log message ***
      require 0.1501
      *** empty log message ***
      *** empty log message ***
      try harder to find env var with TZ
      document "local" changes
      *** empty log message ***
      *** empty log message ***
      satisfy pod tests
      remove =back
      test pod
      allow single digit for hours in offset string (needed for olson data)
      don't match single hour digit or else we allow ambiguous things like 12000
      allow more unambiguous offset strings
      allow for more unambiguous off set strings
      Asia/Aqtau has been made much more sane in the 2003d Olson data
      put Olson data version into generated files
      new version
      *** empty log message ***
      handle rule time of 24:00 (grr)
      *** empty log message ***
      sort keys of dumped stuff
      latest TZ data
      add pod tests
      *** empty log message ***
      sort MANIFEST output (so it's predictable)
      sorted
      fix file name
      doc tweaks
      require newer Pod::Man for head3/4
      *** empty log message ***
      just use offset method
      time (hehe) for a new release
      add some docs
      add new tests
      skip on bad output to avoid warnings and such
      fix regex again
      *** empty log message ***
      patch from Slaven Rezic to handle /etc/localtime being copy of zone info file
      *** empty log message ***
      *** empty log message ***
      require more recent P::V
      code cleanup
      a few more tests for my machine
      override _from_etc_localtime, not _readlink
      load DT::TZ first to make sure it has no syntax errors
      some cosmetic changes
      add some tests that only run on my machines as root
      *** empty log message ***
      oops, wrong hostname
      new version
      create Makefile.PL
      auto-generated
      add is_valid_name class method
      formatting
      add storable hooks and tests for them
      *** empty log message ***
      new release
      only run 11valid-name if DateTime.pm is installed
      remove 10invalid.t
      DT::TZ is already loaded
      new version
      add date
      support for /etc/TIMEZONE and /etc/default/init
      new version of olson db
      *** empty log message ***
      new version
      fix regex
      *** empty log message ***
      new version
      new release for 2004e data
      doh, wrong olson db version
      latest Olson db - 2004g
      fix to work with latest DT release
      fix buglet when looking for matching file in /usr/share/zoneinfo.  update to 2005e data
      version 0.34
      add return $self to STORABLE_thaw (in prep for proposed changes to Storable)
      *** empty log message ***
      add silliness
      update for 0.36
      0.36
      no need to load DateTime::TimeZone in here
      make sure generated files do not go in CVS
      make --pm && --xs work (bleah, ugly code)
      rename PPExtra -> PP, since it is not when running the pure Perl version.  make sure it is in the manifest
      change style a bit in generated code (Daisuke hates unless, apparently ;)
      make sure we cleanup zz_* tests
      a traditional Makefile.PL will not compile any of the XS code (grr) so revert to passthrough
      don't skip any tests (DT.pm was broken, not DT::TZ)
      don't double spanset allocation when we run out, just add 8 spans
      qualify constants since they're declared in another file
      fix typo in comment
      require ExtUtils::CBuilder so that Module::Build can compile stuff
      fixes to unbreak storable tests
      update manifest
      update manifest skip list
      fix EU::ParseXS workaround to work with M::B < 0.27
      style/formatting tweaks
      revert to pure Perl version so I can make a release
      make sure catalog always returns copy of data
      escape var in heredoc
      fix eval bug. add tests
      remove C-related files
      remove *PP.pm files
      with US DST change this test needs to change as well
      more fixes to account for new US rules
      skip this test for DT 0.29[01]
      last update before release
      move non-author bits out of author (so META.yaml is cleaner)
      fix error when trying to create a datetime 1 year after end of pre-generated spans - this is a bit of a cargo cult fix since I'm not really sure why it failed in the first place
      tool to recompile all zones (for my personal use mostly)
      make it quiet unless
      add has_dst_changes method - latest tz data
      update manifest. remove DT::TZ::Singleton (though want to add STORABLE_attach back in the future)
      rename test file
      deleted zones before running gen script
      oops, lost Build.Pl from the MANIFEST
      reverse more manifest f-ups
      reverse even more manifest f-ups
      add clean option to remove existing TZ mods
      handy tool to grab the latest olson db tarballs, regen zoneinfo, gen zdump tests, and recreate mods
      latest version
      add date
      pass valid option for cleaning old .pm files
      generate zdump tests are making .pm files so we have the current names in the catalog module
      fix test description
      ignore new generated zones
      ignore generated tests
      changes to handle non-link zones with no slash in the name, like EST
      EST is now a valid zone name
      skip update-from-latest-olson (since it really is only designed to work on my system)
      add M::B to build_requires
      latest olson db
      should use dist_author
      latest version of olson data - code filename has changed
      clarify meaning of has_dst_changes
      fix filenames for olson packages to get 64-bit version (which now works fine on Linux)
      add link for AKST9AKDT
      changes for 0.43
      remove load-all from manifest
      increase version #
      skip .svn dirs
      updates from 2006d olson db
      update for 0.45, 2006f Olson
      Check for .svn, not CVS
      check for .svn dir, not CVS
      Fixes for links that pointed to non-existent zones or to other links.
      Fix test to expect UCT to link to UTC.
      Up version # to 0.46.
      Nowadays Module::Build automatically adds these to the distro's
      Add a link from JST-9 to Asia/Tokyo
      Updated changes and reformatted a bit.
      Delete old zdump-based tests when cleaning.
      quasar is a laptop and is often changing time zones, it seems
      The latest catalog
      Fix changes wording.
      Doh, I had released 0.46 from my home desktop machine but never
      Localize $SIG{__DIE__} when using die to escape from find(). RT
      Apparently I never released 0.48 - so updating it for Olson db 2006l
      Version 0.49
      Updates for version 0.50.
      Added zones by country to the catalog bits of the API, based on code
      Remove newline
      Don't sort zone names per-country, because the order in zones.tab is
      Add release date.
      Fix use of storable with OffsetOnly objects, and make storable tests
      Really test storable interaction by making sure we test STORABLE_thaw
      I didn't mean to check this in, it was just for some debugging.
      Revert the use of STORABLE_attach for DT::TimeZone. This just leads to
      New version for Olson 2006o
      Make sure all link alias names can be used in $ENV{TZ} with
      Add release date.
      Ensure all non-link names can go in $ENV{TZ} too.
      0.57 release.
      New release for new Olson data.
      0.37 was based on 2005l, not 2005i.
      Tweak test description to make it clearer what's being tested.
      Make sure that /etc/localtime has a size > 0.
      Change INFINITY to be 100 ** 1000.
      Add date to Changes.
      Latest version of Olson library.
      Move local tz handling bits to per-os modules.
      Write docs for all the Local modules.
      More doc tweaks for DT::TZ.
      Final docs tweaks.\
      These links no longer exist in newer Olson versions.
      Add date to changes.
      Fix my stupid mistake in DT::TZ handling of local.
      Tweak formatting.
      Update manifest for new local modules.
      Version 0.62
      Updates from Olson 2007c.
      Add 0.62 to changes.
      _Readlink is being called as a class method.
      Doh, I did not want to check this change in.
      _Readlink is now being called as a class method
      Add change history for bug fix.
      Updates from Olson 2007d.
      Update for 0.64 release.
      Die if we don't retrieve anything.
      When loading an olson time zone, check to see if the zone we're
      Use Cwd::abs_path to resolve symlinks, since that's a simple way to
      Fix indentation.
      Prepare for 0.65 release.
      Add mention of version mismatch warning to docs.
      Include new test file in manifest.
      Fix test failure on systems where tempdir() returns a path that is a
      Fall back to _FindMatchingZoneinfoFile or _Readlink fails.
      Update docs to reflect change in strategy.
      Require Cwd 3.0+ (really only needed on Unix).
      Changes for 0.66.
      Fix count of tests to skip.
      Changes for 0.6601
      Fix bug in tests reported by J Leffler.
      Fix subroutine redefined warning.
      Handle bad output from zdump on 64-bit systems.
      Moved the catalog-related method implementation into DateTime/TimeZone.pm.
      Modernize and simplify pod test
      Rename pod test to pod.t
      Fix manifest for renamed pod.t
      Refer people to the datetime site for mailing list details.
      Update to 2007g. Had to change tests to account for latest changes to
      Updates for 0.68
      Updated for Olson 2007i
      Fix the release date.
      Require Win32::TieRegistry if installing on Win32.
      Tighten up use of eval blocks by applying "local $@" before them as
      Update version #.
      Fix some doubled my declarations and a test count screwup.
      Doh, there's no version 1 of Win32::TieRegistry.
      Update version to 0.6903 and add changes
      Updated from latest chronos version.
      Updates for 0.6904.
      Make 0.70 for the 2007j Olson release
      Fix bizarro typo that apparently isn't a syntax error (wonder what it was).
      Indentation tweak for generated code.
      When parsing a single file, set version to test.
      This turns a number found in a timezone data file into a date.
      Remove some whitespace cruft
      Update manifest base file
      Fix a very big bug when a timezone's had >1 change, and its last rule
      Oops, lost some files that should be in here
      Update version # for release
      Only run pod tests for me.
      Updated to 2007k - 0.72
      Test that we find a zone when $ENV{TZ} = 0 (aka UTC)
      Doh, wrong package name
      Changes for 0.73
      Next release coming up soon
      remove generated files
      ignore more generated files
      Update skip file
      Add .shipit file
      ignore generated files
      Formatting
      Create readme
      more manifest updates
      remove .cvsignore files
      Checking in changes prior to tagging of version 0.73.  Changelog diff is:
      Oops, wrong olson version
      Fix date
      changes for 0.74
      Remove a stray STORABLE_attach
      fix win32 local bits to only require read access to the registry
      bump version #
      Require Perl 5.6.0.
      Oops, forgot a change
      Apparently there is a new bug in zdump where it generates a bogus last
      Copy $@ (just in case)
      Load OS-specific subclass at start of tests in case it has syntax
      Patch from David Pinkowitz.
      Changes for 0.77.
      Oops, 2008c, not b
      Lots of fixes to the windows tests from David Pinkowitz.
      changes and bump version #
      no need to burn a whole 0.01
      Fix version #
      use warnings in all tests
      fix olson parser to handle a rule & observance change at the same time, in which case the observance wins (Europe/Sofia in April 1945 has this issue).
      Fix module name
      Moved Win32 local tests to their own .t file
      bump version and update Changes for release
      Include CET, EET, MET, & WET so our list of names matches a standard
      Bump version #
      fix remaining references to DT::TZCatalog, one of which could cause a test failure on fresh installs
      bump version and add Changes
      Make sure we call names_in_country as a method at least once in this test
      Fix names_in_country called as a method
      bump version and update Changes for 0.7903
      Add new windows time zones and bump version for release
      Add a DONATIONS section
      bump version & update changes
      Oops, f not g
      update Changes and bump version for 0.81
      changes and version bump for 0.82
      Update docs on how local time zone is determined.
      Small pod fix
      bump version and update changes
      Fix test skipping
      bump version and update Changes
      Fix version in Changes
      Really fix these tests properly
      Really fix code
      if we cannot load our local TZ subclass because of a missing dep, make sure to die
      ISO 3166, not 3066
      My zdump no longer seems to have broken short names
      Updated to 2009a.
      Rename a var for clarity
      Add Mauritius time
      bump version and add Changes date
      add Build.PL hack for makefile problem
      bump version and update Changes
      Doh, this is 2009d
      support a proper local OS subclass
      bump version
      update changes and version
      Checking in changes prior to tagging of version 0.88.  Changelog diff is:
      changes for 0.89
      update changes and version #
      bump version and update changes
      bump version and update Changes
      move each package into its own .pm file
      local-ize $@ before an eval
      local-ize all $@
      Add note about $@
      Handle the case of the last observance for a zone being in DST (which
      Update changes for 0.92 release
      update Changes and bump version
      add new modules to manifest
      Localize $SIG{__DIE__} in Local.pm
      update changes and bump version to 0.94
      Fix localization of $@ and $SIG{__DIE__} so that bad names are still detected.
      changes and version bump for 0.95
      Fix test nwo that SIG{__DIE__} is really localized
      small tweaks to eval handling
      Change test so I can see what errors show up when it fails
      Fix $SIG{__DIE__} test so it only checks _load_subclass, otherwise the behavior is very platform-dependent.
      bump version and update changes
      Bump version and update Changes
      Add more Win32 time zone names
      bump version and update Changes
      Remove Module::Build::Compat hack (no longer needed)
      update Changes and bump version to 0.99
      Add option to not download latest olson
      update changes and bump version
      Clarify changes
      More changes clarification
      Set dynamic_config to true
      Require DateTime::TimeZone::HPUX on hpux
      skip 04local.t on hpux, update changes for release, bump version to 1.01
      Add Olivier to Changes and rt # for 04local on hpux fix
      oops, missed changes in last release, and add changes for 1.03
      Fix date for 1.02
      bump version and update changes
      changes and version bump for 1.05
      Fix release date
      changes and version bump for 1.06
      Checking in changes prior to tagging of version 1.06.  Changelog diff is:
      win32 updates for local time zones
      handle more different ways of expressing rules
      bump version and update changes
      update changes and bump version
      Fix missing word
      changes for 1.10
      s/2010a/2010b/
      Add list of zones by country to catalog docs
      Add links to catalog pod
      run all code through perltidy
      Doc catalog change in Changes
      Fix too-deep indentation in _debug_output method
      Perltidy OlsonDB::Change
      update changes and bump version
      update Changes and bump version
      update Changes and bump version

convert-repo (1):
      update tags

dpinkowitz at EDI2UA83409Y8.bosidomain.com (1):
      Update Windows tests and add new time zones for Syria and Magadan to accommodate

jhoblitt (3):
      the hours value of an offset must be specified as 2 digits
      the 'name' value is now normalized
      new/updated tests for DT::TZ::OffsetOnly, DT::TZ::offset_as_seconds(), and DT::TZ::offset_as_string()

koschei (2):
      Always localize $_ with while(<>) loops.
      - Heading level corrected.

lestrrat (12):
      First cut for DateTime::TimeZone in XS
      patch by Tatsuhiko Miyagawa
      - Change XS based objects from hash-based to scalar based and save tons of
      redo the fixes that Dave made, which I've undone. eek
      oops, these changes were made to be used in tools/parse_olson, in preparation
      remove unnecessary hack
      Argh, this was the fix I needed for t/09changes.t
      port _span_for_datetime to XS
      port things that depended on _span_for_datetime to XS
      More fixes for M::B < 0.27
      - OlsonDB is now partially XS
      s/exists/defined/

unknown (1):
      New repository initialized by cvs2svn.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-timezone-perl.git



More information about the Pkg-perl-cvs-commits mailing list