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/10/21 14:58:30 UTC

[plc4x] branch develop updated (cdd50b4 -> 71930eb)

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


    from cdd50b4  - Fixed some broken tests (No idea why they were not executed in the sandbox) - Cleaned up some dependency issues (Also no idea why this wasn't detected in the sandbox)
     new 8de71ac  - Prepared the RELEASE_NOTES for the next release cycle
     new 71930eb  - Fixed the information in the LICENSE files as some classes were moved

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:
 LICENSE                                                   |  7 +++----
 RELEASE_NOTES                                             | 15 ++++++++++++++-
 .../raw-sockets/src/remote-resources/META-INF/LICENSE     |  6 ++++--
 3 files changed, 21 insertions(+), 7 deletions(-)


[plc4x] 01/02: - Prepared the RELEASE_NOTES for the next release cycle

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

commit 8de71acdd46a8a00dac693771ead9cc1f003f0f5
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Oct 21 16:52:07 2019 +0200

    - Prepared the RELEASE_NOTES for the next release cycle
---
 RELEASE_NOTES | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 33e69fe..e3f8bb6 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,5 +1,18 @@
 ==============================================================
-(Unreleased) Apache PLC4X 0.5.0-SNAPSHOT
+(Unreleased) Apache PLC4X 0.6.0-SNAPSHOT
+==============================================================
+
+New Features
+------------
+
+Incompatible changes
+--------------------
+
+Bug Fixes
+---------
+
+==============================================================
+Apache PLC4X 0.5.0-SNAPSHOT
 ==============================================================
 
 This is the first release containing our new generaed drivers (AB-ETH)


[plc4x] 02/02: - Fixed the information in the LICENSE files as some classes were moved

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

commit 71930eb0017c9e896e8ca0ae1369dfdf7b44c94b
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Oct 21 16:57:59 2019 +0200

    - Fixed the information in the LICENSE files as some classes were moved
---
 LICENSE                                                       | 7 +++----
 plc4j/utils/raw-sockets/src/remote-resources/META-INF/LICENSE | 6 ++++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/LICENSE b/LICENSE
index 843cb14..7f53f08 100644
--- a/LICENSE
+++ b/LICENSE
@@ -204,10 +204,9 @@
 ===============================================================
 
 The Files:
-plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/RawSocketListener.java
-plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/RawIpSocket.java
-plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/RawSocketException.java
-plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/RawSocketListener.java
+plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/attic/RawEthernetSocket.java
+plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/attic/RawIpSocket.java
+plc4j/utils/raw-sockets/src/main/java/org/apache/plc4x/java/utils/rawsockets/attic/RawSocketListener.java
 Are copyrighted by the The Netty Project which is distributed under the Apache 2.0 license.
 
 The Files:
diff --git a/plc4j/utils/raw-sockets/src/remote-resources/META-INF/LICENSE b/plc4j/utils/raw-sockets/src/remote-resources/META-INF/LICENSE
index 12e360a..ec7b65c 100644
--- a/plc4j/utils/raw-sockets/src/remote-resources/META-INF/LICENSE
+++ b/plc4j/utils/raw-sockets/src/remote-resources/META-INF/LICENSE
@@ -2,5 +2,7 @@
 ----------------------------------------------
 
 The Files:
-src/main/java/org/apache/plc4x/java/utils/rawsockets/atic/RawIpSocket.java
-Are copyrighted by the The Netty Project which is distributed under the Apache 2.0 license.
\ No newline at end of file
+src/main/java/org/apache/plc4x/java/utils/rawsockets/attic/RawEthernetSocket.java
+src/main/java/org/apache/plc4x/java/utils/rawsockets/attic/RawIpSocket.java
+src/main/java/org/apache/plc4x/java/utils/rawsockets/attic/RawSocketListener.java
+Are copyrighted by the The Netty Project which is distributed under the Apache 2.0 license.