COMMONSRDF-68: initially populated changes.xml for 0.5.0
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/d0a03380 Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/d0a03380 Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/d0a03380 Branch: refs/heads/master Commit: d0a033800995eb078dc92e2b1b34620278c35b19 Parents: ca50081 Author: Sergio Fernández <wik...@apache.org> Authored: Sun Nov 19 13:23:01 2017 -0800 Committer: Sergio Fernández <wik...@apache.org> Committed: Sun Nov 19 13:23:01 2017 -0800 ---------------------------------------------------------------------- src/changes/changes.xml | 96 ++++++++++++++++++++++---------------------- 1 file changed, 49 insertions(+), 47 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/d0a03380/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6e05dd8..72f0483 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -16,67 +16,69 @@ limitations under the License. --> -<!-- - This file is used by the maven-changes-plugin to generate the release notes. - Useful ways of finding items to add to this file are: - - 1. Add items when you fix a bug or add a feature (this makes the - release process easy :-). - - 2. Do a Jira search for tickets closed since the previous release. - - 3. Use the report generated by the maven-changelog-plugin to see all - SVN commits. Set the project.properties' maven.changelog.range - property to the number of days since the last release. - - To generate the release notes from this file: - - mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn] - - then tweak the formatting if necessary - and commit - - The <action> type attribute can be add,update,fix,remove. ---> - <document> <properties> <title>Apache Commons RDF Release Notes</title> </properties> - <!-- NOTE: - The description below is specially formatted so as to improve the layout of the generated release notes: - The parsing process removes all line feeds, replacing them with a single space. - The Velocity template in src/changes has been enhanced to replace pairs of adjacent spaces - with a new-line in the release notes. (These spaces are ignored when displaying HTML). - If the output is not quite correct, check for invisible trailing spaces! - - N.B. The release notes template groups actions by type, and only extracts data for the current release. - The changes report outputs actions in the order they appear in this file. - - To regenerate the release notes: - mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn] - - Defining changes.version allows one to create the RN without first removing the SNAPSHOT suffix. - --> <body> - <release version="0.5.0" date="YYYY-MM-DD" description="Minor feature and bug fix release."> - <!-- TODO --> - </release> - - <release version="0.4.0" date="2017-10-29" description="DO NOT USE, this release was not approved by the Project Management Commitee"> - <!-- TODO --> + <release version="0.5.0" date="2017-11-19" description="Minor feature and bug fix release."> + <action type="fix" issue="COMMONSRDF-47"> + RDFSyntax should be interface, not enum + </action> + <action type="fix" issue="COMMONSRDF-51"> + RDF-1.1 specifies that language tags need to be compared using lower-case + </action> + <action type="fix" issue="COMMONSRDF-52"> + Duplicate Bundle-SymbolicName values across all components + </action> + <action type="fix" issue="COMMONSRDF-55"> + Stream of Jena quads use wrong IRI for default graph + </action> + <action type="fix" issue="COMMONSRDF-57"> + Use newer dependency Jena/RDF4J/JSONLD Java + </action> + <action type="fix" issue="COMMONSRDF-62"> + japicmp-maven-plugin breaking build because there is at least one incompatibility + </action> + <action type="fix" issue="COMMONSRDF-63"> + AbstractRDFParserTest.parseFile and parseFileContentType broken under Mac OS X + </action> + <action type="fix" issue="COMMONSRDF-66"> + JenaDatasetImpl.toString() throws RIOT exception + </action> + <action type="add" issue="COMMONSRDF-53"> + Add ServiceLoader support in OSGi + </action> + <action type="add" issue="COMMONSRDF-54"> + overloaded versions of RDF4J#asRDFTerm(org.eclipse.rdf4j.model.Value) + </action> + <action type="add" issue="COMMONSRDF-59"> + Fix javadocs warnings + </action> + <action type="add" issue="COMMONSRDF-64"> + Add Automatic-Module-Name to bundle manifest + </action> + <action type="add" issue="COMMONSRDF-65"> + Upgrade to Jena 3.4.0, RDF4J 2.2.2 + </action> + <action type="add" issue="COMMONSRDF-68"> + Support changes.xml + </action> + <action type="add" issue="COMMONSRDF-70"> + Upgrade Jena version to 3.5.0 + </action> </release> - <release version="0.3.0-incubating" date="YYYY-MM-DD" description="Minor feature and bug fix release."> + <release version="0.3.0-incubating" date="2016-11-15" description="Minor feature and bug fix release."> <!-- TODO --> </release> - <release version="0.2.0-incubating" date="YYYY-MM-DD" description="Minor feature and bug fix release."> + <release version="0.2.0-incubating" date="2016-09-27" description="Minor feature and bug fix release."> <!-- TODO --> </release> - <release version="0.1.0-incubating" date="YYYY-MM-DD" description="Initial Release"> + <release version="0.1.0-incubating" date="2016-08-24" description="Initial Release"> <action type="add"> Initial Release. </action>