* 1.79.1

* v1.79.1
This commit is contained in:
Lars Hvam 2018-11-17 06:39:23 +01:00 committed by GitHub
parent f1336a38a5
commit d30b8467e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -8,6 +8,16 @@ Legend
+ : added + : added
- : removed - : removed
2018-11-17 v1.79.1
------------------
* SICF error handling + is_locked
* fix duplicate deserialization
* Better TADIR handling
* Less GUI popups
* Fix branch overview not refreshed
* Refactoring
* Code cleanup
2018-11-09 v1.79.0 2018-11-09 v1.79.0
------------------ ------------------
+ CTS integration, show corresponding transports + CTS integration, show corresponding transports

View File

@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
PUBLIC . PUBLIC .
CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT. CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.79.0' ##NO_TEXT. CONSTANTS gc_abap_version TYPE string VALUE '1.79.1' ##NO_TEXT.
ENDINTERFACE. ENDINTERFACE.