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/05 08:52:20 UTC

[plc4x-build-tools] branch develop updated: Cleanup in preparation for starting the next release cycle

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-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9a6a79e  Cleanup in preparation for starting the next release cycle
9a6a79e is described below

commit 9a6a79ec4164a0c89dfdbc5feedba58645ce717b
Author: cdutz <ch...@c-ware.de>
AuthorDate: Sun Sep 5 10:52:11 2021 +0200

    Cleanup in preparation for starting the next release cycle
---
 code-generation/NOTICE        |  2 +-
 code-generation/RELEASE_NOTES | 24 +++++++++++++++++++++++-
 plc4x-site-skin/RELEASE_NOTES |  9 +++++++++
 3 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/code-generation/NOTICE b/code-generation/NOTICE
index d1cfc1c..57a0e5e 100644
--- a/code-generation/NOTICE
+++ b/code-generation/NOTICE
@@ -1,5 +1,5 @@
 Apache PLC4X
-Copyright 2017-2020 The Apache Software Foundation
+Copyright 2017-2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/code-generation/RELEASE_NOTES b/code-generation/RELEASE_NOTES
index 6907bf0..e6c6f56 100644
--- a/code-generation/RELEASE_NOTES
+++ b/code-generation/RELEASE_NOTES
@@ -1,4 +1,26 @@
-=============================================================
+==============================================================
+Apache PLC4X Build-Tools Code-Generation 1.5.0 (unreleased)
+==============================================================
+
+New Features
+
+- `string` fields allow variable length input
+- Added a new `byte` simple type for 8 bit values where the
+  language can decide on if it's signed or unsigned.
+- Added a new `unknown` field type that can be used in
+  early stages of a driver, it allows simply discarding data
+  when parsing, but throws an exception when used for
+  serialization
+- Added support to the maven plugin for custom generator
+  options (Such as a custom package name)
+
+Changes
+
+- `enum` fields should only be used if a field of the enum
+  is required for parsing and serializing. For all other
+  cases a `simple` field works just right.
+
+==============================================================
 Apache PLC4X Build-Tools Code-Generation 1.4.0
 ==============================================================
 
diff --git a/plc4x-site-skin/RELEASE_NOTES b/plc4x-site-skin/RELEASE_NOTES
index b361514..034463e 100644
--- a/plc4x-site-skin/RELEASE_NOTES
+++ b/plc4x-site-skin/RELEASE_NOTES
@@ -1,4 +1,13 @@
 ==============================================================
+PLC4X Build Tools: PLC4X Site Skin 1.1.0 (unreleased)
+==============================================================
+
+Changes:
+
+- Updated the skin to use the updated tooling for handling
+  Apache Events
+
+==============================================================
 PLC4X Build Tools: PLC4X Site Skin 1.0.0
 ==============================================================