Skip to content

Commit

Permalink
Create CHANGES for all components.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 27, 2017
1 parent 6b42622 commit 2afa0a3
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 2 deletions.
55 changes: 55 additions & 0 deletions doc/Horde/Mongo/CHANGES
@@ -0,0 +1,55 @@
----------
v1.1.1-git
----------


------
v1.1.0
------

[jan] Support mongodb extension too (Remi Collet <fedora@famillecollet.com>).


------
v1.0.3
------

[jan] Add Composer definition.


------
v1.0.2
------

[mjr] Prevent data loss due to forced selection of incorrect database.


------
v1.0.1
------

[mms] Fix checking/creating indices when a MongoCollection object is passed to
checkIndices()/createIndices() (Bug #12353).


------
v1.0.0
------

Final release.


---------
v1.0.0RC1
---------

[mms] Add Horde_Mongo_Client#checkIndices() and
Horde_Mongo_Client#createIndices().
[mms] Add Horde_Mongo_Collection_Index interface.


-----------
v1.0.0beta1
-----------

First beta release.
12 changes: 10 additions & 2 deletions package.xml
Expand Up @@ -10,7 +10,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2017-10-17</date>
<date>2017-10-27</date>
<version>
<release>1.1.1</release>
<api>1.0.0</api>
Expand Down Expand Up @@ -188,6 +188,13 @@
<file name="autoload.php" role="php" />
</dir> <!-- /bundle/vendor -->
</dir> <!-- /bundle -->
<dir name="doc">
<dir name="Horde">
<dir name="Mongo">
<file name="CHANGES" role="doc" />
</dir> <!-- /doc/Horde/Mongo -->
</dir> <!-- /doc/Horde -->
</dir> <!-- /doc -->
<dir name="lib">
<dir name="Horde">
<dir name="Mongo">
Expand Down Expand Up @@ -360,6 +367,7 @@
<install as="Horde/Mongo/vendor/mongodb/mongodb/src/Operation/UpdateMany.php" name="bundle/vendor/mongodb/mongodb/src/Operation/UpdateMany.php" />
<install as="Horde/Mongo/vendor/mongodb/mongodb/src/Operation/UpdateOne.php" name="bundle/vendor/mongodb/mongodb/src/Operation/UpdateOne.php" />
<install as="Horde/Mongo/vendor/mongodb/mongodb/src/UpdateResult.php" name="bundle/vendor/mongodb/mongodb/src/UpdateResult.php" />
<install as="CHANGES" name="doc/Horde/Mongo/CHANGES" />
<install as="Horde/Mongo/Client.php" name="lib/Horde/Mongo/Client.php" />
<install as="Horde/Mongo/Collection/Index.php" name="lib/Horde/Mongo/Collection/Index.php" />
<install as="LICENSE" name="LICENSE" />
Expand Down Expand Up @@ -467,7 +475,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-10-17</date>
<date>2017-10-27</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
</notes>
Expand Down

0 comments on commit 2afa0a3

Please sign in to comment.