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 2021/09/21 19:45:42 UTC

[plc4x] branch develop updated (b88998c -> 583a8f9)

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 b88998c  Added the release 0.9.0 to the download section.
     new eb67e70  Updated the release image to 0.9.0
     new 583a8f9  Removed a duplicate mention of the mspec base OPC-UA driver

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                         | 3 ---
 media/release-image-template.svg      | 4 ++--
 src/site/asciidoc/users/download.adoc | 2 --
 3 files changed, 2 insertions(+), 7 deletions(-)

[plc4x] 01/02: Updated the release image to 0.9.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/plc4x.git

commit eb67e70ed102371a07fb43d0b6ebbb9419d46e5f
Author: cdutz <ch...@c-ware.de>
AuthorDate: Tue Sep 21 21:32:31 2021 +0200

    Updated the release image to 0.9.0
---
 media/release-image-template.svg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media/release-image-template.svg b/media/release-image-template.svg
index 1e9d3b0..cab16c4 100644
--- a/media/release-image-template.svg
+++ b/media/release-image-template.svg
@@ -18,7 +18,7 @@
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg width="100%" height="100%" viewBox="0 0 1200 675" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
     <g id="Ebene1">
-        <rect x="0" y="-1.225" width="1200.98" height="678.007" style="fill:rgb(0,255,89);"/>
+        <rect x="0" y="-1.225" width="1200.98" height="678.007" style="fill:rgb(50,255,255);"/>
     </g>
     <g id="logo-PLC4X-color-CMYK-300x" serif:id="logo PLC4X color CMYK@300x" transform="matrix(3.42915,0,0,3.42915,596.343,243.246)">
         <g transform="matrix(1,0,0,1,-162.765,-52.96)">
@@ -861,7 +861,7 @@
     </g>
     <g transform="matrix(1.75314,0,0,1.75314,-101.901,-409.208)">
         <text x="155.18px" y="546.631px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;">Universal IIoT<tspan x="462.699px 473.832px 507.182px " y="546.631px 546.631px 546.631px "> Ad</tspan>apter</text>
-        <text x="156.083px" y="598.267px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;">version 0.8.0 released</text>
+        <text x="156.083px" y="598.267px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;">version 0.9.0 released</text>
     </g>
     <defs>
         <linearGradient id="_Linear4" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.3,-85.75,85.75,0.3,251.28,114.16)"><stop offset="0" style="stop-color:rgb(157,32,100);stop-opacity:1"/><stop offset="0.32" style="stop-color:rgb(157,32,100);stop-opacity:1"/><stop offset="0.63" style="stop-color:rgb(201,32,57);stop-opacity:1"/><stop offset="0.75" style="stop-color:rgb(205,32,53);stop-opacity:1"/><stop offset="1" style="stop-color:rgb(231,121,39);st [...]

[plc4x] 02/02: Removed a duplicate mention of the mspec base OPC-UA driver

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 583a8f93a6ff69c93eb5415801fd2d4ed0e21816
Author: cdutz <ch...@c-ware.de>
AuthorDate: Tue Sep 21 21:33:34 2021 +0200

    Removed a duplicate mention of the mspec base OPC-UA driver
---
 RELEASE_NOTES                         | 3 ---
 src/site/asciidoc/users/download.adoc | 2 --
 2 files changed, 5 deletions(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 97e1488..a7fb439 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -25,9 +25,6 @@ New Features
 
 - Added an initial draft of a Discover and Browse API to PLC4J
 
-- Replaced the OPC-UA driver using Eclipse Milo with a our own, fully
-  generated, version
-
 - PLC4Go now supports many more drivers
 
 - PLC4Go received a huge internal refactoring and cleanup
diff --git a/src/site/asciidoc/users/download.adoc b/src/site/asciidoc/users/download.adoc
index c6bb83e..30af6ca 100644
--- a/src/site/asciidoc/users/download.adoc
+++ b/src/site/asciidoc/users/download.adoc
@@ -34,8 +34,6 @@ a particular topic.
 Eclipse Milo was being used.
 - Permit customized package names for code generation
 - Added an initial draft of a Discover and Browse API to PLC4J
-- Replaced the OPC-UA driver using Eclipse Milo with a our own, fully
-generated, version
 - PLC4Go now supports many more drivers
 - PLC4Go received a huge internal refactoring and cleanup
 - Major cleanup of PLC4C