Skip to content

Commit

Permalink
Build changelog.yml from existing changelog(s).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 27, 2017
1 parent 204f9e8 commit 71e8966
Showing 1 changed file with 159 additions and 0 deletions.
159 changes: 159 additions & 0 deletions doc/Horde/Stream/changelog.yml
@@ -0,0 +1,159 @@
---
1.6.4:
api: 1.6.0
state:
release: stable
api: stable
date: 2017-10-20
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes:
1.6.3:
api: 1.6.0
state:
release: stable
api: stable
date: 2016-02-02
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
[jan] Mark PHP 7 as supported.
1.6.2:
api: 1.6.0
state:
release: stable
api: stable
date: 2014-12-03
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
[jan] Throw InvalidArgumentException if passing incorrect arguments to constructors.
1.6.1:
api: 1.6.0
state:
release: stable
api: stable
date: 2014-02-12
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
[mms] Fix packaging error.
1.6.0:
api: 1.6.0
state:
release: stable
api: stable
date: 2014-02-12
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
[mms] Add the Horde_Stream_TempString class.
[mms] Add the Horde_Stream_String class.
1.5.0:
api: 1.5.0
state:
release: stable
api: stable
date: 2013-11-12
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
[mms] Add 'all' parameter to Horde_Stream#getToChar().
1.4.0:
api: 1.4.0
state:
release: stable
api: stable
date: 2013-10-15
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
[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().
1.3.0:
api: 1.3.0
state:
release: stable
api: stable
date: 2013-08-05
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
[mms] Add Horde_Stream#getEOL().
1.2.0:
api: 1.2.0
state:
release: stable
api: stable
date: 2012-11-19
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
[mms] Add Horde_Stream_Existing class.
1.1.1:
api: 1.1.0
state:
release: stable
api: stable
date: 2012-11-03
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
[mms] Only specify maxmemory argument when creating temp stream if it was given.
1.1.0:
api: 1.1.0
state:
release: stable
api: stable
date: 2012-11-02
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
[mms] Allow Horde_Stream object to be cloned.
[mms] Allow Horde_Stream object to be serialized (Bug #11598).
[mms] Add Horde_Stream#__toString().
1.0.0:
api: 1.0.0
state:
release: stable
api: stable
date: 2012-10-30
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
First stable release for Horde 5.
1.0.0beta1:
api: 1.0.0beta1
state:
release: beta
api: beta
date: 2012-10-12
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |
First beta release for Horde 5.

0 comments on commit 71e8966

Please sign in to comment.