Skip to content

Commit

Permalink
Development mode for whups-3.0.0RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 19, 2013
1 parent 3fefeef commit 1182e5c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
6 changes: 6 additions & 0 deletions whups/docs/CHANGES
@@ -1,3 +1,9 @@
----------
v3.0.0-git
----------



---------
v3.0.0RC3
---------
Expand Down
2 changes: 1 addition & 1 deletion whups/lib/Application.php
Expand Up @@ -36,7 +36,7 @@ class Whups_Application extends Horde_Registry_Application
{
/**
*/
public $version = 'H5 (3.0.0RC3)';
public $version = 'H5 (3.0.0-git)';

/**
* Global variables defined:
Expand Down
21 changes: 15 additions & 6 deletions whups/package.xml
Expand Up @@ -18,7 +18,7 @@
</lead>
<date>2013-11-19</date>
<version>
<release>3.0.0RC3</release>
<release>3.0.0RC4</release>
<api>3.0.0</api>
</version>
<stability>
Expand All @@ -27,11 +27,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsdl.php">BSD-2-Clause</license>
<notes>
* [jan] Fix empty notifications for assignees on ticket creation (Bug #12683).
* [jan] Fix displaying of ticket tabs (Bug #12744).
* [mjr] Fix sourceselect preference handling (Bug #12718).
* [jan] Hide citings in comments by default.
* [jan] Move attachments list to separate ticket tab.
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1059,5 +1055,18 @@
* [jan] Move attachments list to separate ticket tab.
</notes>
</release>
<release>
<version>
<release>3.0.0RC4</release>
<api>3.0.0</api></version>
<stability>
<release>beta</release>
<api>beta</api></stability>
<date>2013-11-19</date>
<license uri="http://www.horde.org/licenses/bsdl.php">BSD-2-Clause</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit 1182e5c

Please sign in to comment.