Skip to content

Commit

Permalink
Development mode for imp-6.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 27, 2020
1 parent d8415bd commit dc7ea28
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .horde.yml
Expand Up @@ -31,7 +31,7 @@ authors:
active: false
role: lead
version:
release: 6.2.27
release: 6.2.28
api: 6.2.0
state:
release: stable
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
"role": "lead"
}
],
"version": "6.2.27",
"version": "6.2.28",
"time": "2020-08-27",
"repositories": [
{
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGES
@@ -1,3 +1,10 @@
-------
v6.2.28
-------




-------
v6.2.27
-------
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.yml
Expand Up @@ -62,6 +62,17 @@
[mms] Don't send empty text part if a message contains attachments.
[mms] Add button to allow folder tree to be rebuilt in smartmobile view.
[mms] Add option to poll mailbox for new mailbox when creating a mailbox (Request #13227).
6.2.28:
api: 6.2.0
state:
release: stable
api: stable
date: 2020-08-27
license:
identifier: GPL-2.0
uri: http://www.horde.org/licenses/gpl
notes: |+
6.2.27:
api: 6.2.0
state:
Expand Down
2 changes: 1 addition & 1 deletion lib/Application.php
Expand Up @@ -66,7 +66,7 @@ class IMP_Application extends Horde_Registry_Application

/**
*/
public $version = 'H5 (6.2.27)';
public $version = 'H5 (6.2.28)';

/**
* Server key used in logged out session.
Expand Down
184 changes: 179 additions & 5 deletions package.xml
Expand Up @@ -24,7 +24,7 @@
</lead>
<date>2020-08-27</date>
<version>
<release>6.2.27</release>
<release>6.2.28</release>
<api>6.2.0</api>
</version>
<stability>
Expand All @@ -33,9 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mjr] Fix attachments disappearing when forwarding in PHP 7.4 (Bug #15031).
* [mjr] Prevent creating an empty To: header (Bug #15019).
* |+
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -2274,6 +2272,167 @@
</filelist>
</phprelease>
<changelog>

































































































































































<release>
<version>
<release>2.0.1</release>
Expand Down Expand Up @@ -6811,14 +6970,29 @@
<release>stable</release>
<api>stable</api>
</stability>
<date>2020-06-28</date>
<date>2020-08-27</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mjr] Fix attachments disappearing when forwarding in PHP 7.4 (Bug #15031).
* [mjr] Prevent creating an empty To: header (Bug #15019).
* |+
</notes>
</release>
<release>
<version>
<release>6.2.28</release>
<api>6.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2020-08-27</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
</notes>
</release>
<release>
<version>
<release>7.0.0</release>
Expand Down

0 comments on commit dc7ea28

Please sign in to comment.