mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
1.80.0 (#2136)
This commit is contained in:
parent
17b33c1693
commit
fe8df14985
|
@ -8,6 +8,14 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2018-11-23 v1.80.0
|
||||
------------------
|
||||
+ Parallel serialization
|
||||
+ 2 step zip import
|
||||
+ possibility to open repo in master language
|
||||
+ Set SSL_ID via user exit
|
||||
* SUSC tadir handling
|
||||
|
||||
2018-11-17 v1.79.1
|
||||
------------------
|
||||
* SICF error handling + is_locked
|
||||
|
|
|
@ -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.79.1' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.80.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user