Updated Branches: refs/heads/master 43743fdef -> 8240b17d5
trivial commit to prepare for Any23 0.9.0 RC#1 Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/8240b17d Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/8240b17d Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/8240b17d Branch: refs/heads/master Commit: 8240b17d57921ed1d088270bf81c7003511180cd Parents: 43743fd Author: Lewis John McGibbney <[email protected]> Authored: Mon Oct 28 20:06:15 2013 +0000 Committer: Lewis John McGibbney <[email protected]> Committed: Mon Oct 28 20:06:15 2013 +0000 ---------------------------------------------------------------------- README.txt | 12 +++++++++--- RELEASE-NOTES.txt | 32 +++++++++++++++++++++++++++++++- 2 files changed, 40 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/8240b17d/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index 8482b2a..f8a9754 100644 --- a/README.txt +++ b/README.txt @@ -18,10 +18,16 @@ structured data in RDF format from a variety of Web documents. Distribution Content -------------------- +api Any23 library external API. core The library core codebase. -service The library HTTP service codebase. -lib Contains the the external deps (read lib/README.txt for further details). +csvutils A CSV specific package +encoding Encoding detection library. +mime MIME Type detection library. +nquads NQuads parsing and serialization library. plugins Library plugins codebase (read plugins/README.txt for further details). +service The library HTTP service codebase. +src Packing of Any23 artifacts. +test-resources Material relating to Any23 JUnit test cases. RELEASE-NOTES.txt File reporting main release notes for every version. LICENSE.txt Applicable project license. README.txt This file. @@ -269,4 +275,4 @@ The commentary provided within the below references spans the entire history of [2] https://issues.apache.org/jira/browse/INFRA-4146 [3] https://issues.apache.org/jira/browse/ANY23-29 -EOF \ No newline at end of file +EOF http://git-wip-us.apache.org/repos/asf/any23/blob/8240b17d/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index ac51128..1a90866 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,4 +1,34 @@ - Apache Any23 0.8.0 + Apache Any23 0.9.0 + Release Notes + 28/10/2013 (dd/mm/yyyy) + +Sub-task + + [ANY23-142] - LKIF-Core Vocabulary + [ANY23-143] - LRICore Vocabulary + +Bug + + [ANY23-111] - Any23 raises an unmanaged exception from the Microdata parser + [ANY23-115] - Empty spans seem to break ANY23 + [ANY23-161] - Fix service file generation + [ANY23-165] - "Invalid content" error if TITLE precedes encoding declaration in the document + [ANY23-171] - form.html not in correct location in service. + +Improvement + + [ANY23-47] - Migrate basic-crawler classes to org.apache.nutch + [ANY23-164] - office-scraper ExcelExtractorFactory.java to accept application/x-tika-ooxml and application/x-tika-msoffice formats + +New Feature + + [ANY23-120] - Split CLI tools out into a new module + +Task + + [ANY23-122] - Cleanup Distribution Mirrors + + Apache Any23 0.8.0 Release Notes 01/05/2013 (dd/mm/yyyy)
