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 2019/05/20 13:49:29 UTC

[plc4x] branch develop updated: Started updating the RELEASE_NOTES for the next release

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/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 42e3d17  Started updating the RELEASE_NOTES for the next release
42e3d17 is described below

commit 42e3d17ddedf75184c83c2ef6cfd09fb6819c5b3
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon May 20 15:49:23 2019 +0200

    Started updating the RELEASE_NOTES for the next release
---
 RELEASE_NOTES | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 0db3644..e8385c6 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -2,14 +2,16 @@
 (Unreleased) Apache PLC4X 0.4.0-SNAPSHOT
 ==============================================================
 
+This is the first release of Apache PLC4X as top-level project.
+
 New Features
 ------------
 
 - The PlcConnection now supports a `ping` method to allow checking if an existing connection is still alive.
 - Support of the OPC-UA protocol with the `opc-ua-driver`.
 - Other Languages Support:
--- Added first versions of a C# .Net PLC4X API (plc4net)
--- Added first versions of a Python PLC4X API (plc4py)
+-- Added first versions of a C# .Net PLC4X API (`plc4net`)
+-- Added first versions of a Python PLC4X API (`plc4py`)
 - Added an Interop server which allows to relay requests from other languages to a Java Server
 
 Incompatible changes