19.1 changelog and version, also fix package name "egroupware-docker"

This commit is contained in:
Ralf Becker 2019-08-06 14:38:32 +02:00
parent fe666fa059
commit 95ca598094
3 changed files with 16 additions and 6 deletions

View File

@ -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.20190717';
$setup_info['api']['versions']['maintenance_release'] = '19.1.20190806';
$setup_info['api']['enable'] = 3;
$setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL';

View File

@ -17,7 +17,7 @@ date_default_timezone_set('Europe/Berlin'); // to get ride of 5.3 warnings
$verbose = 0;
$config = array(
'packagename' => 'egroupware',
'packagename' => 'egroupware-docker',
'version' => '19.1', // '19.1'
'packaging' => date('Ymd'), // '20160520'
'branch' => 'master', // checked out branch

View File

@ -1,4 +1,14 @@
egroupware (19.1.20190726) hardy; urgency=low
egroupware-docker (19.1.20190806) hardy; urgency=low
* 3rd and probably last release-candidate for 19.1
* Login: RememberMe token for either automatic login or as 2. factor for 2-Factor-Auth
* Api: fix error adding/editing catgories or custom fields
* Docker: allow to specify private CA so EGroupware and Rocket.Chat can validate their certificates
* minor fixes in all apps
-- Ralf Becker <rb@egroupware.org> Tue, 06 Aug 2019 12:45:05 +0200
egroupware-docker (19.1.20190726) hardy; urgency=low
* 2. 19.1 release-candidate / preview
* Admin: fixed Site config did not store ("Error: 1")
@ -12,13 +22,13 @@ egroupware (19.1.20190726) hardy; urgency=low
-- Ralf Becker <rb@egroupware.org> Fri, 26 Jul 2019 11:07:27 +0200
egroupware (19.1.20190717) hardy; urgency=low
egroupware-docker (19.1.20190717) hardy; urgency=low
* better guiding through Rocket.Chat installation process
-- Ralf Becker <rb@egroupware.org> Wed, 17 Jul 2019 14:07:06 +0200
egroupware (19.1.20190716) hardy; urgency=low
egroupware-docker (19.1.20190716) hardy; urgency=low
* First release-candidate for 19.1 with following major changes
* Integration of Rocket.Chat an open-source chat server with native clients for all plattforms
@ -704,7 +714,7 @@ egroupware-epl (16.1.20161102) hardy; urgency=low
* All apps/History: fixed history tab shown empty in default (minimal) installation
* CKEditor: update to 4.5.11, loaded now as dependency via composer as egroupware/ckeditor
* Login Page: Fix some alignment issues in login page - thanks to Stefan Unverricht
* Registration: was not working from login page
* Registration: was not working from login page
* All applications: Fix some icons glitches for default template - thanks to Stefan Unverricht.
-- Ralf Becker <rb@stylite.de> Wed, 02 Nov 2016 10:08:20 +0100