# HG changeset patch # User Paul Boddie # Date 1298131620 -3600 # Node ID 8768a7000d999db75622d82c0684cc76e039bf6a # Parent a5854a2d6014dd77ba5c6a4ed19aeec3a71b9207# Parent 15efc8a8717e269a323b1b52922ed091ac3ee0df Merged information from 0.6.2. diff -r a5854a2d6014 -r 8768a7000d99 .hgtags --- a/.hgtags Sat Feb 19 03:23:55 2011 +0100 +++ b/.hgtags Sat Feb 19 17:07:00 2011 +0100 @@ -6,3 +6,5 @@ 27922520e51f07b289abe18b66537c7481556868 rel-0-4 0c8421ec5a70dc70e93a773f9812564d837cc575 rel-0-5 e1684a6e8a821ac67ae6d591b703edaefbb66b15 rel-0-6 +067b30223eb3db64971ace7dae263e4eae09dce6 rel-0-6-1 +d9899cbca14d468b65a8c3025c3f3542211f8271 rel-0-6-2 diff -r a5854a2d6014 -r 8768a7000d99 EventAggregatorSupport.py diff -r a5854a2d6014 -r 8768a7000d99 PKG-INFO diff -r a5854a2d6014 -r 8768a7000d99 README.txt --- a/README.txt Sat Feb 19 03:23:55 2011 +0100 +++ b/README.txt Sat Feb 19 17:07:00 2011 +0100 @@ -26,10 +26,11 @@ Important Notices ----------------- -Release 0.7 fixes various bugs in HTML production done by the actions. It is -strongly recommended to upgrade from earlier versions to this release. +Release 0.6.2 fixes various bugs in HTML production done by the actions. It is +strongly recommended to upgrade from earlier versions to this or a later +release. -In release 0.7, support for MoinMoin 1.5.x has been dropped. Since usage of +In release 0.6.2, support for MoinMoin 1.5.x has been dropped. Since usage of the Xapian search software is practically a necessary part of deploying this solution, and yet Xapian only became integrated with MoinMoin from version 1.6 onwards, few deployments should have involved MoinMoin 1.5.x. @@ -219,8 +220,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.7 (Changes since EventAggregator 0.6) --------------------------------------------------------------- +New in EventAggregator 0.7 (Changes since EventAggregator 0.6.2) +---------------------------------------------------------------- + + * Added a day view which shows events ordered according to their timespans + within each day. + * Switched to using moinsetup for the installation procedure. + +New in EventAggregator 0.6.2 (Changes since EventAggregator 0.6.1) +------------------------------------------------------------------ * Fixed HTML encoding in the forms generated by the actions. * Dropped MoinMoin 1.5.x support, since Xapian search is not available for @@ -235,9 +243,6 @@ resources available for download or subscription. * Added download/subscription links which open the form associated with the EventAggregatorSummary action and permit editing of the supplied values. - * Added a day view which shows events ordered according to their timespans - within each day. - * Switched to using moinsetup for the installation procedure. New in EventAggregator 0.6.1 (Changes since EventAggregator 0.6) ---------------------------------------------------------------- diff -r a5854a2d6014 -r 8768a7000d99 actions/EventAggregatorNewEvent.py diff -r a5854a2d6014 -r 8768a7000d99 actions/EventAggregatorSummary.py diff -r a5854a2d6014 -r 8768a7000d99 macros/EventAggregator.py diff -r a5854a2d6014 -r 8768a7000d99 setup.py