Skip to content
Snippets Groups Projects
Commit 87d6d779 authored by Adam Knapp's avatar Adam Knapp
Browse files

Version update for release


Signed-off-by: default avatarAdam Knapp <adam.knapp@ericsson.com>
parent 9c3776e3
No related branches found
No related tags found
1 merge request!497Version update for release
Showing
with 95 additions and 82 deletions
......@@ -11,6 +11,7 @@ updates.
| Version | Released | Supported |
| ------- | ---------- | ------------------ |
| 11.0.0 | 2024-11-14 | :white_check_mark: |
| 10.1.2 | 2024-07-09 | :white_check_mark: |
| 10.1.1 | 2024-06-05 | :white_check_mark: |
| 10.1.0 | 2024-04-25 | :white_check_mark: |
......
......@@ -24,9 +24,9 @@
#define VERSION_H
/* Version numbers */
#define TTCN3_MAJOR 10
#define TTCN3_MINOR 1
#define TTCN3_PATCHLEVEL 2 //0-> x=A, 1-> x=B, ...
#define TTCN3_MAJOR 11
#define TTCN3_MINOR 0
#define TTCN3_PATCHLEVEL 0 //0-> x=A, 1-> x=B, ...
//#define TTCN3_BUILDNUMBER 0 //0=R5x, 1=R5x01, 2=R5x02, ...
/* The aggregated version number must be set manually since some stupid
......@@ -39,7 +39,7 @@
* TTCN3_VERSION = TTCN3_MAJOR * 1000000 + TTCN3_MINOR * 10000 +
* TTCN3_PATCHLEVEL * 100 + TTCN3_BUILDNUMBER
*/
#define TTCN3_VERSION 100102
#define TTCN3_VERSION 110000
/* A monotonically increasing version number.
* An official release is deemed to have the highest possible build number (99)
......
......@@ -18,7 +18,7 @@ RUN echo 'sh' >> /home/titan/.bashrc
WORKDIR /home/titan
RUN git clone https://gitlab.eclipse.org/eclipse/titan/titan.core.git
WORKDIR /home/titan/titan.core/
RUN git checkout tags/10.1.2
RUN git checkout tags/11.0.0
## SET UP ENV VARIABLES
ENV TTCN3_DIR=/home/titan/titan.core/Install
......
......@@ -24,9 +24,9 @@ ENV PATH=$TTCN3_DIR/bin:$PATH \
## CLONE TITAN
WORKDIR /home/titan/
RUN git clone https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins.git
# Checkout release 10.1.2
# Checkout release 11.0.0
WORKDIR /home/titan/titan.core
RUN git checkout tags/10.1.2
RUN git checkout tags/11.0.0
## SET Makefile.personal
# TTCN3_DIR := /home/titan/titan.core/Install
......
......@@ -26,8 +26,8 @@ with {
// So we can't have the above regex check for precisely /R9Z/ and the one below
// check for the more general /R\d[A-HJ-NS-VX-Z](\d{1,2})?/
/* Test needs to be adjusted for every release !!!!!!! */
extension "requiresTITAN CRL 113 200/10 R1C"; /* This one must just pass, the next one must just fail */
extension "requiresTITAN CRL 113 200/10 R3B01"; //^error: This module needs to be compiled with TITAN version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected//
extension "requiresTITAN CRL 113 200/11 R0A"; /* This one must just pass, the next one must just fail */
extension "requiresTITAN CRL 113 200/11 R3B01"; //^error: This module needs to be compiled with TITAN version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected//
/* The old style RnXnn, without the CRL 113 200 and the suffix, implies major version 1
* Now that Titan is at version 6, the following will always pass:
*/
......@@ -43,8 +43,8 @@ with {
// So we can't have the above regex check for precisely /R9Z/ and the one below
// check for the more general R\d[A-HJ-NS-VX-Z](\d{1,2})?/
/* Test needs to be adjusted for every release !!!!!!! */
extension "requiresTITAN 10/CAX 105 7730 R1C"; /* This one must just pass, the next one must just fail */
extension "requiresTITAN 10/CAX 105 7730 R3B01"; //^error: This module needs to be compiled with TITAN version (\d+\/CAX \d+ \d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (\d+\/CAX \d+ \d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected//
extension "requiresTITAN 11/CAX 105 7730 R0A"; /* This one must just pass, the next one must just fail */
extension "requiresTITAN 11/CAX 105 7730 R3B01"; //^error: This module needs to be compiled with TITAN version (\d+\/CAX \d+ \d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (\d+\/CAX \d+ \d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected//
/* The old style RnXnn, without the CRL 113 200 and the suffix, implies major version 1
* Now that Titan is at version 6, the following will always pass:
*/
......@@ -97,7 +97,7 @@ with {
extension "requiresTITAN 77.2.1"; //^error: This module needs to be compiled with TITAN version 77.2.1 or higher; version \d+\.\d+\.\d+ detected//
extension "requiresTITAN 77.22.1"; //^error: This module needs to be compiled with TITAN version 77.22.1 or higher; version \d+\.\d+\.\d+ detected//
extension "requiresTITAN 6.22.1"; /* This one must just pass */
extension "requiresTITAN 10.1.11"; //^error: This module needs to be compiled with TITAN version 10.1.11 or higher; version \d+\.\d+\.\d+ detected//
extension "requiresTITAN 11.1.11"; //^error: This module needs to be compiled with TITAN version 11.1.11 or higher; version \d+\.\d+\.\d+ detected//
extension "requiresTITAN 4.2.11"; /* This one must just pass */
extension "requiresTITAN .2.1"; //^error: at or before token `.': syntax error//
extension "requiresTITAN 77..1"; //^error: at or before token `.': syntax error//
......
---
Author: Arpad Lovassy
Version: 10.1.2
Date: 2024-07-08
Version: 11.0.0
Date: 2024-11-14
---
= Titan Executor API User Guide
:author: Arpad Lovassy
:revnumber: 10.1.2
:revdate: 2024-07-08
:revnumber: 11.0.0
:revdate: 2024-11-14
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 10.1.2
Date: 2024-07-08
Author: Jenő Balaskó, Ádám Knapp
Version: 11.0.0
Date: 2024-11-14
---
= Product Revision Information for TITAN
:author: Jenő Balaskó
:revnumber: 10.1.2
:revdate: 2024-07-08
:author: Jenő Balaskó, Ádám Knapp
:revnumber: 11.0.0
:revdate: 2024-11-14
:sectnums:
:doctype: book
:leveloffset: +1
......@@ -20,6 +20,7 @@ Date: 2024-07-08
[cols=",,,,",options="header",]
|===
|Old Product number | Old Rev | New Product Number | New Rev | Function designation
|10.1.2 | 10.1.2 | 11.0.0 | 11.0.0 | TTCN-3 Executor
|10.1.1 | 10.1.1 | 10.1.2 | 10.1.2 | TTCN-3 Executor
|10.1.0 | 10.1.0 | 10.1.1 | 10.1.1 | TTCN-3 Executor
|10.0.0 | 10.0.0 | 10.1.0 | 10.1.0 | TTCN-3 Executor
......@@ -60,22 +61,22 @@ Legend: R = Revised, N = New, C = Cancelled, E = Equal
[width="100%",cols="25%,25%,25%,25%",options="header",]
|===
|Name |Old Revision |New Revision |
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/releasenotes/releasenotes.adoc[Release Notes for TITAN TTCN-3 Test Executor] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/installationguide/installationguide.adoc[Installation guide for TITAN TTCN-3 Test Executor] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins/blob/master/org.eclipse.titan.help/docs/Eclipse_installationguide/Eclipse_installationguide.adoc[Installation Guide for TITAN Designer and TITAN Executor for the Eclipse IDE] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/userguide/UserGuide.adoc[User Guide for TITAN] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/referenceguide/ReferenceGuide.adoc[Programmers Technical Reference for TITAN TTCN-3 Test Executor] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins/tree/master/org.eclipse.titan.designer/docs/Eclipse_Designer_userguide/DesignerUserGuide.adoc[User Guide for the TITAN Designer for the Eclipse IDE] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins/tree/master/org.eclipse.titan.executor/docs/Eclipse_Executor_userguide/ExecutorUserGuide.adoc[User Guide for the TITAN Executor for the Eclipse IDE] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/apiguide/Apiguide.adoc[API Technical Reference for TITAN TTCN-3 Test Executor] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc[Titan Executor API user guide] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium/docs/Titanium_referenceguide/Titanium_referenceguide.adoc[Programmers Tech. Reference Guide for Titanium] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/java_referenceguide/JavaReferenceGuide.adoc[Programmers Tech. Reference Guide for the Java Codegenerator] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium.refactoring/docs/Titanium_Refactoring_Description/Titanium_Refactoring_Description.adoc[Titanium Refactoring Description] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium/docs/Titanium_Description/Titanium_Description.adoc[Titanium Description] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/SoC_TITAN/SoC_TITAN.adoc[Statement of Compliance for Eclipse Titan] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/SoC_XML_TITAN/SoC_XML_TITAN.adoc[Statement of Compliance for use of XML schema in Eclipse Titan] | 10.1.1 | 10.1.2 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/asn1enc_userguide/ASN1EncUserGuide.adoc[User Guide for TITAN Standalone ASN.1 Encoder] | - | 10.1.2 |N
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/releasenotes/releasenotes.adoc[Release Notes for TITAN TTCN-3 Test Executor] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/installationguide/installationguide.adoc[Installation guide for TITAN TTCN-3 Test Executor] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins/blob/master/org.eclipse.titan.help/docs/Eclipse_installationguide/Eclipse_installationguide.adoc[Installation Guide for TITAN Designer and TITAN Executor for the Eclipse IDE] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/userguide/UserGuide.adoc[User Guide for TITAN] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/referenceguide/ReferenceGuide.adoc[Programmers Technical Reference for TITAN TTCN-3 Test Executor] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins/tree/master/org.eclipse.titan.designer/docs/Eclipse_Designer_userguide/DesignerUserGuide.adoc[User Guide for the TITAN Designer for the Eclipse IDE] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins/tree/master/org.eclipse.titan.executor/docs/Eclipse_Executor_userguide/ExecutorUserGuide.adoc[User Guide for the TITAN Executor for the Eclipse IDE] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/apiguide/Apiguide.adoc[API Technical Reference for TITAN TTCN-3 Test Executor] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc[Titan Executor API user guide] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium/docs/Titanium_referenceguide/Titanium_referenceguide.adoc[Programmers Tech. Reference Guide for Titanium] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/java_referenceguide/JavaReferenceGuide.adoc[Programmers Tech. Reference Guide for the Java Codegenerator] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium.refactoring/docs/Titanium_Refactoring_Description/Titanium_Refactoring_Description.adoc[Titanium Refactoring Description] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium/docs/Titanium_Description/Titanium_Description.adoc[Titanium Description] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/SoC_TITAN/SoC_TITAN.adoc[Statement of Compliance for Eclipse Titan] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/SoC_XML_TITAN/SoC_XML_TITAN.adoc[Statement of Compliance for use of XML schema in Eclipse Titan] | 10.1.2 | 11.0.0 |R
|link:https://gitlab.eclipse.org/eclipse/titan/titan.core/blob/master/usrguide/asn1enc_userguide/ASN1EncUserGuide.adoc[User Guide for TITAN Standalone ASN.1 Encoder] | 10.1.2 | 11.0.0 |N
|===
= Reason for revision
......
---
Author: Adrien Kirjak
Version: 10.1.2
Date: 2024-07-08
Version: 11.0.0
Date: 2024-11-14
 
---
= Statement of compliance for Eclipse Titan
:author: Adrien Kirjak
:revnumber: 10.1.2
:revdate: 2024-07-08
:revnumber: 11.0.0
:revdate: 2024-11-14
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Adrien Kirjak
Version: 10.1.2
Date: 2024-07-08
Version: 11.0.0
Date: 2024-11-14
---
= Statement of Compliance for use of XML Schema in Eclipse Titan
:author: Adrien Kirjak
:revnumber: 10.1.2
:revdate: 2024-07-08
:revnumber: 11.0.0
:revdate: 2024-11-14
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 10.1.2
Date: 2024-07-08
Version: 11.0.0
Date: 2024-11-14
---
= API Technical Reference for TITAN TTCN-3 Test Executor
:author: Jenő Balaskó
:revnumber: 10.1.2
:revdate: 2024-07-08
:revnumber: 11.0.0
:revdate: 2024-11-14
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Botond Baranyi
Version: 10.1.2
Date: 2024-07-08
Version: 11.0.0
Date: 2024-11-14
---
= User Guide for TITAN Standalone ASN.1 Encoder
:author: Botond Baranyi
:revnumber: 10.1.2
:revdate: 2024-07-08
:revnumber: 11.0.0
:revdate: 2024-11-14
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 10.1.2
Date: 2024-07-08
Author: Jenő Balaskó, Ádám Knapp
Version: 11.0.0
Date: 2024-11-14
---
= Installation Guide for the TITAN TTCN-3 Test Executor
:author: Jenő Balaskó
:revnumber: 10.1.2
:revdate: 2024-07-08
:author: Jenő Balaskó, Ádám Knapp
:revnumber: 11.0.0
:revdate: 2024-11-14
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Kristóf Szabados
Version: 10.1.2
Date: 2024-07-08
Author: Kristóf Szabados, Ádám Knapp
Version: 11.0.0
Date: 2024-11-14
---
= Programmers' Technical Reference Guide for the Java side of the TITAN TTCN-3 Toolset
:author: Kristóf Szabados
:revnumber: 10.1.2
:revdate: 2024-07-08
:author: Kristóf Szabados, Ádám Knapp
:revnumber: 11.0.0
:revdate: 2024-11-14
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 10.1.2
Date: 2024-07-08
Author: Jenő Balaskó, Botond Baranyi, Ádám Knapp
Version: 11.0.0
Date: 2024-11-14
---
= Programmers' Technical Reference Guide for the TITAN TTCN-3 Toolset
:author: Jenő Balaskó
:revnumber: 10.1.2
:revdate: 2024-07-08
:author: Jenő Balaskó, Botond Baranyi, Ádám Knapp
:revnumber: 11.0.0
:revdate: 2024-11-14
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Elemer Lelik, Lenard Nagy
Version: 10.1.2
Date: 2024-07-08
Version: 11.0.0
Date: 2024-11-14
---
= Release Notes for TITAN TTCN-3 Test Executor
:author: Elemer Lelik, Lenard Nagy
:revnumber: 10.1.2
:revdate: 2024-07-08
:revnumber: 11.0.0
:revdate: 2024-11-14
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......@@ -27,6 +27,17 @@ The document is organized as follows: <<what-s-new-in-this-version,What's new in
[[what-s-new-in-this-version]]
= What’s new in this version?
[[version-11-0-0]]
== Version 11.0.0
This release contains some new features and bugfixes:
* C++ compiler
** Bugfixes (587, 614, 617, 620, 621, 633, 640, 655, 656, 732, 734, 735, 736, 737, 738, 739, 740, 741, 742, 744, 745)​
* Language Server & NextGen Plug-Ins (VS Code, Theia, LS Eclipse)
** Bugfixes (8, 10, 16, 17, 18, 34, 36, 44, 48, 49, 56, 58, 59, 61, 62)​
[[version-10-1-2]]
== Version 10.1.2
......
---
Author: Jenő Balaskó
Version: 10.1.2
Date: 2024-07-08
Author: Jenő Balaskó, Ádám Knapp
Version: 11.0.0
Date: 2024-11-14
---
= User Guide for TITAN TTCN-3 Test Executor
:author: Jenő Balaskó
:revnumber: 10.1.2
:revdate: 2024-07-08
:author: Jenő Balaskó, Ádám Knapp
:revnumber: 11.0.0
:revdate: 2024-11-14
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment