Skip to content

Commit

Permalink
Released kronolith-4.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 22, 2015
1 parent c6a08c8 commit c63b5bd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions kronolith/composer.json
Expand Up @@ -21,8 +21,8 @@
"role": "lead"
}
],
"version": "4.2.10",
"time": "2015-10-21",
"version": "4.2.11",
"time": "2015-10-22",
"repositories": [
{
"type": "pear",
Expand Down
8 changes: 5 additions & 3 deletions kronolith/docs/CHANGES
@@ -1,7 +1,9 @@
-----------
v4.2.11-git
-----------
-------
v4.2.11
-------

[mjr] Fix issue when replacing an event via the API and the attendee list
changes (Bug #14118).
[mjr] Fix fatal test error related to Content_Tagger.


Expand Down
13 changes: 5 additions & 8 deletions kronolith/docs/RELEASE_NOTES
Expand Up @@ -5,7 +5,7 @@ $notes['security'] = false;
/* Mailing list release notes. */
$notes['changes'] = <<<ML
The Horde Team is pleased to announce the final release of the Kronolith
Calendar Application version H5 (4.2.10).
Calendar Application version H5 (4.2.11).

Kronolith is the Horde calendar application. It provides web-based calendars
backed by a SQL database or a Kolab server. Supported features include Ajax and
Expand All @@ -21,13 +21,10 @@ http://www.horde.org/apps/kronolith/docs/UPGRADING
For detailed installation and configuration instructions, please see
http://www.horde.org/apps/kronolith/docs/INSTALL

The major changes compared to Kronolith version H5 (4.2.9) are:
* Fix exporting events from Horde_Perms::SHOW calendars over DAV.
* Send CACNEL iTip when attendee is removed from a meeting.
* Fix incorrect offset of freebusy times in certain cases.
* Fix handling of email groups as attendees.
* Fix importing text/calendar data via API.
* Small bugfixes and improvements.
The major changes compared to Kronolith version H5 (4.2.10) are:
* Fix fatal issue in unit tests related to loading Content object stubs.
* Fix issue when replacing an event via the API when the attendee list
changes.
ML;

$notes['name'] = 'Kronolith';
Expand Down
2 changes: 1 addition & 1 deletion kronolith/lib/Application.php
Expand Up @@ -47,7 +47,7 @@ class Kronolith_Application extends Horde_Registry_Application

/**
*/
public $version = 'H5 (4.2.11-git)';
public $version = 'H5 (4.2.11)';

/**
* Global variables defined:
Expand Down
2 changes: 2 additions & 0 deletions kronolith/package.xml
Expand Up @@ -33,6 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mjr] Fix issue when replacing an event via the API and the attendee list changes (Bug #14118).
* [mjr] Fix fatal test error related to Content_Tagger.
</notes>
<contents>
Expand Down Expand Up @@ -2615,6 +2616,7 @@
<date>2015-10-22</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mjr] Fix issue when replacing an event via the API and the attendee list changes (Bug #14118).
* [mjr] Fix fatal test error related to Content_Tagger.
</notes>
</release>
Expand Down

0 comments on commit c63b5bd

Please sign in to comment.