# HG changeset patch # User Paul Boddie # Date 1461360411 -7200 # Node ID 02bd52e416388e1a9e9562d0842632e95709e4cd # Parent 187be45826e6425a5a84e5074264a1d2bf2f1959 Added a changelog and updated the release information. diff -r 187be45826e6 -r 02bd52e41638 docs/wiki/Changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/wiki/Changelog Fri Apr 22 23:26:51 2016 +0200 @@ -0,0 +1,34 @@ += Changelog = + +== New in imip-agent 0.2 (Changes since imip-agent 0.1) == + + * Added support for [[../DatabaseStore|PostgreSQL databases]] to hold stored + event, free/busy and scheduling data. + + * Enhanced the [[../Resources|scheduling]] support, adding more scheduling + modules (providing access and quota controls) and introducing a "journal" + storage area to support quota-related scheduling policies. + + * Added support for attendees to selectively accept or decline individual + periods (or recurrences) within events and to refer to these new + recurrences in their initial replies. + + * Fixed erroneous scheduling attempts in the next-free scheduling method. + + * Allow scheduling methods to return result descriptions for inclusion in + message parts. + + * Added a configuration helper tool for integration with other software + components. + + * Changed the install script to not overwrite configuration files, but to + install new versions of configuration files instead. + + * Added a tool that can copy stores between locations and across store types. + + * Tidied up and improved the test infrastructure and related tools. + + * Added tools to maintain release archives for the documentation. + + * Added Danish translations by Jonas Smedegaard. Switched the other + translations to use UTF-8. diff -r 187be45826e6 -r 02bd52e41638 docs/wiki/Downloads --- a/docs/wiki/Downloads Fri Apr 22 22:41:09 2016 +0200 +++ b/docs/wiki/Downloads Fri Apr 22 23:26:51 2016 +0200 @@ -42,7 +42,9 @@ == Releases == +{{{#!wiki tip See below for downloadable archives. +}}} Releases are tagged in the repository. The currently-supported releases are listed here for convenience: @@ -50,11 +52,18 @@ {{{#!table '''Release''' || '''Details''' == +0.2 +|| [[http://hgweb.boddie.org.uk/imip-agent/rev/rel-0-2|changeset]] +.. [[http://hgweb.boddie.org.uk/imip-agent/file/rel-0-2|files]] +== 0.1 || [[http://hgweb.boddie.org.uk/imip-agent/rev/rel-0-1|changeset]] .. [[http://hgweb.boddie.org.uk/imip-agent/file/rel-0-1|files]] }}} +Details of changes introduced in each new release can be found in the +[[../Changelog|changelog]]. + === Archives === Downloadable archives are provided below. Choose "get" to download the diff -r 187be45826e6 -r 02bd52e41638 docs/wiki/FrontPage --- a/docs/wiki/FrontPage Fri Apr 22 22:41:09 2016 +0200 +++ b/docs/wiki/FrontPage Fri Apr 22 23:26:51 2016 +0200 @@ -141,6 +141,7 @@ References: * [[/Administration|Administering imip-agent]] + * [[/Changelog|Changelog]] * [[/Configuration|Configuration]] and [[/Preferences|Preferences]] * [[/CalendarManager|Calendar Management Interface]] * [[/FreeBusyPublishing|Free/Busy Publishing]]