# HG changeset patch # User Paul Boddie # Date 1347391955 -7200 # Node ID 481c3bc61f275654cc79fab16b941f4da3ee261f # Parent 495369142da517fd15c5dcec0856ccb83a274db4 Updated the release notes. diff -r 495369142da5 -r 481c3bc61f27 README.txt --- a/README.txt Tue Sep 11 21:32:20 2012 +0200 +++ b/README.txt Tue Sep 11 21:32:35 2012 +0200 @@ -33,6 +33,9 @@ which must be installed for EventAggregator to work. See the documentation regarding dependencies for further details. +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. @@ -309,7 +312,7 @@ 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.9 (Changes since EventAggregator 0.8.3) +New in EventAggregator 0.9 (Changes since EventAggregator 0.8.5) ---------------------------------------------------------------- * Moved much of the support library to the MoinSupport distribution, thus @@ -326,6 +329,20 @@ * Added an event parser that can format special page regions in different ways. +New in EventAggregator 0.8.5 (Changes since EventAggregator 0.8.4) +------------------------------------------------------------------ + + * Fixed iCalendar quoting for newlines in calendar data. + +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) ------------------------------------------------------------------