From dd32515d740938dbc5c5032702e8a5f31fddec73 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 17 Jul 2019 14:07:06 +0200 Subject: [PATCH] Changelog for 19.1.20190717 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 32a1ef82bd..56b1957090 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'] = '19.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'] = '19.1.20190716'; +$setup_info['api']['versions']['maintenance_release'] = '19.1.20190717'; $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 489b9c2bc0..6276ae3454 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,9 @@ +egroupware (19.1.20190717) hardy; urgency=low + + * better guiding through Rocket.Chat installation process + + -- Ralf Becker Wed, 17 Jul 2019 14:07:06 +0200 + egroupware (19.1.20190716) hardy; urgency=low * First release-candidate for 19.1 with following major changes