From d838b542f80f3d369821f0d433f43c82bbdf0a85 Mon Sep 17 00:00:00 2001 From: Roland Mas Date: Thu, 7 Jan 2010 15:03:57 +0000 Subject: [PATCH] Merged from 4.8: 4.8.2 release --- gforge/CHANGES | 3 +++ gforge/db/startpoint.php | 4 ++-- gforge/debian/changelog | 6 ++++-- gforge/fusionforge.spec | 2 +- gforge/install.sh | 2 +- gforge/plugins/scmcvs/fusionforge-plugin-scmcvs.spec | 2 +- gforge/utils/fusionforge-shell-postgresql.spec | 2 +- 7 files changed, 13 insertions(+), 8 deletions(-) diff --git a/gforge/CHANGES b/gforge/CHANGES index a5635f1e10..0a4cc563c0 100644 --- a/gforge/CHANGES +++ b/gforge/CHANGES @@ -36,6 +36,9 @@ UNRELEASED: * Mediawiki plugin: mostly rewritten. Now creates independent wikis for projects, allowing different sets of permissions. +FusionForge-4.8.2: +* Maintenance release, security and bugfixes. + FusionForge-4.8.1: * Maintenance release, only bugfixes. diff --git a/gforge/db/startpoint.php b/gforge/db/startpoint.php index f163db4470..a2bace35b6 100755 --- a/gforge/db/startpoint.php +++ b/gforge/db/startpoint.php @@ -78,11 +78,11 @@ function check_version($version = 0) { $date = 0; $versions = array('2.5', 'sfee3.3', 'sfee3.0', '2.6','3.0pre5', '3.0pre6', '3.0pre7', '3.0pre8', '3.0pre9', '3.0b1', '3.0rc2', '3.0', '3.1', '3.21', '3.3', '4.0', '4.0.1', '4.0.2', '4.5.0.1','4.5.11', - '4.6', '4.7', '4.7.3', '4.8rc2', '4.8', '4.8.1'); + '4.6', '4.7', '4.7.3', '4.8rc2', '4.8', '4.8.1','4.8.2'); $dates = array('20001219', '20021001', '20021001', '20021001', '20021206', '20021210', '20021214', '20021230', '20030115', '20030304', '20030510', '20040511', '20031026', '20040108', '20040326', '20041025', '20041107', '20041215','20050803','20050810', - '20070924', '20070924', '20070924', '20090402', '20090402', '20090402'); + '20070924', '20070924', '20070924', '20090402', '20090402', '20090402','20090402'); if (in_array($version, $versions)) { $date = $dates[array_search($version, $versions)]; diff --git a/gforge/debian/changelog b/gforge/debian/changelog index 232e9cac07..32c37f0eff 100644 --- a/gforge/debian/changelog +++ b/gforge/debian/changelog @@ -38,7 +38,9 @@ gforge (4.8.51-1) experimental; urgency=low -- Roland Mas Wed, 29 Apr 2009 15:21:31 +0200 -gforge (4.8.1-3+) UNRELEASED; urgency=low +gforge (4.8.2-1) unstable; urgency=low + + * New upstream release. [ Olivier Berger ] * Fix copyright file to mention nusoap. @@ -53,7 +55,7 @@ gforge (4.8.1-3+) UNRELEASED; urgency=low [ Roland Mas ] * Fix for symlink attack (CVE-2009-3304). - -- Roland Mas Mon, 23 Nov 2009 13:53:17 +0100 + -- Roland Mas Tue, 01 Dec 2009 09:22:03 +0100 gforge (4.8.1-3) unstable; urgency=low diff --git a/gforge/fusionforge.spec b/gforge/fusionforge.spec index a12067118b..0e1bb79e77 100644 --- a/gforge/fusionforge.spec +++ b/gforge/fusionforge.spec @@ -22,7 +22,7 @@ Summary: FusionForge Collaborative Development Environment Name: fusionforge -Version: 4.8.1 +Version: 4.8.2 Release: %{release} BuildArch: noarch License: GPL diff --git a/gforge/install.sh b/gforge/install.sh index 26b164ef07..8558871323 100755 --- a/gforge/install.sh +++ b/gforge/install.sh @@ -26,7 +26,7 @@ fi hostname=$1 type="" msg="" -version=4.8.1 +version=4.8.2 distrib="" if [ -f "/etc/redhat-release" ] diff --git a/gforge/plugins/scmcvs/fusionforge-plugin-scmcvs.spec b/gforge/plugins/scmcvs/fusionforge-plugin-scmcvs.spec index e88d9a43fa..375956bcfd 100644 --- a/gforge/plugins/scmcvs/fusionforge-plugin-scmcvs.spec +++ b/gforge/plugins/scmcvs/fusionforge-plugin-scmcvs.spec @@ -3,7 +3,7 @@ Summary: CVS Plugin for FusionForge Name: fusionforge-plugin-%{plugin} -Version: 4.8.1 +Version: 4.8.2 Release: %{release} BuildArch: noarch License: GPL diff --git a/gforge/utils/fusionforge-shell-postgresql.spec b/gforge/utils/fusionforge-shell-postgresql.spec index d183e503d4..46ae2a506e 100644 --- a/gforge/utils/fusionforge-shell-postgresql.spec +++ b/gforge/utils/fusionforge-shell-postgresql.spec @@ -6,7 +6,7 @@ Summary: collaborative development tool - shell accounts (using PostgreSQL) Name: fusionforge-shell-postgresql -Version: 4.8.1 +Version: 4.8.2 Release: %{release} BuildArch: noarch License: GPL -- 2.30.2