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 3da4244 commit c397acd
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 2 deletions.
108 changes: 108 additions & 0 deletions doc/Horde/Stream/CHANGES
@@ -0,0 +1,108 @@
----------
v1.6.4-git
----------


------
v1.6.3
------

[jan] Mark PHP 7 as supported.


------
v1.6.2
------

[jan] Throw InvalidArgumentException if passing incorrect arguments to
constructors.


------
v1.6.1
------

[mms] Fix packaging error.


------
v1.6.0
------

[mms] Add the Horde_Stream_TempString class.
[mms] Add the Horde_Stream_String class.


------
v1.5.0
------

[mms] Add 'all' parameter to Horde_Stream#getToChar().


------
v1.4.0
------

[mms] Add Horde_Stream#substring().
[mms] Fix getString() in certain use cases.
[mms] Horde_Stream#getToChar() now supports multiple characters in search
string.
[mms] Horde_Stream#search() now supports multiple characters in search string.
[mms] Add ability to get UTF-8 character length of stream from
Horde_Stream#length().
[mms] Add length argument to peek().
[mms] Add Horde_Stream#close().
[mms] Add support for parsing UTF-8 characters in stream via
Horde_Stream#getChar().
[mms] Add Horde_Stream#eof().
[mms] Add Horde_Stream#end().
[mms] Add Horde_Stream#seek().
[mms] Add Horde_Stream#rewind().
[mms] Add Horde_Stream#pos().
[mms] Add Horde_Stream#__destruct().


------
v1.3.0
------

[mms] Add Horde_Stream#getEOL().


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

[mms] Add Horde_Stream_Existing class.


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

[mms] Only specify maxmemory argument when creating temp stream if it was
given.


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

[mms] Allow Horde_Stream object to be cloned.
[mms] Allow Horde_Stream object to be serialized (Bug #11598).
[mms] Add Horde_Stream#__toString().


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

First stable release for Horde 5.


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

First beta release for Horde 5.
6 changes: 4 additions & 2 deletions package.xml
Expand Up @@ -10,7 +10,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2016-02-02</date>
<date>2017-10-30</date>
<version>
<release>1.6.4</release>
<api>1.6.0</api>
Expand All @@ -28,6 +28,7 @@
<dir name="doc">
<dir name="Horde">
<dir name="Stream">
<file name="CHANGES" role="doc" />
<file name="COPYING" role="doc" />
</dir> <!-- /doc/Horde/Stream -->
</dir> <!-- /doc/Horde -->
Expand Down Expand Up @@ -107,6 +108,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Stream/CHANGES" />
<install as="COPYING" name="doc/Horde/Stream/COPYING" />
<install as="Horde/Stream.php" name="lib/Horde/Stream.php" />
<install as="Horde/Stream/Exception.php" name="lib/Horde/Stream/Exception.php" />
Expand Down Expand Up @@ -308,7 +310,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-02-02</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 c397acd

Please sign in to comment.