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 d9533f5 commit 7b86d66
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 2 deletions.
100 changes: 100 additions & 0 deletions doc/Horde/Yaml/CHANGES
@@ -0,0 +1,100 @@
----------
v2.0.7-git
----------

[jan] Correctly escape/quote special characters.
[jan] Implement block chomping.
[jan] Don't add trailing whitespace after keys.


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

[jan] Fix unfolding of multi-line strings and other incompatibilites with
libyaml.


------
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] Correctly detect sequences when dumping and be more strict when loading
sequences.


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

[jan] Fix tests to work with PHPUnit 3.6.


------
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.
6 changes: 4 additions & 2 deletions package.xml
Expand Up @@ -17,7 +17,7 @@
<email>mike@maintainable.com</email>
<active>yes</active>
</lead>
<date>2017-10-20</date>
<date>2017-10-27</date>
<version>
<release>2.0.7</release>
<api>1.0.0</api>
Expand All @@ -42,6 +42,7 @@
<file name="example.yaml" role="doc" />
<file name="load.php" role="doc" />
</dir> <!-- /doc/Horde/Yaml/examples -->
<file name="CHANGES" role="doc" />
</dir> <!-- /doc/Horde/Yaml -->
</dir> <!-- /doc/Horde -->
</dir> <!-- /doc -->
Expand Down Expand Up @@ -113,6 +114,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Yaml/CHANGES" />
<install as="examples/dump.php" name="doc/Horde/Yaml/examples/dump.php" />
<install as="examples/example.yaml" name="doc/Horde/Yaml/examples/example.yaml" />
<install as="examples/load.php" name="doc/Horde/Yaml/examples/load.php" />
Expand Down Expand Up @@ -316,7 +318,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-10-20</date>
<date>2017-10-27</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Correctly escape/quote special characters.
Expand Down

0 comments on commit 7b86d66

Please sign in to comment.