Skip to content

Commit

Permalink
Development mode for imp-6.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 29, 2013
1 parent 0a2296f commit 8e96739
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
6 changes: 6 additions & 0 deletions imp/docs/CHANGES
@@ -1,3 +1,9 @@
----------
v6.1.6-git
----------



------
v6.1.5
------
Expand Down
2 changes: 1 addition & 1 deletion imp/lib/Application.php
Expand Up @@ -66,7 +66,7 @@ class IMP_Application extends Horde_Registry_Application

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

/**
* Server key used in logged out session.
Expand Down
31 changes: 15 additions & 16 deletions imp/package.xml
Expand Up @@ -24,7 +24,7 @@
</lead>
<date>2013-10-29</date>
<version>
<release>6.1.5</release>
<release>6.1.6</release>
<api>6.1.0</api>
</version>
<stability>
Expand All @@ -33,21 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mms] SECURITY: Fix XSS in message and search screens resulting from a user-defined flag label (João Machado &lt;geral@jpaulo.eu&gt;).
* [mms] Send linked attachment download notification message in language of the sending user (Bug #12783).
* [mms] Fix populating search fields when editing an advanced search query.
* [mms] Trigger auto save draft in dynamic view if attachments have changed.
* [mms] Improved UI for dropping attachments on dynamic compose screen.
* [mms] Fix manually loading all addresses in a header.
* [mms] Fix regression where reloading dynamic view would not load the previously selected message.
* [mms] Fixed regression in enforcing max_recipients and max_timelimit permissions (Bug #12674).
* [mms] Correctly enforce file size attachment limits on the first attachment (Bug #12663).
* [mms] Don&apos;t attempt to get quota information from non-IMAP mailboxes (Bug #12608).
* [jan] Don&apos;t attach address book behavior if contacts API is unavailable.
* [mms] Fix regression where MIME headers were being displayed for PGP decrypted messages (Bug #12648).
* [mms] Improved error handling when creating a new flag in dynamic view.
* [mms] Make addresses in smartmobile full message header display clickable to open a compose window.
* [mms] Don&apos;t display empty containers in dynamic folder list (Request #11425).
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -3314,5 +3300,18 @@
* [mms] Don&apos;t display empty containers in dynamic folder list (Request #11425).
</notes>
</release>
<release>
<version>
<release>6.1.6</release>
<api>6.1.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2013-10-29</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit 8e96739

Please sign in to comment.