* v1.105.0

* 1.105.0
This commit is contained in:
Lars Hvam 2021-01-27 12:25:41 +01:00 committed by GitHub
parent eb4986389e
commit 4616e6f219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View File

@ -8,6 +8,27 @@ Legend
+ : added
- : removed
2021-01-27 v1.105.0
-------------------
! handling of namespaces changed
! BDEF handler adjustments
+ new handler for SUSH
+ Refresh button added to stage page
+ Automatic creation of top repository package
* raise error if package is not part of package hierarchy
* SHI5 add to transport
* ENxx fix errors when uninstalling
* reduce memory consumption during deserialize
* DDLS fix dump during serialization
* ENHC add last changed by
* fix dump when switching to PR
* W3xx add object to transport on uninstall
* Uninstall ENQU before TABL
* prevent staging of duplicate files
* AVAR remove tadir on uninstall
* allow repo names with dots
* TABL, set default ROWORCOLST on deserialize
2020-12-28 v1.104.0
-------------------
+ ui, new pages for global and personal settings

View File

@ -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.104.0' ##NO_TEXT.
CONSTANTS gc_abap_version TYPE string VALUE '1.105.0' ##NO_TEXT.
ENDINTERFACE.