mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +01:00
14.2 changes in build enviroment
This commit is contained in:
parent
70021a9bb8
commit
646db1aa09
@ -22,12 +22,12 @@ $config = array(
|
||||
'version' => '14.2', // '1.6'
|
||||
'packaging' => date('Ymd'), // '001'
|
||||
'egwdir' => 'egroupware',
|
||||
'svndir' => '/tmp/build_root/epl_trunk_buildroot-svn',
|
||||
'egw_buildroot' => '/tmp/build_root/epl_trunk_buildroot',
|
||||
'sourcedir' => '/srv/obs/download/stylite-epl/egroupware-epl-trunk',
|
||||
'svndir' => '/tmp/build_root/epl_14.2_buildroot-svn',
|
||||
'egw_buildroot' => '/tmp/build_root/epl_14.2_buildroot',
|
||||
'sourcedir' => '/srv/obs/download/stylite-epl/egroupware-epl-14.2',
|
||||
'svnbase' => 'svn+ssh://svn@dev.egroupware.org/egroupware',
|
||||
'stylitebase' => 'svn+ssh://stylite@svn.stylite.de/stylite',
|
||||
'svnbranch' => 'trunk', // 'branches/1.6' or 'tags/1.6.001'
|
||||
'svnbranch' => 'branches/14.2', //'trunk', // 'branches/1.6' or 'tags/1.6.001'
|
||||
'svnalias' => 'aliases/default-ssh', // default alias
|
||||
'aliasdir' => 'egroupware', // directory created by the alias
|
||||
'extra' => array('$stylitebase/$svnbranch/stylite', '$stylitebase/$svnbranch/esyncpro'),//, '$stylitebase/$svnbranch/groups'), //,'svn+ssh://stylite@svn.stylite.de/stylite/trunk/eventmgr'),
|
||||
|
@ -1,3 +1,15 @@
|
||||
egroupware-epl (14.2.20150212-1) hardy; urgency=low
|
||||
|
||||
* 14.2 final release
|
||||
* All apps: improved printing: CRM view and given number or rows
|
||||
* All apps: drag & drop files only worked on input nodes, eg. files draged in from desktop
|
||||
* Filemanager/Mail: fixed not created thumbnails for readable shares
|
||||
* ImportExport: links supposed to open in admin did not show admin sidebox with tree
|
||||
* ProjectManager: add new role with rights limited only to add timesheets
|
||||
* Home: fixed placing of portlets for FireFox and missing context menu after re-opening home tab
|
||||
|
||||
-- Ralf Becker <rb@stylite.de> Thu, 12 Feb 2015 10:05:47 +0100
|
||||
|
||||
egroupware-epl (14.2.20150210-1) hardy; urgency=low
|
||||
|
||||
* 3. release candidate for upcomming 14.2 release
|
||||
|
Loading…
Reference in New Issue
Block a user