You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/11/15 10:25:27 UTC

[incubator-plc4x] branch develop updated (e9b3e9d -> 9079be4)

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

cdutz pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git.


    from e9b3e9d  - Documentation on the new release process ..
     new 7ae072b  - Fixed the linking of generated images.
     new 9079be4  - Updated RELEASE_NOTES in preparation for release 0.2.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE_NOTES                                  | 63 +++++++++++++++++++++++++-
 src/site/asciidoc/developers/contributing.adoc |  1 +
 2 files changed, 63 insertions(+), 1 deletion(-)


[incubator-plc4x] 02/02: - Updated RELEASE_NOTES in preparation for release 0.2.0

Posted by cd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 9079be4d09bfeccb740899d9302c7ea13e0f4b6f
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Nov 15 11:25:18 2018 +0100

    - Updated RELEASE_NOTES in preparation for release 0.2.0
---
 RELEASE_NOTES | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 62 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 7083a57..b6bc800 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,5 +1,66 @@
+==============================================================
+Apache PLC4X (incubating) 0.2.0
+==============================================================
+
+This is the second official release of Apache PLC4X.
+
+Especially have we addressed all issues reported during
+our first release, that were of non-technical nature.
+These were tracked in:
+
+PLC4X-60	Fix findings by the last release
+
+New Features
+------------
+A new connection-pool was added, which allows automatic
+pooling and reuse of PLC connections.
+
+A new OPM module was added, which allows JPA like read-
+communication using POJOs, very similar to PJA.
+
+A stub of a new driver for the Emerson DeltaV protocol
+has been added, but is not yet a fully functional PLC4X
+driver. This is also a first test of our new `passive-
+mode-driver` concept.
+
+PLC4X-64	The Modbus connection string should be
+            extended with ENDIANESS Information
+
+Incompatible changes
+--------------------
+
+We have refactored the API in order to eliminate the
+need of passing `x-requests` to `x-methods` and added
+an `execute` method to each request type. This greatly
+simplifies the client code. However this requires
+refactoring of applications using the direct PLC4X API.
+
+Miscellaneous changes
+---------------------
+
+We have increased the test coverage greatly and fixed
+a lot of little errors we found on the way.
+
+Known Issues
+------------
+
+Bug Fixes
+---------
+
+PLC4X-56	[S7] S7Field does not recognize addresses
+            with numElements present
+PLC4X-57	[S7] Response for address with numElements
+            contains only first item
+PLC4X-61	Installation fails plc4j-protocoll-ethernetip
+            needs license
+PLC4X-62	Modbus results deliver null-Value due to missing
+            implementation of getShort, getLong ...
+
+
+
+==============================================================
 Apache PLC4X (incubating) 0.1.0
-===============================
+==============================================================
 
 This is the first official release of Apache PLC4X.
 It contains drivers for the following protocols:


[incubator-plc4x] 01/02: - Fixed the linking of generated images.

Posted by cd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 7ae072b42961e36d54868033928d102d225f8d2e
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Nov 15 11:25:06 2018 +0100

    - Fixed the linking of generated images.
---
 src/site/asciidoc/developers/contributing.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/site/asciidoc/developers/contributing.adoc b/src/site/asciidoc/developers/contributing.adoc
index 3472c4f..6b97d71 100644
--- a/src/site/asciidoc/developers/contributing.adoc
+++ b/src/site/asciidoc/developers/contributing.adoc
@@ -14,6 +14,7 @@
 //  See the License for the specific language governing permissions and
 //  limitations under the License.
 //
+:imagesdir: ../img/
 
 == Contributing