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']['version'] = '19.1';
|
||||||
$setup_info['api']['versions']['current_header'] = '1.29';
|
$setup_info['api']['versions']['current_header'] = '1.29';
|
||||||
// maintenance release in sync with changelog in doc/rpm-build/debian.changes
|
// 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']['enable'] = 3;
|
||||||
$setup_info['api']['app_order'] = 1;
|
$setup_info['api']['app_order'] = 1;
|
||||||
$setup_info['api']['license'] = 'GPL';
|
$setup_info['api']['license'] = 'GPL';
|
||||||
|
@ -17,7 +17,7 @@ date_default_timezone_set('Europe/Berlin'); // to get ride of 5.3 warnings
|
|||||||
|
|
||||||
$verbose = 0;
|
$verbose = 0;
|
||||||
$config = array(
|
$config = array(
|
||||||
'packagename' => 'egroupware',
|
'packagename' => 'egroupware-docker',
|
||||||
'version' => '19.1', // '19.1'
|
'version' => '19.1', // '19.1'
|
||||||
'packaging' => date('Ymd'), // '20160520'
|
'packaging' => date('Ymd'), // '20160520'
|
||||||
'branch' => 'master', // checked out branch
|
'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
|
* 2. 19.1 release-candidate / preview
|
||||||
* Admin: fixed Site config did not store ("Error: 1")
|
* 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
|
-- 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
|
* better guiding through Rocket.Chat installation process
|
||||||
|
|
||||||
-- Ralf Becker <rb@egroupware.org> Wed, 17 Jul 2019 14:07:06 +0200
|
-- 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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.
|
* 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
|
-- Ralf Becker <rb@stylite.de> Wed, 02 Nov 2016 10:08:20 +0100
|
||||||
|
Loading…
Reference in New Issue
Block a user