Skip to content

Commit

Permalink
Development mode for horde-5.2.0alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 5, 2014
1 parent 6ac574e commit e983ee4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
6 changes: 6 additions & 0 deletions horde/docs/CHANGES
@@ -1,3 +1,9 @@
----------
v5.2.0-git
----------



------------
v5.2.0alpha1
------------
Expand Down
2 changes: 1 addition & 1 deletion horde/lib/Application.php
Expand Up @@ -24,7 +24,7 @@ class Horde_Application extends Horde_Registry_Application
{
/**
*/
public $version = '5.2.0alpha1';
public $version = '5.2.0-git';

/**
*/
Expand Down
34 changes: 15 additions & 19 deletions horde/package.xml
Expand Up @@ -30,7 +30,7 @@
</lead>
<date>2014-05-05</date>
<version>
<release>5.2.0alpha1</release>
<release>5.2.0alpha2</release>
<api>5.2.0</api>
</version>
<stability>
Expand All @@ -39,24 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [mms] Add more advanced configuration options for the Redis HashTable driver (Michael Cramer &lt;michael@bigmichi1.de&gt;).
* [jan] Add script to import user preferences from Open-Xchange.
* [mms] The location of dynamically served static files is now configurable (Request #13070).
* [jan] Update Korean translation (Deokgon Kim &lt;dgkim@dgkim.net&gt;.
* [mms] Add a NoSQL driver for history storage.
* [mms] The history driver can now be configured via conf.php.
* [jan] Add mysql encryption option for SQL backends (Request #12962).
* [rla] Add joomla-md5 encryption option for SQL backends (Request #12889).
* [mms] By default, enforce maximum storage size on preferences values.
* [mms] Support UglifyJS for compressing javascript.
* [mjr] Add improved ActiveSync device administration page.
* [mms] Display indication that Caps Lock key is on when entering password on login page (Request #7178).
* [mjr] Add support for configuring a NoSQL driver for ActiveSync state storage.
* [mms] Added &apos;filemtime&apos; configuration option for CSS caching.
* [mjr] Add support for X509 authentication support.
* [mjr] Improve logging options for ActiveSync logging configuration.
* [mjr] Add support for managing ActiveSync devices through the API.
* [mjr] Add prefs for selecting From address when sending email via ActiveSync.
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -3883,5 +3866,18 @@
* [mjr] Add prefs for selecting From address when sending email via ActiveSync.
</notes>
</release>
<release>
<version>
<release>5.2.0alpha2</release>
<api>5.2.0</api></version>
<stability>
<release>alpha</release>
<api>alpha</api></stability>
<date>2014-05-05</date>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit e983ee4

Please sign in to comment.