This is an automated email from the ASF dual-hosted git repository.

mihalik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-rya-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8991ddd  adding 4.0.0 release notes
8991ddd is described below

commit 8991ddd9133d35993f9c1d203471486d2b861854
Author: Aaron Mihalik <[email protected]>
AuthorDate: Sat Jul 27 09:55:25 2019 -0400

    adding 4.0.0 release notes
---
 content/_config.yml                         |  2 +-
 content/_posts/2019-07-27-release-4.0.0.md  | 51 +++++++++++++++++++++
 content/_posts/2019-07-27-relnotes-4.0.0.md | 71 +++++++++++++++++++++++++++++
 3 files changed, 123 insertions(+), 1 deletion(-)

diff --git a/content/_config.yml b/content/_config.yml
index 4fbd445..2e69e82 100644
--- a/content/_config.yml
+++ b/content/_config.yml
@@ -19,7 +19,7 @@ excerpt_separator: ""
 
 repository: https://git-wip-us.apache.org/repos/asf/incubator-rya-site
 destination: target
-exclude: [README.md,Gemfile*]
+exclude: [README.md,Gemfile*,vendor]
 keep_files: [".git", ".svn", "apidocs"]
 
 # The base path where the website is deployed
diff --git a/content/_posts/2019-07-27-release-4.0.0.md 
b/content/_posts/2019-07-27-release-4.0.0.md
new file mode 100644
index 0000000..2cac24e
--- /dev/null
+++ b/content/_posts/2019-07-27-release-4.0.0.md
@@ -0,0 +1,51 @@
+---
+layout: post
+date: "2019-07-27"
+title: Release 4.0.0
+description: details of the forth release of Rya (Incubating)
+version: 4.0.0
+fullVersion: rya-incubating-4.0.0
+filename: rya-project-4.0.0-incubating-source-release
+releaseNotes:  "{% post_url 2019-07-27-relnotes-4.0.0 %}"
+categories: [release]
+---
+{% comment %}
+Some of the variables above are used on the summary page that iterates through 
posts where catagories=release.
+{% endcomment %}{% capture apacheDistMirror 
%}http://www.apache.org/dyn/closer.lua/{{ 
site.data.project.incubator_slash_name }}/{{ page.fullVersion }}{% endcapture %}
+{% capture d %}https://www.apache.org/dist/{{ 
site.data.project.incubator_slash_name }}/{{ page.fullVersion }}{% endcapture %}
+
+
+
+
+
+This is Rya's third Apache release, version {{ page.version }}.  It is 
available as a source code download:
+
+- [Source download from Apache]({{ apacheDistMirror }}/{{ page.filename }}.zip)
+- Verify: {% comment %}
+{% endcomment %} [pgp]( {{ d }}/{{ page.filename }}.zip.asc ){% comment %}
+{% endcomment %} [md5]( {{ d }}/{{ page.filename }}.zip.md5 ){% comment %}
+{% endcomment %} [sha1]({{ d }}/{{ page.filename }}.zip.sha1){% comment %}
+{% endcomment %} [sha512]({{ d }}/{{ page.filename }}.zip.sha512)
+- [Release notes]({{ page.releaseNotes | liquify }})
+- [Central repository for Maven and other dependency 
managers](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.rya%22)
+
+[Verify](http://www.apache.org/dyn/closer.cgi#verify)
+using the corresponding *pgp* signature (using the committer file in
+[KEYS](https://www.apache.org/dist/{{ site.data.project.incubator_slash_name 
}}/KEYS)).
+If you cannot do that, the *md5* or *sha1* hash file may be used to check that 
the
+download has completed okay.
+
+For fast downloads, current source distributions are hosted on mirror servers;
+older source distributions are in the
+[archive](http://archive.apache.org/dist/incubator/{{ 
site.data.project.unix_name }}/).
+If a download from a mirror fails, retry, and the second download will likely
+succeed.
+
+For security, hash and signature files are always hosted at
+[Apache](https://www.apache.org/dist/{{ site.data.project.incubator_slash_name 
}}).
+
+Next steps:
+- [Building from Source](https://github.com/apache/incubator-rya/blob/rel/{{ 
page.fullVersion }}/extras/rya.manual/src/site/markdown/build-source.md)
+- [Quick Start](https://github.com/apache/incubator-rya/blob/rel/{{ 
page.fullVersion }}/extras/rya.manual/src/site/markdown/quickstart.md)
+- [Typical First Steps](https://github.com/apache/incubator-rya/blob/rel/{{ 
page.fullVersion }}/extras/rya.manual/src/site/markdown/sm-firststeps.md)
+- [Manual -- includes documents 
above](https://github.com/apache/incubator-rya/blob/rel/{{ page.fullVersion 
}}/extras/rya.manual/src/site/markdown/index.md)
diff --git a/content/_posts/2019-07-27-relnotes-4.0.0.md 
b/content/_posts/2019-07-27-relnotes-4.0.0.md
new file mode 100644
index 0000000..6c09e39
--- /dev/null
+++ b/content/_posts/2019-07-27-relnotes-4.0.0.md
@@ -0,0 +1,71 @@
+---
+layout: post
+date: "2019-07-27"
+title: Release Notes v4.0.0
+description: Details of what changed in v4.0.0 of Rya (Incubating)
+categories: [releasenotes]
+jira: https://issues.apache.org/jira/browse/
+---
+Release Notes v3.2.12
+
+See the full [list of 
issues](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319020&version=12341289)
 resolved in this release.
