From 99b3168666175d84a52980ed91bb670122ac33c6 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 28 Feb 2021 11:01:35 +0100 Subject: [PATCH] 1.106.0 (#4570) * 1.106.0 * v1.106.0 --- changelog.txt | 20 ++++++++++++++++++++ src/zif_abapgit_version.intf.abap | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index f653e4747..17d49929b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,26 @@ Legend + : added - : removed +2021-02-28 v1.106.0 +------------------- +! TABL, serialization changed, fields TABNAME, DDLANGUAGE, POSITION cleared ++ Overview page, performance optimizations +- Install abapgit option removed from debug page +* Parsing git branch list, throw errors +* ACID, avoid "no changes found" popup +* W3xx, remove TADIR entry on uninstall +* DEVC, fix check if package is emtpy +* SICF, fix regression +* fix sapevents for chromium based browser control +* SICF, regression fix +* SHI3, serialize only main language +* Fix display of log after uninstall +* XSLT, unlock in case of errors +* SUSH, raise error if not supported +* PARA, unlock in case of errors +* Background logic, continue in case of errors +* WDCC, fix dump during serialization + 2021-01-27 v1.105.0 ------------------- ! handling of namespaces changed diff --git a/src/zif_abapgit_version.intf.abap b/src/zif_abapgit_version.intf.abap index fae1900db..0b79e314f 100644 --- a/src/zif_abapgit_version.intf.abap +++ b/src/zif_abapgit_version.intf.abap @@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version PUBLIC . CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT. - CONSTANTS gc_abap_version TYPE string VALUE '1.105.0' ##NO_TEXT. + CONSTANTS gc_abap_version TYPE string VALUE '1.106.0' ##NO_TEXT. ENDINTERFACE.