This is an automated email from the ASF dual-hosted git repository.
jfeinauer pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new eb92a28 [RELEASE] Added download link for Release 0.3.1.
eb92a28 is described below
commit eb92a2892bc7f11ded3480eb203d63baffda2782
Author: julian <[email protected]>
AuthorDate: Mon Mar 11 14:31:57 2019 +0100
[RELEASE] Added download link for Release 0.3.1.
---
RELEASE_NOTES | 1 +
src/site/asciidoc/developers/release.adoc | 3 ++-
src/site/asciidoc/users/download.adoc | 19 +++++++++++++++++--
3 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index ecf2e5d..ea1b464 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -20,6 +20,7 @@ This is a bugfix-release, that fixes some problems with S7
driver.
Bug Fixes
---------
+
- The S7 driver didn't correctly handle "fill-bytes" in multi-item
read-responses and multi-item write-requests
- PLC4X-83: fixed NPE when reading odd-length array of one-byte base types
- PLC4X-82: renamed flags "F" to Siemens Standard "M" (Marker)
diff --git a/src/site/asciidoc/developers/release.adoc
b/src/site/asciidoc/developers/release.adoc
index 9b08f77..72de3ac 100644
--- a/src/site/asciidoc/developers/release.adoc
+++ b/src/site/asciidoc/developers/release.adoc
@@ -527,12 +527,13 @@ be pushed.
The URL http://plc4x.apache.org/users/download.html has to be changed and the
current release
has to be listed there.
-This is done by changing the `download.adoc` under `src/site/users/`.
+This is done by changing the `download.adoc` under `src/site/users/` (**in the
develop branch, as this is where the site is generated from!**)
1. Copy the last release down to _Previous Releases_
2. Add the new Release under _Current Releases_ and change all links.
3. Update the sections for the changes according to the _RELEASE_NOTES_ from
the release
_Note: Transfer all to ascii-doc notation to ensure correct rendering of the
site_
+_Also remove the JIRA TICKET ids in Front_
=== Notifying the world
diff --git a/src/site/asciidoc/users/download.adoc
b/src/site/asciidoc/users/download.adoc
index 07155ab..4f0255b 100644
--- a/src/site/asciidoc/users/download.adoc
+++ b/src/site/asciidoc/users/download.adoc
@@ -21,6 +21,23 @@ Be sure to verify your downloads by these
https://www.apache.org/info/verificati
=== Current Releases
+==== 0.3.1 Official
https://www.apache.org/dyn/closer.lua/incubator/plc4x/0.3.1-incubating/apache-plc4x-incubating-0.3.1-source-release.zip[source
release] [
https://www.apache.org/dist/incubator/plc4x/0.3.1-incubating/apache-plc4x-incubating-0.3.1-source-release.zip.sha512[SHA512]
] [
https://www.apache.org/dist/incubator/plc4x/0.3.1-incubating/apache-plc4x-incubating-0.3.1-source-release.zip.asc[ASC]
]ยด
+
+===== New Features
+
+
+===== Incompatible changes
+
+
+===== Bug Fixes
+
+- The S7 driver didn't correctly handle "fill-bytes" in multi-item
read-responses and multi-item write-requests
+- Fixed NPE when reading odd-length array of one-byte base types
+- Renamed flags "F" to Siemens Standard "M" (Marker)
+- Fixed a bug in the DefaultS7MessageProcessor which didn't correctly merge
together split up items
+
+=== Previous Releases
+
==== 0.3.0 Official
https://www.apache.org/dyn/closer.lua/incubator/plc4x/0.3.0-incubating/apache-plc4x-incubating-0.3.0-source-release.zip[source
release] [
https://www.apache.org/dist/incubator/plc4x/0.3.0-incubating/apache-plc4x-incubating-0.3.0-source-release.zip.sha512[SHA512]
] [
https://www.apache.org/dist/incubator/plc4x/0.3.0-incubating/apache-plc4x-incubating-0.3.0-source-release.zip.asc[ASC]
]
===== New Features
@@ -49,8 +66,6 @@ Be sure to verify your downloads by these
https://www.apache.org/info/verificati
- Write operations seem to fail
- Fixed a Bug where S7 was not able to read arrays.
-=== Previous Releases
-
==== 0.2.0 Official
https://www.apache.org/dyn/closer.lua/incubator/plc4x/0.2.0-incubating/apache-plc4x-incubating-0.2.0-source-release.zip[source
release] [
https://www.apache.org/dist/incubator/plc4x/0.2.0-incubating/apache-plc4x-incubating-0.2.0-source-release.zip.sha512[SHA512]
] [
https://www.apache.org/dist/incubator/plc4x/0.2.0-incubating/apache-plc4x-incubating-0.2.0-source-release.zip.asc[ASC]
]
===== Changes: