phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi doc/CHANGELOG setup/setup.inc.php setu... [V


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi doc/CHANGELOG setup/setup.inc.php setu... [Version-0_9_16-branch]
Date: Thu, 31 Aug 2006 11:08:41 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Branch:         Version-0_9_16-branch
Changes by:     Dave Hall <skwashd>     06/08/31 11:08:41

Modified files:
        doc            : CHANGELOG 
        setup          : setup.inc.php tables_update.inc.php 

Log message:
        prepare 0.9.16.011 release

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/doc/CHANGELOG?cvsroot=phpgwapi&only_with_tag=Version-0_9_16-branch&r1=1.35.2.3.2.11&r2=1.35.2.3.2.12
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/setup/setup.inc.php?cvsroot=phpgwapi&only_with_tag=Version-0_9_16-branch&r1=1.37.2.6.2.28&r2=1.37.2.6.2.29
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/setup/tables_update.inc.php?cvsroot=phpgwapi&only_with_tag=Version-0_9_16-branch&r1=1.53.2.9.2.44&r2=1.53.2.9.2.45

Patches:
Index: doc/CHANGELOG
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/doc/CHANGELOG,v
retrieving revision 1.35.2.3.2.11
retrieving revision 1.35.2.3.2.12
diff -u -b -r1.35.2.3.2.11 -r1.35.2.3.2.12
--- doc/CHANGELOG       18 Dec 2005 09:47:35 -0000      1.35.2.3.2.11
+++ doc/CHANGELOG       31 Aug 2006 11:08:41 -0000      1.35.2.3.2.12
@@ -1,3 +1,10 @@
+[0.9.16.011]
+       Security Release with bug fixes
+               - Fix for Vulnerability in Calendar
+                       * see http://www.frsirt.com/english/advisories/2006/3414
+               - MySQL 4.1+ and pgsql 8 schema creation fixes
+               - If using PHP5 it should now work with 
zend.ze1_compatibility_mode on
+
 [0.9.16.010]
        Major Bug Fix Release
                - Fixes for the following bugs

Index: setup/setup.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/setup/setup.inc.php,v
retrieving revision 1.37.2.6.2.28
retrieving revision 1.37.2.6.2.29
diff -u -b -r1.37.2.6.2.28 -r1.37.2.6.2.29
--- setup/setup.inc.php 18 Dec 2005 08:25:39 -0000      1.37.2.6.2.28
+++ setup/setup.inc.php 31 Aug 2006 11:08:41 -0000      1.37.2.6.2.29
@@ -9,13 +9,13 @@
        *  option) any later version.                                           
   *
        
\**************************************************************************/
 
-       // $Id: setup.inc.php,v 1.37.2.6.2.28 2005/12/18 08:25:39 skwashd Exp $
+       // $Id: setup.inc.php,v 1.37.2.6.2.29 2006/08/31 11:08:41 skwashd Exp $
        // $Source: /cvsroot/phpgwapi/phpgwapi/setup/setup.inc.php,v $
 
        /* Basic information about this app */
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
-       $setup_info['phpgwapi']['version']   = '0.9.16.010';
+       $setup_info['phpgwapi']['version']   = '0.9.16.011';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.24';
        $setup_info['phpgwapi']['enable']    = 3;
        $setup_info['phpgwapi']['app_order'] = 1;

Index: setup/tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.53.2.9.2.44
retrieving revision 1.53.2.9.2.45
diff -u -b -r1.53.2.9.2.44 -r1.53.2.9.2.45
--- setup/tables_update.inc.php 18 Dec 2005 08:25:39 -0000      1.53.2.9.2.44
+++ setup/tables_update.inc.php 31 Aug 2006 11:08:41 -0000      1.53.2.9.2.45
@@ -9,7 +9,7 @@
        *  option) any later version.                                           
   *
        
\**************************************************************************/
 
-       // $Id: tables_update.inc.php,v 1.53.2.9.2.44 2005/12/18 08:25:39 
skwashd Exp $
+       // $Id: tables_update.inc.php,v 1.53.2.9.2.45 2006/08/31 11:08:41 
skwashd Exp $
        // $Source: /cvsroot/phpgwapi/phpgwapi/setup/tables_update.inc.php,v $
 
        /* Include older phpGroupWare update support */
@@ -1808,4 +1808,10 @@
        {
                return $GLOBALS['phpgw_info']['phpgwapi']['currentver'] = 
'0.9.16.010';
        }
+
+       $test[] = '0.9.16.010';
+       function phpgwapi_upgrade0_9_16_010()
+       {
+               return $GLOBALS['phpgw_info']['phpgwapi']['currentver'] = 
'0.9.16.011';
+       }
 ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]