Repository: incubator-rya-site
Updated Branches:
  refs/heads/master 864fd3d99 -> 9cf368224


adeed 3.2.12 release download links and notes and added new mentor in 
contributors


Project: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-rya-site/commit/4f583b4d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/tree/4f583b4d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya-site/diff/4f583b4d

Branch: refs/heads/master
Commit: 4f583b4d939e6949b82e93f7da69119ae5b7bd56
Parents: 864fd3d
Author: Adina Crainiceanu <ad...@usna.edu>
Authored: Wed Mar 7 18:45:50 2018 -0500
Committer: Adina Crainiceanu <ad...@usna.edu>
Committed: Wed Mar 7 18:45:50 2018 -0500

----------------------------------------------------------------------
 content/_data/contributors.yml               |  8 +++-
 content/_posts/2018-03-04-release-3.2.12.md  | 51 +++++++++++++++++++++++
 content/_posts/2018-03-04-relnotes-3.2.12.md | 28 +++++++++++++
 3 files changed, 86 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/4f583b4d/content/_data/contributors.yml
----------------------------------------------------------------------
diff --git a/content/_data/contributors.yml b/content/_data/contributors.yml
index 28c0e56..32c598f 100644
--- a/content/_data/contributors.yml
+++ b/content/_data/contributors.yml
@@ -26,7 +26,7 @@
 - name: Sean Busbey 
   apacheId: busbey
   githubId: busbey
-  role: Mentor
+  role: Former Mentor
   org: 
 
 - name: Kevin Chilton
@@ -89,6 +89,12 @@
   org:
   role: Committer
 
+- name: Billie Rinaldi
+  apacheId: billie
+  githubId: 
+  org:
+  role: Mentor
+
 - name: Puja Valiyil
   apacheId: pujav65
   githubId: pujav65

http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/4f583b4d/content/_posts/2018-03-04-release-3.2.12.md
----------------------------------------------------------------------
diff --git a/content/_posts/2018-03-04-release-3.2.12.md 
b/content/_posts/2018-03-04-release-3.2.12.md
new file mode 100644
index 0000000..739f28b
--- /dev/null
+++ b/content/_posts/2018-03-04-release-3.2.12.md
@@ -0,0 +1,51 @@
+---
+layout: post
+date: "2018-03-04"
+title: Release 3.2.12
+description: details of the third release of Rya (Incubating)
+version: 3.2.12
+fullVersion: rya-incubating-3.2.12
+filename: rya-project-3.2.12-incubating-source-release
+releaseNotes:  "{% post_url 2018-03-04-relnotes-3.2.12 %}"
+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://dist.apache.org/repos/dist/release/{{ 
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](http://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)

http://git-wip-us.apache.org/repos/asf/incubator-rya-site/blob/4f583b4d/content/_posts/2018-03-04-relnotes-3.2.12.md
----------------------------------------------------------------------
diff --git a/content/_posts/2018-03-04-relnotes-3.2.12.md 
b/content/_posts/2018-03-04-relnotes-3.2.12.md
new file mode 100644
index 0000000..336cd99
--- /dev/null
+++ b/content/_posts/2018-03-04-relnotes-3.2.12.md
@@ -0,0 +1,28 @@
+---
+layout: post
+date: "2018-03-04"
+title: Release Notes v3.2.12
+description: Details of what changed in v3.2.12 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=12341570)
 resolved in this release.
+
+Here are the release highlights:
+
+* [RYA-342]({{page.jira}}RYA-342) - Improved documentation for deploying the 
RYA PCJ Updater
+
+* [RYA-368]({{page.jira}}RYA-368) - Created a Rya Shell for MongoDB
+
+* [RYA-440]({{page.jira}}RYA-440) - Integrated RyaStreams with the Rya Shell
+
+* [RYA-303]({{page.jira}}RYA-303) - Added PCJ indexer support for MongoDB 
backend
+
+* [RYA-417]({{page.jira}}RYA-417) - Implemented a forward-chaining rules 
engine that runs as a batch process, operates on user-defined SPIN rules, and 
inserts derived information back in Rya 
+
+* [RYA-416]({{page.jira}}RYA-416) - Added the ability to use the MongoDB 
aggregation pipeline to evaluate simple SPARQL expressions for MongoDB backend 
+
+* [RYA-377]({{page.jira}}RYA-377) - Implemented single node Kafka streams 
incremental SPARQL processor
+

Reply via email to