[Fusionforge-commits] r15647 - in branches/Branch_5_2: . src src/common/include src/debian

Roland Mas lolando at fusionforge.org
Fri Jun 1 13:31:38 CEST 2012


Author: lolando
Date: 2012-06-01 13:31:37 +0200 (Fri, 01 Jun 2012)
New Revision: 15647

Modified:
   branches/Branch_5_2/
   branches/Branch_5_2/src/CHANGES
   branches/Branch_5_2/src/NEWS
   branches/Branch_5_2/src/common/include/FusionForge.class.php
   branches/Branch_5_2/src/debian/changelog
Log:
Getting ready for 5.2rc1

Modified: branches/Branch_5_2/src/CHANGES
===================================================================
--- branches/Branch_5_2/src/CHANGES	2012-06-01 09:41:32 UTC (rev 15646)
+++ branches/Branch_5_2/src/CHANGES	2012-06-01 11:31:37 UTC (rev 15647)
@@ -8,7 +8,7 @@
 * 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

Modified: branches/Branch_5_2/src/NEWS
===================================================================
--- branches/Branch_5_2/src/NEWS	2012-06-01 09:41:32 UTC (rev 15646)
+++ branches/Branch_5_2/src/NEWS	2012-06-01 11:31:37 UTC (rev 15647)
@@ -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
 ---------------------------------
 

Modified: branches/Branch_5_2/src/common/include/FusionForge.class.php
===================================================================
--- branches/Branch_5_2/src/common/include/FusionForge.class.php	2012-06-01 09:41:32 UTC (rev 15646)
+++ branches/Branch_5_2/src/common/include/FusionForge.class.php	2012-06-01 11:31:37 UTC (rev 15647)
@@ -49,7 +49,7 @@
 		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)) {

Modified: branches/Branch_5_2/src/debian/changelog
===================================================================
--- branches/Branch_5_2/src/debian/changelog	2012-06-01 09:41:32 UTC (rev 15646)
+++ branches/Branch_5_2/src/debian/changelog	2012-06-01 11:31:37 UTC (rev 15647)
@@ -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 <lolando at debian.org>  Tue, 29 May 2012 18:37:43 +0200
+ -- Roland Mas <lolando at debian.org>  Fri, 01 Jun 2012 13:15:25 +0200
 
 fusionforge (5.1.50+svn15558-1) experimental; urgency=low
 




More information about the Fusionforge-commits mailing list