diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 2e7144f4df..9c8ad62b3f 100644 --- a/api/setup/setup.inc.php +++ b/api/setup/setup.inc.php @@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API'; $setup_info['api']['version'] = '20.1'; $setup_info['api']['versions']['current_header'] = '1.29'; // maintenance release in sync with changelog in doc/rpm-build/debian.changes -$setup_info['api']['versions']['maintenance_release'] = '20.1.20200613'; +$setup_info['api']['versions']['maintenance_release'] = '20.1.20200628'; $setup_info['api']['enable'] = 3; $setup_info['api']['app_order'] = 1; $setup_info['api']['license'] = 'GPL'; diff --git a/doc/rpm-build/debian.changes b/doc/rpm-build/debian.changes index 9e5fce12bb..aa7f7622da 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,16 @@ +egroupware-docker (20.1.20200628) hardy; urgency=low + + * first 20.1 release candidate + * all apps: warn when closing popup windows with unsafed changes + * all apps: password widget allow now to genrate passwords and custom field type password + * smallPART: new e-learning app: selfdirected media assisted learning lectures & Process Analysis Reflection Tool + * Calendar: Optimize fetching participant names to reduce requests + * Calendar: Fix user / server timezone mismatch could put incorrect changes in event history + * Calendar/Email: show additional [Delete] and [Edit] buttons for a meeting canceled message + * Tracker: Open tickets in separate windows + + -- Ralf Becker Sun, 28 Jun 2020 15:47:32 +0200 + egroupware-docker (20.1.20200613) hardy; urgency=low * first beta (feature-complete) for upcomming 20.1 release