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

tpd import bugfix and version update (Bug 572399)


Change-Id: I843ed1b19892a26c7882b797431fab029b725836
Signed-off-by: default avatarAdam Knapp <adam.knapp@sigmatechnology.se>
parent 60fdcb1d
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
/* Version numbers */
#define TTCN3_MAJOR 7
#define TTCN3_MINOR 2
#define TTCN3_PATCHLEVEL 1 //0-> x=A, 1-> x=B, ...
#define TTCN3_PATCHLEVEL 2 //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 70201
#define TTCN3_VERSION 70202
/* A monotonically increasing version number.
* An official release is deemed to have the highest possible build number (99)
......
---
Author: Jenő Balaskó
Version: 7.2.1
Date: 2021-03-25
Version: 7.2.2
Date: 2021-03-29
---
= Product Revision Information for TITAN
:author: Jenő Balaskó
:revnumber: 7.2.1
:revdate: 2021-03-25
:revnumber: 7.2.2
:revdate: 2021-03-29
:sectnums:
:doctype: book
:leveloffset: +1
......@@ -20,6 +20,7 @@ Date: 2021-03-25
[cols=",,,,",options="header",]
|===
|Old Product number | Old Rev | New Product Number | New Rev | Function designation
|7.2.1 | 7.2.1 | 7.2.2 | 7.2.2 | TTCN-3 Executor
|7/CAX 105 7730 R2A | 7.2.0 | 7.2.1 | 7.2.1 | TTCN-3 Executor
|CRL 113 200/7 R1A | 7.1.0 | 7/CAX 105 7730 R2A | 7.2.0 | TTCN-3 Executor
|===
......@@ -50,21 +51,21 @@ 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://github.com/eclipse/titan.core/blob/master/usrguide/releasenotes/releasenotes.adoc[Release Notes for TITAN TTCN-3 Test Executor] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/installationguide/installationguide.adoc[Installation guide for TITAN TTCN-3 Test Executor] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/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] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/userguide/UserGuide.adoc[User Guide for TITAN] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/referenceguide/ReferenceGuide.adoc[Programmers Technical Reference for TITAN TTCN-3 Test Executor] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/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] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/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] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/apiguide/Apiguide.adoc[API Technical Reference for TITAN TTCN-3 Test Executor] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/titan.core/blob/master/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc[Titan Executor API user guide] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium/docs/Titanium_referenceguide/Titanium_referenceguide.adoc[Programmers Tech. Reference Guide for Titanium] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/java_referenceguide/JavaReferenceGuide.adoc[Programmers Tech. Reference Guide for the Java Codegenerator] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium.refactoring/docs/Titanium_Refactoring_Description/Titanium_Refactoring_Description.adoc[Titanium Refactoring Description] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium/docs/Titanium_Description/Titanium_Description.adoc[Titanium Description] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/SoC_TITAN/SoC_TITAN.adoc[Statement of Compliance for Eclipse Titan] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/SoC_XML_TITAN/SoC_XML_TITAN.adoc[Statement of Compliance for use of XML schema in Eclipse Titan] | 7.2.0 | 7.2.1 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/releasenotes/releasenotes.adoc[Release Notes for TITAN TTCN-3 Test Executor] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/installationguide/installationguide.adoc[Installation guide for TITAN TTCN-3 Test Executor] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/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] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/userguide/UserGuide.adoc[User Guide for TITAN] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/referenceguide/ReferenceGuide.adoc[Programmers Technical Reference for TITAN TTCN-3 Test Executor] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/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] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/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] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/apiguide/Apiguide.adoc[API Technical Reference for TITAN TTCN-3 Test Executor] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/titan.core/blob/master/titan_executor_api/doc/Titan_Executor_API_User_Guide.adoc[Titan Executor API user guide] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium/docs/Titanium_referenceguide/Titanium_referenceguide.adoc[Programmers Tech. Reference Guide for Titanium] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/java_referenceguide/JavaReferenceGuide.adoc[Programmers Tech. Reference Guide for the Java Codegenerator] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium.refactoring/docs/Titanium_Refactoring_Description/Titanium_Refactoring_Description.adoc[Titanium Refactoring Description] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/titan.EclipsePlug-ins/blob/master/org.eclipse.titanium/docs/Titanium_Description/Titanium_Description.adoc[Titanium Description] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/SoC_TITAN/SoC_TITAN.adoc[Statement of Compliance for Eclipse Titan] | 7.2.1 | 7.2.2 |R
|link:https://github.com/eclipse/titan.core/blob/master/usrguide/SoC_XML_TITAN/SoC_XML_TITAN.adoc[Statement of Compliance for use of XML schema in Eclipse Titan] | 7.2.1 | 7.2.2 |R
|===
= Reason for revision
......
---
Author: Adrien Kirjak
Version: 7.2.1
Date: 2021-03-25
Version: 7.2.2
Date: 2021-03-29
 
---
= Statement of compliance for Eclipse Titan
:author: Adrien Kirjak
:revnumber: 7.2.1
:revdate: 2021-03-25
:revnumber: 7.2.2
:revdate: 2021-03-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Adrien Kirjak
Version: 7.2.1
Date: 2021-03-25
Version: 7.2.2
Date: 2021-03-29
---
= Statement of Compliance for use of XML Schema in Eclipse Titan
:author: Adrien Kirjak
:revnumber: 7.2.1
:revdate: 2021-03-25
:revnumber: 7.2.2
:revdate: 2021-03-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 7.2.1
Date: 2021-03-25
Version: 7.2.2
Date: 2021-03-29
---
= API Technical Reference for TITAN TTCN-3 Test Executor
:author: Jenő Balaskó
:revnumber: 7.2.1
:revdate: 2021-03-25
:revnumber: 7.2.2
:revdate: 2021-03-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 7.2.1
Date: 2021-03-25
Version: 7.2.2
Date: 2021-03-29
---
= Installation Guide for the TITAN TTCN-3 Test Executor
:author: Jenő Balaskó
:revnumber: 7.2.1
:revdate: 2021-03-25
:revnumber: 7.2.2
:revdate: 2021-03-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Kristóf Szabados
Version: 7.2.1
Date: 2021-03-25
Version: 7.2.2
Date: 2021-03-29
---
= Programmers' Technical Reference Guide for the Java side of the TITAN TTCN-3 Toolset
:author: Kristóf Szabados
:revnumber: 7.2.1
:revdate: 2021-03-25
:revnumber: 7.2.2
:revdate: 2021-03-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Jenő Balaskó
Version: 7.2.1
Date: 2021-03-25
Version: 7.2.2
Date: 2021-03-29
---
= Programmers' Technical Reference Guide for the TITAN TTCN-3 Toolset
:author: Jenő Balaskó
:revnumber:7.2.1
:revdate: 2021-03-25
:revnumber:7.2.2
:revdate: 2021-03-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......
---
Author: Elemer Lelik, Lenard Nagy
Version: 7.2.1
Date: 2021-02-03
Version: 7.2.2
Date: 2021-03-29
---
= Release Notes for TITAN TTCN-3 Test Executor
:author: Elemer Lelik, Lenard Nagy
:revnumber: 7.2.1
:revdate: 2021-02-03
:revnumber: 7.2.2
:revdate: 2021-03-29
:title-logo-image: images/titan_logo.png
:sectnums:
:doctype: book
......@@ -27,6 +27,11 @@ 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-7-2-2]]
== Version 7.2.2
This release contains only a bugfix for TPD file import (572399).
[[version-7-2-1]]
== Version 7.2.1
......
---
Author: Jenő Balaskó
Version: 7.2.1
Date: 2021-03-25
Version: 7.2.2
Date: 2021-03-29
---
= User Guide for TITAN TTCN-3 Test Executor
:author: Jenő Balaskó
:revnumber: 7.2.1
:revdate: 2021-03-25
:revnumber: 7.2.2
:revdate: 2021-03-29
: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