From f199c46153c603b286068ee9d5776431fb0b704d Mon Sep 17 00:00:00 2001 From: Roland Mas Date: Fri, 1 Jun 2012 11:31:37 +0000 Subject: [PATCH] Getting ready for 5.2rc1 --- src/CHANGES | 2 +- src/NEWS | 25 ++++++++++++++++++++++++ src/common/include/FusionForge.class.php | 2 +- src/debian/changelog | 5 +++-- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/src/CHANGES b/src/CHANGES index d6640fb0ef..9605480e85 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -8,7 +8,7 @@ FusionForge-5.2: * New Scmhook: complete library to handle hooks for any scm available in fusionforge. Currently supporting post-commit and pre-commit hook. scmsvn pre-commit and post-commit library is provided (Capgemini) -* New Widget: smcgit personal URL of cloned repositories. Currently just +* New Widget: scmgit personal URL of cloned repositories. Currently just a list of URLs of your personal repository cloned from project you belong. (Capgemini) * Docman: interaction with the projects-hierarchy plugin to enable hierarchical diff --git a/src/NEWS b/src/NEWS index a7f0b3deb3..f2548f76cf 100644 --- a/src/NEWS +++ b/src/NEWS @@ -1,3 +1,28 @@ +Release notes for FusionForge 5.2 +--------------------------------- + +FusionForge 5.2 is another incremental step over 5.1, with about 2600 +commits. + +There have been no in-depth rewrites this time, only a number of +improvements to various parts of the code. The document manager +steadily grows in functionality, new widgets are available for users' +personal pages, the SCM plugins grew new features for hooks (on +supported systems), the trackers now offer a new view for roadmaps. +New plugins include a Message plugin allowing to display a global +message on the forge, and a MoinMoinWiki plugin. + +Many bugs were of course fixed during the course of this development +cycle. + +As before, this release comes with packages for Red Hat and Debian +systems (and derived distributions), as well as a rewritten installer +script for users of other systems (and those who prefer more manual +installations). This release provides scripts to migrate what needs +to be migrated to the new schemes (for the database schema). Care +should still be taken to check the results of these migrations, as a +safety net. + Release notes for FusionForge 5.1 --------------------------------- diff --git a/src/common/include/FusionForge.class.php b/src/common/include/FusionForge.class.php index 5683dc9085..2de9032034 100644 --- a/src/common/include/FusionForge.class.php +++ b/src/common/include/FusionForge.class.php @@ -49,7 +49,7 @@ class FusionForge extends Error { if (isset($forge_pkg_version)) { $this->software_version = $forge_pkg_version; } else { - $this->software_version = '5.1.90' ; + $this->software_version = '5.2~rc1' ; } if (isset($forge_pkg_type)) { diff --git a/src/debian/changelog b/src/debian/changelog index a2ea350315..de38260407 100644 --- a/src/debian/changelog +++ b/src/debian/changelog @@ -1,11 +1,12 @@ -fusionforge (5.1.50+svn15558-2) UNRELEASED; urgency=low +fusionforge (5.2~rc1-0) UNRELEASED; urgency=low + * New upstream pre-release 5.2rc1. * Ripped out all but the most important Debconf questions in order to simplify installation and get rid of the legacy fusionforge.conf configuration file (which is no longer created on new installs). * Stop shipping fusionforge-config manpage. - -- Roland Mas Tue, 29 May 2012 18:37:43 +0200 + -- Roland Mas Fri, 01 Jun 2012 13:15:25 +0200 fusionforge (5.1.50+svn15558-1) experimental; urgency=low -- 2.30.2