# HG changeset patch # User Paul Boddie # Date 1491145295 -7200 # Node ID 4fb4dff5cbc1d3d4f7631294776d60c880b78245 # Parent d2c6bd93269aeee0bd3b94ab4264ecce82584637 Added new changelog entries. diff -r d2c6bd93269a -r 4fb4dff5cbc1 docs/wiki/Changelog --- a/docs/wiki/Changelog Sun Feb 05 22:16:24 2017 +0100 +++ b/docs/wiki/Changelog Sun Apr 02 17:01:35 2017 +0200 @@ -4,6 +4,42 @@ * Added validation tokens to forms in the management interface. + * Fixed quota free/busy recording to employ user, not group, details. + + * Fixed primary keys for journal group and limit tables. + + * Added support for delegating attendance. + + * Renamed the quota tool and updated the documentation to illustrate the way + it now works. + + * Added a tool for setting quota user-to-group mappings. + + * Added unlimited quotas, useful for certain quota participants. + + * Fixed locking to make sure that locks are released when scheduling + functions fail. + + * Permit multiple functions to be invoked for each phase of the scheduler + function invocation activity. + + * Consolidated quota and organiser free/busy entries into a single store + representation. + + * Introduced separately-prefixed tables for journal data so that user and + journal data can be kept separate within the same database schema. + + * Supported indefinitely-recurring events within quotas, with the free/busy + tool able to expand the occupied periods. + + * Tidied up informational messages from handlers in summary messages. + + * Changed config.py to config.txt along with the way it is read and + interpreted. + + * Replaced the manual scheduling and storage extension configuration + mechanism with automatic extension detection and loading. + == New in imip-agent 0.2 (Changes since imip-agent 0.1) == * Added support for [[../DatabaseStore|PostgreSQL databases]] to hold stored