+
+Here are the release highlights:
+
+* [RYA-446]({{page.jira}}RYA-446) - RPM for installing Query Manager as a 
daemon process on CentOS 7.
+
+* [RYA-448]({{page.jira}}RYA-448) - Implement query manager xml configuration 
marshaling code
+
+* [RYA-449]({{page.jira}}RYA-449) - Create interfaces for QueryChangeLogSource
+
+* [RYA-450]({{page.jira}}RYA-450) - Create a KafkaQueryChangeLogSource
+
+* [RYA-451]({{page.jira}}RYA-451) - Create QueryManager
+
+* [RYA-453]({{page.jira}}RYA-453) - Implement a Query Manager driver
+
+* [RYA-455]({{page.jira}}RYA-455) - QueryExecutor should be able to stop all 
queries of a specific Rya Instance
+
+* [RYA-456]({{page.jira}}RYA-456) - Implement a Single Node implementation of 
QueryExecutor
+
+* [RYA-458]({{page.jira}}RYA-458) - Only be able to configure a single Kafka 
based QueryChangeLogSource
+
+* [RYA-462]({{page.jira}}RYA-462) - Update query result topic name for Rya 
Streams
+
+* [RYA-463]({{page.jira}}RYA-463) - Add insert flag to StreamsQuery
+
+* [RYA-467]({{page.jira}}RYA-467) - Rya Streams - QueryChangeLog topic deletes 
content after 7 days.
+
+* [RYA-469]({{page.jira}}RYA-469) - Rya Streams - Join iterator bug.
+
+* [RYA-485]({{page.jira}}RYA-485) - fix maven-shade-plugin usage
+
+* [RYA-488]({{page.jira}}RYA-488) - The Geo dependency repositories need to be 
in a geoindexing profile.
+
+* [RYA-492]({{page.jira}}RYA-492) - Add language support to Literals
+
+* [RYA-494]({{page.jira}}RYA-494) - Shell insert and query bug.
+
+* [RYA-495]({{page.jira}}RYA-495) - old version numbers in Vagrantfile prevent 
it from working
+
+* [RYA-497]({{page.jira}}RYA-497) - Accumulo Rya Kafka Connect Sink - Slow 
insert rates.
+
+* [RYA-487]({{page.jira}}RYA-487) - Kafka Connect Rya Sink
+
+* [RYA-515]({{page.jira}}RYA-515) - Upgrade Mongo driver to 3.10.2
+
+* [RYA-405]({{page.jira}}RYA-405) - Migrate from Sesame to rdf4j libs
+
+* [RYA-466]({{page.jira}}RYA-466) - Rya Streams Client - Stream results to 
file.
+
+* [RYA-489]({{page.jira}}RYA-489) - Create the rya.test.accumulo project.
+
+* [RYA-491]({{page.jira}}RYA-491) - Create the rya.test.mongo project.
+
+* [RYA-269]({{page.jira}}RYA-269) - Test AccumuloLoadStatementsFileIT fails: 
depends on old identifier: "urn:mvm.rya/2012/05#version"
+
+* [RYA-476]({{page.jira}}RYA-476) - DateTimeWithinPeriodTest is sensitive to 
DST spring forward.
+
+* [RYA-443]({{page.jira}}RYA-443) - Implement a single node query manager
+
+* [RYA-486]({{page.jira}}RYA-486) - Update master to 4.0.0

Reply via email to