mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
19.1 changelog and version, also fix package name "egroupware-docker"
This commit is contained in:
parent
fe666fa059
commit
95ca598094
@ -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';
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user