Skip to content

Commit

Permalink
Released Horde_Vfs-2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 27, 2017
1 parent 677d2a7 commit 377f325
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions framework/Vfs/composer.json
Expand Up @@ -16,8 +16,8 @@
"role": "lead"
}
],
"version": "2.3.4",
"time": "2016-12-03",
"version": "2.4.0",
"time": "2017-02-27",
"repositories": [
{
"type": "pear",
Expand All @@ -33,7 +33,7 @@
"suggest": {
"pear-pear.horde.org/Horde_Auth": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Core": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Db": ">=2.2.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Db": ">=2.4.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Kolab_Session": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Mime": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Mongo": ">=1.0.0@stable,<=2.0.0alpha1@stable",
Expand Down
6 changes: 4 additions & 2 deletions framework/Vfs/package.xml
Expand Up @@ -27,7 +27,7 @@ Reading, writing and listing of files are all supported.</description>
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2016-12-03</date>
<date>2017-02-27</date>
<version>
<release>2.4.0</release>
<api>2.4.0</api>
Expand Down Expand Up @@ -55,6 +55,7 @@ Reading, writing and listing of files are all supported.</description>
<file name="UPGRADING" role="doc" />
</dir> <!-- /doc/Horde/Vfs -->
</dir> <!-- /doc/Horde -->
<file name="horde.yml" role="doc" />
</dir> <!-- /doc -->
<dir name="lib">
<dir name="Horde">
Expand Down Expand Up @@ -491,6 +492,7 @@ Reading, writing and listing of files are all supported.</description>
<phprelease>
<filelist>
<install as="horde-vfs" name="bin/horde-vfs" />
<install as="horde.yml" name="doc/horde.yml" />
<install as="COPYING" name="doc/Horde/Vfs/COPYING" />
<install as="UPGRADING" name="doc/Horde/Vfs/UPGRADING" />
<install as="Horde/Vfs.php" name="lib/Horde/Vfs.php" />
Expand Down Expand Up @@ -1307,7 +1309,7 @@ Added a class for providing garbage collection; removed all Horde dependancies.
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-12-03</date>
<date>2017-02-27</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mjr] Allow Horde_Vfs::writeData() to accept stream input.
Expand Down

0 comments on commit 377f325

Please sign in to comment.