From 7db0c6082e1d05822161ed7e046c3643406f8f1f Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Mon, 19 Sep 2022 13:48:55 -0400 Subject: [PATCH] 1.117.0 (#5765) * 1.117.0 * Update version * Update changelog.txt --- changelog.txt | 45 +++++++++++++++++++++++++++++++ src/zif_abapgit_version.intf.abap | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index a7e608218..046ed98ad 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,51 @@ Legend + : added - : removed +2022-09-19 v1.117.0 +------------------- + +! Removal of some unused code currently does not work automatically (#5578): + Edit class zcl_abapgit_popups` and remove method zif_abapgit_popups~branch_popup_callback manually +! CLAS and INTF xml file changes: Cleared object name and added descriptions for sub-components +! SOTR: Fix handling of alias names (#5750) +- Remove unused branch popup (#5742) ++ AFF: Allow object handler to serialize JSON via experimental feature (#5660) ++ Skipping serialization for ignored objects (#5648) ++ IWSG: implement CHANGED_BY (#5680) ++ Improve package / sub-package check (#5628) ++ New Object EVTB - Event Binding - based on AFF (#5707) ++ Data serialization, add WHERE condition based on transport (#5720) ++ Add page for running unit tests (#5719) ++ Export object page: add setting for only main language (#5735) ++ New SOBJ - Business Object Type - serializer (#5724) ++ G4xx, IWxx: Changed by (#5747) ++ Add uninstall option to repository overview (#5753) ++ CLAS,INTF: Add missing shorttexts (#5755) +* CLAS: Avoid duplicate key error (#5663) +* AFF: Get data for serialization from the DB (#5670) +* Repo view: Fix "View > Changes only" for offline (#5641) +* Exception handling small improvement (#5691) +* AFF: Custom AJSON filter for INTF serialization (#5675) +* AFF: More detailed error msg (#5709) +* Improvements for CHK* classes (#5712) +* Deal with empty active version (object was never activated) (#5714) +* AFF: deserialize INTF metadata as JSON (#5704) +* zlib/deflate decompression, bugfix (#5723) +* Advanced dropdown: add separators (#5717) +* Fix language conversion, now 7.02 compatible (#5727) +* Fix some background colors (#5716) +* Fix regression in non-Unicode systems (#5732) +* Check logon language during uninstall (#5731) +* Fixed "Add via Transport" short keys (#5736) +* DEVC: Fix dump if package has been delete (#5741) +* Fix dump when deleting repo with DB utility (#5740) +* WDYN: Fix dump if no components exist (#5749) +* SCVI: Sort tables to avoid diffs (#5745) +* W3XX: Sort parameters to avoid diffs (#5746) +* SUSH,SUSC: Fix deletion (#5748) +* DSYS: Simplify namespace split (#5757) +* DOCV: Handle namespaces (#5756) + 2022-06-29 v1.116.0 ------------------- diff --git a/src/zif_abapgit_version.intf.abap b/src/zif_abapgit_version.intf.abap index 914ac0be2..dcc468bce 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 c_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT. - CONSTANTS c_abap_version TYPE string VALUE '1.116.0' ##NO_TEXT. + CONSTANTS c_abap_version TYPE string VALUE '1.117.0' ##NO_TEXT. ENDINTERFACE.