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 30, 2017
1 parent a8ce712 commit beafeab
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 2 deletions.
126 changes: 126 additions & 0 deletions doc/Horde/Rdo/CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
----------
v2.1.1-git
----------


------
v2.1.0
------

[jan] Add Horde_Rdo_Base#toArray() (Neal Thomas Oakey <oakey@b1-systems.de>).
[jan] Make the JOIN type settable by mapper relationships (Neal Thomas Oakey
<oakey@b1-systems.de>).


------
v2.0.5
------

[jan] Mark PHP 7 as supported.


------
v2.0.4
------

[jan] Fix issues with certain locales like Turkish.


------
v2.0.3
------

[jan] Add Composer definition.


------
v2.0.2
------

[jan] Improve unit tests.


------
v2.0.1
------

[mms] Use new Horde_Test layout.


------
v2.0.0
------

First stable release for Horde 5.


-----------
v2.0.0beta1
-----------

First beta release for Horde 5.


------------
v2.0.0alpha1
------------

First alpha release for Horde 5.


------
v1.2.0
------

[jan] Implement ArrayAccess in Horde_Rdo_Base.
[jan] Fix Horde_Rdo_Exception not extending Horde_Exception.


------
v1.1.1
------

[rla] Fix issue with retrieving lazy fields (Bug #11012).


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

[jan] Add Horde_Rdo_Query#distinct() (Request #10535).


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

[jan] Add missing dependency on Horde_Db.


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

First stable release for Horde 4.


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

Second release candidate for Horde 4.


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

First release candidate for Horde 4.


------
v0.3.0
------

Major improvements including inflection, eager or lazy loading of relationships
and fields, and more.
6 changes: 4 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<email>chuck@horde.org</email>
<active>yes</active>
</lead>
<date>2016-11-15</date>
<date>2017-10-30</date>
<version>
<release>2.1.1</release>
<api>1.3.0</api>
Expand Down Expand Up @@ -43,6 +43,7 @@
<file name="users.pgsql.sql" role="doc" />
<file name="users.sqlite.sql" role="doc" />
</dir> <!-- /doc/Horde/Rdo/examples -->
<file name="CHANGES" role="doc" />
<file name="COPYING" role="doc" />
<file name="TODO" role="doc" />
<file name="UPGRADING" role="doc" />
Expand Down Expand Up @@ -145,6 +146,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Rdo/CHANGES" />
<install as="COPYING" name="doc/Horde/Rdo/COPYING" />
<install as="TODO" name="doc/Horde/Rdo/TODO" />
<install as="UPGRADING" name="doc/Horde/Rdo/UPGRADING" />
Expand Down Expand Up @@ -429,7 +431,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-11-15</date>
<date>2017-10-30</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
Expand Down

0 comments on commit beafeab

Please sign in to comment.