Skip to content

Commit

Permalink
Development mode for kronolith-4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 28, 2015
1 parent a8ff8d9 commit 74cd813
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
6 changes: 6 additions & 0 deletions kronolith/docs/CHANGES
@@ -1,3 +1,9 @@
----------
v4.2.7-git
----------



------
v4.2.6
------
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.6)';
public $version = 'H5 (4.2.7-git)';

/**
* Global variables defined:
Expand Down
28 changes: 15 additions & 13 deletions kronolith/package.xml
Expand Up @@ -24,7 +24,7 @@
</lead>
<date>2015-04-28</date>
<version>
<release>4.2.6</release>
<release>4.2.7</release>
<api>4.2.0</api>
</version>
<stability>
Expand All @@ -33,18 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix building recipient list for event update notifications.
* [mjr] Honor background color for listTimeObjects API calendars (Bug #13951).
* [jan] Always sort users in advanced sharing dialog (Bug #13938).
* [mjr] Fix saving recurring event after a change in resources (Bug #13921).
* [mjr] Fix creating recurrence exceptions from CalDAV clients.
* [jan] Added an index to find base events of recurrence exceptions faster.
* [jan] Fix finding duplicate events by UID.
* [mjr] Fix updating FB data when start date changes.
* [mjr] Fix detecting attendees when email address is not lowercase (Bug #13905).
* [jan] Fix duplicate group names in sharing dialog.
* [jan] Fix JavaScript error when saving an unselected calendar.
* [mjr] Fix using custom SQL configuration parameters.
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -2552,5 +2541,18 @@
* [mjr] Fix using custom SQL configuration parameters.
</notes>
</release>
<release>
<version>
<release>4.2.7</release>
<api>4.2.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2015-04-28</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit 74cd813

Please sign in to comment.