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 506dcc1 commit 60f1f69
Showing 1 changed file with 173 additions and 0 deletions.
173 changes: 173 additions & 0 deletions doc/Horde/Feed/changelog.yml
@@ -0,0 +1,173 @@
---
2.0.5:
api: 1.1.0
state:
release: stable
api: stable
date: 2017-10-20
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes:
2.0.4:
api: 1.1.0
state:
release: stable
api: stable
date: 2016-02-01
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
[jan] Mark PHP 7 as supported.
2.0.3:
api: 1.1.0
state:
release: stable
api: stable
date: 2015-01-08
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
[jan] Improve PSR-2 compatibility.
2.0.2:
api: 1.1.0
state:
release: stable
api: stable
date: 2014-05-02
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
[jan] Fix loading of local files with basedir restrictions or libxml entity loading disabled.
2.0.1:
api: 1.1.0
state:
release: stable
api: stable
date: 2012-11-19
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
[mms] Use new Horde_Test layout.
2.0.0:
api: 1.1.0
state:
release: stable
api: stable
date: 2012-10-30
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
First stable release for Horde 5.
2.0.0beta1:
api: 1.1.0
state:
release: beta
api: stable
date: 2012-07-19
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
First beta release for Horde 5.
2.0.0alpha1:
api: 1.1.0
state:
release: alpha
api: stable
date: 2012-07-05
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
First alpha release for Horde 5.
1.1.1:
api: 1.1.0
state:
release: stable
api: stable
date: 2011-11-22
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
[jan] Fix tests to work with PHPUnit 3.6.
1.1.0:
api: 1.1.0
state:
release: stable
api: stable
date: 2011-06-01
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
[gwr] Added an example on how to post to blogger.com.
[gwr] Support additional request headers when updating Atom entries.
1.0.0:
api: 1.0.0
state:
release: stable
api: stable
date: 2011-04-06
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
First stable release for Horde 4.
1.0.0RC2:
api: 1.0.0
state:
release: beta
api: beta
date: 2011-03-29
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
Second release candidate for Horde 4.
[jan] Fix loading of local files with non-URI characters in the file name.
[jan] Fix converting of libxml errors to exceptions.
1.0.0RC1:
api: 1.0.0
state:
release: beta
api: beta
date: 2011-03-22
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
First release candidate for Horde 4.
1.0.0beta1:
api: 1.0.0
state:
release: beta
api: beta
date: 2011-03-16
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
First beta release for Horde 4.
1.0.0alpha1:
api: 1.0.0
state:
release: alpha
api: alpha
date: 2011-03-08
license:
identifier: BSD-2-Clause
uri: http://www.horde.org/licenses/bsd
notes: |
First alpha release for Horde 4.
More robust parsing (recover from XML errors, fall back to HTML parsing)
Return content:encoded when the content element is requested from an RSS entry
Find <item> elements outside the <channel> element (i.e., RSS 1.0)
Optionally send PUT and DELETE requests as POST (HTTP-Method-Override)
Support redirects in DELETE requests

0 comments on commit 60f1f69

Please sign in to comment.