# HG changeset patch # User Paul Boddie # Date 1298246728 -3600 # Node ID e6e284cc7d273f5bec37a6846d10747d12e3a480 # Parent 8646ffc3021f0d00601a61938f0e98e1974d5535 Updated release information. diff -r 8646ffc3021f -r e6e284cc7d27 EventAggregatorSupport.py --- a/EventAggregatorSupport.py Mon Feb 21 01:00:17 2011 +0100 +++ b/EventAggregatorSupport.py Mon Feb 21 01:05:28 2011 +0100 @@ -31,7 +31,7 @@ def escattr(s): return escape(s, 1) -__version__ = "0.6.2" +__version__ = "0.6.3" # Date labels. diff -r 8646ffc3021f -r e6e284cc7d27 PKG-INFO --- a/PKG-INFO Mon Feb 21 01:00:17 2011 +0100 +++ b/PKG-INFO Mon Feb 21 01:05:28 2011 +0100 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: EventAggregator -Version: 0.6.2 +Version: 0.6.3 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.6.2.tar.gz +Download-url: http://moinmo.in/MacroMarket/EventAggregator?action=AttachFile&do=view&target=EventAggregator-0.6.3.tar.gz 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 8646ffc3021f -r e6e284cc7d27 README.txt --- a/README.txt Mon Feb 21 01:00:17 2011 +0100 +++ b/README.txt Mon Feb 21 01:05:28 2011 +0100 @@ -27,7 +27,8 @@ ----------------- 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 release. +strongly recommended to upgrade from earlier versions to this or a later +release. 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 @@ -227,6 +228,12 @@ 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.6.3 (Changes since EventAggregator 0.6.2) +------------------------------------------------------------------ + + * Fixed category membership parsing. + * Fixed open-ended calendars and their pop-up summaries. + New in EventAggregator 0.6.2 (Changes since EventAggregator 0.6.1) ------------------------------------------------------------------ diff -r 8646ffc3021f -r e6e284cc7d27 setup.py --- a/setup.py Mon Feb 21 01:00:17 2011 +0100 +++ b/setup.py Mon Feb 21 01:05:28 2011 +0100 @@ -8,6 +8,6 @@ author = "Paul Boddie", author_email = "paul@boddie.org.uk", url = "http://moinmo.in/MacroMarket/EventAggregator", - version = "0.6.2", + version = "0.6.3", py_modules = ["EventAggregatorSupport", "MoinMoin.script.import.eventfeed"] )