[Fusionforge-commits] r9141 - in branches/Branch_4_8/gforge: . common/include debian

Roland Mas lolando at libremir.placard.fr.eu.org
Fri Mar 19 13:52:15 CET 2010


Author: lolando
Date: 2010-03-19 13:52:15 +0100 (Fri, 19 Mar 2010)
New Revision: 9141

Modified:
   branches/Branch_4_8/gforge/common/include/FusionForge.class.php
   branches/Branch_4_8/gforge/debian/changelog
   branches/Branch_4_8/gforge/gforge-install-3-db.php
   branches/Branch_4_8/gforge/install.sh
Log:
Let's make a 4.8.3 release to gather bugfixes

Modified: branches/Branch_4_8/gforge/common/include/FusionForge.class.php
===================================================================
--- branches/Branch_4_8/gforge/common/include/FusionForge.class.php	2010-03-19 12:12:36 UTC (rev 9140)
+++ branches/Branch_4_8/gforge/common/include/FusionForge.class.php	2010-03-19 12:52:15 UTC (rev 9141)
@@ -36,7 +36,7 @@
 		$this->Error();
 
 		$this->software_name = 'FusionForge' ;
-		$this->software_version = '4.8.2' ;
+		$this->software_version = '4.8.3' ;
 
 		return true;
 	}

Modified: branches/Branch_4_8/gforge/debian/changelog
===================================================================
--- branches/Branch_4_8/gforge/debian/changelog	2010-03-19 12:12:36 UTC (rev 9140)
+++ branches/Branch_4_8/gforge/debian/changelog	2010-03-19 12:52:15 UTC (rev 9141)
@@ -1,3 +1,9 @@
+gforge (4.8.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Roland Mas <lolando at debian.org>  Fri, 19 Mar 2010 13:49:29 +0100
+
 gforge (4.8.2+svn8761-1) unstable; urgency=low
 
   * New upstream snapshot from the 4.8 branch.

Modified: branches/Branch_4_8/gforge/gforge-install-3-db.php
===================================================================
--- branches/Branch_4_8/gforge/gforge-install-3-db.php	2010-03-19 12:12:36 UTC (rev 9140)
+++ branches/Branch_4_8/gforge/gforge-install-3-db.php	2010-03-19 12:52:15 UTC (rev 9141)
@@ -33,7 +33,7 @@
 $STDOUT = fopen('php://stdout','w');
 $STDIN = fopen('php://stdin','r');
 
-show("\n-=# Welcome to FusionForge DB-Installer v4.8.2 #=-");
+show("\n-=# Welcome to FusionForge DB-Installer v4.8.3 #=-");
 
 //TO DO: add dependency check
 //if (!run("php check-deps.php", true)) {

Modified: branches/Branch_4_8/gforge/install.sh
===================================================================
--- branches/Branch_4_8/gforge/install.sh	2010-03-19 12:12:36 UTC (rev 9140)
+++ branches/Branch_4_8/gforge/install.sh	2010-03-19 12:52:15 UTC (rev 9141)
@@ -26,7 +26,7 @@
 hostname=$1
 type=""
 msg=""
-version=4.8.2
+version=4.8.3
 distrib=""
 
 if [ -f "/etc/redhat-release" ]




More information about the Fusionforge-commits mailing list