mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
parent
f1336a38a5
commit
d30b8467e4
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user