Skip to content

Commit

Permalink
Released imp-6.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 3, 2017
1 parent bd84252 commit 1b2f515
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 49 deletions.
95 changes: 52 additions & 43 deletions imp/composer.json
Expand Up @@ -21,63 +21,72 @@
"role": "lead"
}
],
"version": "6.2.18",
"time": "2017-03-20",
"version": "6.2.19",
"time": "2017-05-03",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0,<=6.0.0alpha1",
"pear-pear.horde.org/horde": ">=5.0.0@stable,<=6.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Auth": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Browser": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Cache": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Compress": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Core": ">=2.17.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Crypt": ">=2.5.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Css_Parser": ">=1.0.0@stable,<=2.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Date": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Editor": ">=2.0.4@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Exception": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Icalendar": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Image": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Imap_Client": ">=2.23.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Itip": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_ListHeaders": ">=1.1.0@stable,<=2.0.0alpha1@stable",
"pear-pear.horde.org/Horde_LoginTasks": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Mail": ">=2.2.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Mail_Autoconfig": ">=1.0.0@stable,<=2.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Mime": ">=2.3.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Mime_Viewer": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Nls": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Notification": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Pack": ">=1.0.0@stable,<=2.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Perms": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_SpellChecker": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Stream": ">=1.4.0@stable,<=2.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Stream_Filter": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Stream_Wrapper": ">=2.1.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Support": ">=2.0.5@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Text_Filter": ">=2.1.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Text_Flowed": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Tree": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Url": ">=2.2.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Util": ">=2.4.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Vfs": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_View": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"php": "^5.3",
"pear-pear.horde.org/horde": "^5@stable",
"pear-pear.horde.org/Horde_Auth": "^2@stable",
"pear-pear.horde.org/Horde_Browser": "^2@stable",
"pear-pear.horde.org/Horde_Cache": "^2@stable",
"pear-pear.horde.org/Horde_Compress": "^2@stable",
"pear-pear.horde.org/Horde_Core": "^2.17@stable",
"pear-pear.horde.org/Horde_Crypt": "^2.5@stable",
"pear-pear.horde.org/Horde_Css_Parser": "^1@stable",
"pear-pear.horde.org/Horde_Date": "^2@stable",
"pear-pear.horde.org/Horde_Editor": "^2.0.4@stable",
"pear-pear.horde.org/Horde_Exception": "^2@stable",
"pear-pear.horde.org/Horde_Icalendar": "^2@stable",
"pear-pear.horde.org/Horde_Image": "^2@stable",
"pear-pear.horde.org/Horde_Imap_Client": "^2.23@stable",
"pear-pear.horde.org/Horde_Itip": "^2@stable",
"pear-pear.horde.org/Horde_ListHeaders": "^1.1@stable",
"pear-pear.horde.org/Horde_LoginTasks": "^2@stable",
"pear-pear.horde.org/Horde_Mail": "^2.2@stable",
"pear-pear.horde.org/Horde_Mail_Autoconfig": "^1@stable",
"pear-pear.horde.org/Horde_Mime": "^2.3@stable",
"pear-pear.horde.org/Horde_Mime_Viewer": "^2@stable",
"pear-pear.horde.org/Horde_Nls": "^2@stable",
"pear-pear.horde.org/Horde_Notification": "^2@stable",
"pear-pear.horde.org/Horde_Pack": "^1@stable",
"pear-pear.horde.org/Horde_Perms": "^2@stable",
"pear-pear.horde.org/Horde_SpellChecker": "^2@stable",
"pear-pear.horde.org/Horde_Stream": "^1.4@stable",
"pear-pear.horde.org/Horde_Stream_Filter": "^2@stable",
"pear-pear.horde.org/Horde_Stream_Wrapper": "^2.1@stable",
"pear-pear.horde.org/Horde_Support": "^2.0.5@stable",
"pear-pear.horde.org/Horde_Text_Filter": "^2.1@stable",
"pear-pear.horde.org/Horde_Text_Flowed": "^2@stable",
"pear-pear.horde.org/Horde_Tree": "^2@stable",
"pear-pear.horde.org/Horde_Url": "^2.2@stable",
"pear-pear.horde.org/Horde_Util": "^2.4@stable",
"pear-pear.horde.org/Horde_Vfs": "^2@stable",
"pear-pear.horde.org/Horde_View": "^2@stable",
"ext-dom": "*",
"ext-gettext": "*",
"ext-hash": "*",
"ext-json": "*"
},
"suggest": {
"pear-pear.horde.org/Horde_History": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Http": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Service_Gravatar": ">=1.0.0@stable,<=2.0.0alpha1@stable",
"pear-pear.horde.org/Horde_History": "^2@stable",
"pear-pear.horde.org/Horde_Http": "^2@stable",
"pear-pear.horde.org/Horde_Service_Gravatar": "^1@stable",
"pear-phpseclib.sourceforge.net/File_ASN1": "*",
"ext-openssl": "*"
},
"replace": {
"pear-pear.horde.org/imp": "6.*",
"pear-horde/imp": "6.*"
},
"autoload": {
"psr-0": {
"IMP": "lib/"
}
}
}
6 changes: 3 additions & 3 deletions imp/docs/CHANGES
@@ -1,6 +1,6 @@
-----------
v6.2.19-git
-----------
-------
v6.2.19
-------

[jan] Fix filename charset of certain attachments (Bug #14618).
[jan] Fix cursor jumping in some browser when editing address fields (Bug
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.2.19-git)';
public $version = 'H5 (6.2.19)';

/**
* Server key used in logged out session.
Expand Down
4 changes: 2 additions & 2 deletions imp/package.xml
Expand Up @@ -22,7 +22,7 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2017-03-20</date>
<date>2017-05-03</date>
<version>
<release>6.2.19</release>
<api>6.2.0</api>
Expand Down Expand Up @@ -4011,7 +4011,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-03-20</date>
<date>2017-05-03</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Fix filename charset of certain attachments (Bug #14618).
Expand Down

0 comments on commit 1b2f515

Please sign in to comment.