# HG changeset patch # User Paul Boddie # Date 1265316926 -3600 # Node ID 1371711798d651f22c3eb0cea0b47f91c9d63d6c # Parent 51266a1cc06dae44d56999ecb0e5c5c8726e9e52 Updated release notes. diff -r 51266a1cc06d -r 1371711798d6 README.txt --- a/README.txt Thu Feb 04 21:49:45 2010 +0100 +++ b/README.txt Thu Feb 04 21:55:26 2010 +0100 @@ -164,6 +164,14 @@ * Introduced EventPage and Event abstractions in order to better support new features. * Introduced basic and advanced modes to the EventAggregatorNewEvent action. + * Fixed the "download this calendar" and "subscribe to this calendar" links + by propagating the "raw" calendar start and end values within the macro. + These links should yield events only within the period defined for a + calendar, not all events in a calendar's categories. This fix also ensures + that the links for year- and month-relative calendars are correct, rather + than the specific links generated previously. Thus, a "this year's events" + link will now continue to produce a resource with the current year's + events, rather than the events from the year when the link was generated. New in EventAggregator 0.4 (Changes since EventAggregator 0.3) --------------------------------------------------------------