# HG changeset patch # User Paul Boddie # Date 1332714872 -7200 # Node ID 089085b9a80cd6b5a74c091ab97190666709372c # Parent 6c939b5c8f19f64bd38cc715fdc5e7e7227e2582 Updated the release information. diff -r 6c939b5c8f19 -r 089085b9a80c EventAggregatorSupport.py --- a/EventAggregatorSupport.py Mon Mar 26 00:26:56 2012 +0200 +++ b/EventAggregatorSupport.py Mon Mar 26 00:34:32 2012 +0200 @@ -44,7 +44,7 @@ escape = wikiutil.escape -__version__ = "0.8.3" +__version__ = "0.8.4" # Date labels. diff -r 6c939b5c8f19 -r 089085b9a80c PKG-INFO --- a/PKG-INFO Mon Mar 26 00:26:56 2012 +0200 +++ b/PKG-INFO Mon Mar 26 00:34:32 2012 +0200 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: EventAggregator -Version: 0.8.3 +Version: 0.8.4 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://moinmo.in/MacroMarket/EventAggregator -Download-url: http://moinmo.in/MacroMarket/EventAggregator?action=AttachFile&do=view&target=EventAggregator-0.8.3.tar.bz2 +Download-url: http://moinmo.in/MacroMarket/EventAggregator?action=AttachFile&do=view&target=EventAggregator-0.8.4.tar.bz2 Summary: Aggregate event data and display it in an event calendar (or summarise it in iCalendar and RSS resources) License: GPL (version 2 or later) Description: The EventAggregator macro for MoinMoin can be used to display event diff -r 6c939b5c8f19 -r 089085b9a80c README.txt --- a/README.txt Mon Mar 26 00:26:56 2012 +0200 +++ b/README.txt Mon Mar 26 00:34:32 2012 +0200 @@ -28,6 +28,9 @@ Important Notices ----------------- +Release 0.8.4 fixes time zone offset calculations for time regimes west of the +prime meridian. + Release 0.8.3 fixes end dates in events aggregated from remote iCalendar sources. @@ -301,6 +304,15 @@ time zone information for the correct interpretation of time information in those summaries. Thus, it is highly recommended that pytz be installed. +New in EventAggregator 0.8.4 (Changes since EventAggregator 0.8.3) +------------------------------------------------------------------ + + * The calculation of hour and minute offsets for time regimes west of the + prime meridian was not producing correct results since the day offset + provided by pytz was not being considered in the calculation. Such regimes + should now produce the expected (hour, minute) offsets such that events + employing these regimes can be positioned correctly on a UTC timescale. + New in EventAggregator 0.8.3 (Changes since EventAggregator 0.8.2) ------------------------------------------------------------------