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 6dd3b22 commit 00bf20d
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 2 deletions.
201 changes: 201 additions & 0 deletions doc/Horde/Ldap/CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
----------
v2.4.1-git
----------


------
v2.4.0
------

[jan] Optionally cache rootDSE requests too.
[jan] Fix checking for existing attributes in Horde_Ldap_RootDse.


------
v2.3.2
------

[jan] Mark PHP 7 as supported.


------
v2.3.1
------

[jan] Fix connection if using ldaps:// scheme (Bug #13858).


------
v2.3.0
------

[jan] Fix error when using custom separators in
Horde_Ldap_Utils::canonicalDN().
[jan] Fix casefolding option not being passed to multivalued RDNs.
[jan] Fix exists() with multivalued RDNs.
[jan] Add 'timeout' parameter.


------
v2.2.0
------

[jan] Fix compatibility with PHP 5.3 (Bug #11888).
[jan] Allow to specify base DN for searching user DNs.


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

[jan] Support multi-value RDNs in Horde_Ldap::quoteDN() (Request #11888).


------
v2.0.6
------

[jan] SECURITY: Stricter parameter check in bind() to detect empty passwords.


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

[jan] Fix creating filters with the less (<) operator (Bug #13154).


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

[jan] Fix approximate search operator (Leandro Damascena
<leandro.damascena@gmail.com>, Bug #9094).


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

[jan] Fix modifying entries with modify().
[jan] Try starting TLS without querying the rootDSE (Bug #12157).


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

[jan] Replace preg_replace() /e modifier.


------
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.1.5
------

[jan] Throw exception if LDAP extension is missing.


------
v1.1.4
------

[jan] Add missing test autoloader.


------
v1.1.3
------

[jan] Speed up Horde_Ldap_Search#shiftEntry() on large result sets.


------
v1.1.2
------

[jan] Always use negative lookbehind assertions to work around bug in PCRE 6.6
(Steve Teti, Bug #10294).


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

[jan] Fix detecting superiour objectclass' must/may attributes (Bug #9826).


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

[jan] Add parameter to Horde_Ldap_Schema#must() and #may() to return attributes
from superior objectclasses too (Bug #9826).
[jan] Don't throw exceptions from Horde_Ldap_Schema#must() and #may() (Bug
#9826).


------
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.


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

First beta release for Horde 4.


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

First alpha release for Horde 4.
Forked from PEAR-Net_LDAP2-2.0.7.
Converted to PHP5 strict standards.
Converted to use exceptions.
Included functions from the previous Horde_LDAP for backwards compatibility.
6 changes: 4 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2017-03-20</date>
<date>2017-10-30</date>
<version>
<release>2.4.1</release>
<api>1.4.0</api>
Expand All @@ -35,6 +35,7 @@
<dir name="doc">
<dir name="Horde">
<dir name="Ldap">
<file name="CHANGES" role="doc" />
<file name="COPYING" role="doc" />
</dir> <!-- /doc/Horde/Ldap -->
</dir> <!-- /doc/Horde -->
Expand Down Expand Up @@ -124,6 +125,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Ldap/CHANGES" />
<install as="COPYING" name="doc/Horde/Ldap/COPYING" />
<install as="Horde/Ldap.php" name="lib/Horde/Ldap.php" />
<install as="Horde/Ldap/Entry.php" name="lib/Horde/Ldap/Entry.php" />
Expand Down Expand Up @@ -523,7 +525,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-03-20</date>
<date>2017-10-30</date>
<license uri="http://opensource.org/licenses/lgpl-3.0.html">LGPL-3.0</license>
<notes>
*
Expand Down

0 comments on commit 00bf20d

Please sign in to comment.