You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2019/02/05 14:24:19 UTC

[incubator-plc4x] branch develop updated: Improved download.adoc site.

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 5cb9242  Improved download.adoc site.
5cb9242 is described below

commit 5cb924252be863df9bd3100636bfdc28415405e6
Author: julian <j....@pragmaticminds.de>
AuthorDate: Tue Feb 5 15:24:16 2019 +0100

    Improved download.adoc site.
---
 src/site/asciidoc/users/download.adoc | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/site/asciidoc/users/download.adoc b/src/site/asciidoc/users/download.adoc
index e5f056e..07155ab 100644
--- a/src/site/asciidoc/users/download.adoc
+++ b/src/site/asciidoc/users/download.adoc
@@ -21,10 +21,9 @@ Be sure to verify your downloads by these https://www.apache.org/info/verificati
 
 === Current 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] ]
+==== 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
+===== New Features
 
 - Object PLC Mapping (OPM) now has a Alias Registry to allow
   variable substitution at runtime and write support
@@ -33,7 +32,7 @@ Official https://www.apache.org/dyn/closer.lua/incubator/plc4x/0.3.0-incubating/
 - New integration `apache-karaf` to enable plc4j in a karaf
   runtime environment
 
-==== Incompatible changes
+===== Incompatible changes
 
 - The 'plc4j-core' module has been merged into 'plc4j-api'.
   So there is no 'plc4j-core' module anymore. Just remove that
@@ -42,7 +41,7 @@ Official https://www.apache.org/dyn/closer.lua/incubator/plc4x/0.3.0-incubating/
   a `plc4j-protocol-{name}` you now need to change this to
   `plc4j-driver-{name}`
 
-==== Bug Fixes
+===== Bug Fixes
 
 - Fixing dependency to the wrap url-handler
 - When receiving responses with more than 512 byte, the IsoOnTcp protocol doesn't work
@@ -52,10 +51,9 @@ Official https://www.apache.org/dyn/closer.lua/incubator/plc4x/0.3.0-incubating/
 
 === 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] ]
+==== 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:
+===== Changes:
 
 * Changed API: instead of passing request object to `read({read-request})`, `write({write-request})` or `subscribe({subscribe-request})` methods now the `execute()` method is called on the request itself
 * New Connection Pool component