From: Roland Mas Date: Fri, 1 Jul 2011 12:46:55 +0000 (+0000) Subject: Preparing for 5.1 release X-Git-Tag: v5.1~2 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=22758f4b227ac0b0ad0c4fd068a8585418d30002 Preparing for 5.1 release --- diff --git a/src/NEWS b/src/NEWS index e00f919de9..a7f0b3deb3 100644 --- a/src/NEWS +++ b/src/NEWS @@ -1,3 +1,67 @@ +Release notes for FusionForge 5.1 +--------------------------------- + +FusionForge 5.1 is another incremental step over 5.0, although it's a +large step in some regards, with about 3000 commits since version 5.0. + +The FusionForge team would like to dedicate this release to the memory +of Alexandre Neymann, who passed away in March 2011. Alexandre was +one of the founding members of the FusionForge project in 2009, and +one of its most active developers. His death has meant a great loss +to us all. + +On the user interface front, the project summary pages and users' +personal pages are now built out of blocks called "widgets" that can +be rearranged at will; these widgets (taken from Codendi) allow +greater flexibility on how the pages look. A new theme, called Funky, +is now available, with a more modern feel (contributed by Capgemini). +In the same field, the old help window has been replaced with a new +unobtrusive tooltip system (Alcatel-Lucent). A less visible aspect is +that the generated webpages are now much closer to full XHTML +compliance. + +Among the improvements in features, the document manager has been +vastly rewritten (by Capgemini again), with more features and an +improved usability; more improvements are planned for the next +release, but this should bring the docman to something we're no longer +ashamed of :-) + +Many improvements in the trackers have been contributed (by +Alcatel-Lucent), including a progress bar and improvements in sorting. + +The permissions system has been enhanced and made more flexible, with +the new ability to have several roles at once in the same project and +to share roles across projects (contributed by Roland Mas as part of +the Coclico project). + +New projects can now cloned from one of a set of configurable +templates, thus allowing forges to have standard shapes for their +common project organizations (Roland Mas, Coclico). + +New plugins have been written or merged from Codendi as part of the +Coclico project: Mailman, Forumml, Hudson and SoapAdmin. Not all are +production-ready yet, but they're made available for the adventurous. +Other new plugins include a gravatar plugin (Alain Peyrat) and a +"blocks" plugin allowing to add free descriptions in several places +(Alcatel-Lucent). + +Behind the scenes, the configuration system has also been made +simpler, it now uses standard *.ini files that are taken into account +immediately; the Apache configuration files are also splitted out into +independent components, rather than a large generated file. (Both by +Roland Mas.) + +Another improvement making installation easier is the availability +packages in RPM format for Red Hat Enterprise Linux and CentOS, in +addition to the *.deb packages for Debian-based distributions. +Installation from source is still supported, of course. + +As usual, this release provides scripts to migrate what needs to be +migrated to the new schemes (in this case, for the database schema, +the configuration variables and the existing permissions). Care +should still be taken to check the results of these migrations, as a +safety net. + Release notes for FusionForge 5.0 --------------------------------- diff --git a/src/common/include/FusionForge.class.php b/src/common/include/FusionForge.class.php index 86494030ad..64d6d9fb52 100644 --- a/src/common/include/FusionForge.class.php +++ b/src/common/include/FusionForge.class.php @@ -39,7 +39,7 @@ class FusionForge extends Error { $this->Error(); $this->software_name = 'FusionForge' ; - $this->software_version = '5.0.90' ; + $this->software_version = '5.1' ; if (isset($forge_pkg_name) && isset($forge_pkg_version)) { $this->software_name = $forge_pkg_name; diff --git a/src/debian/changelog b/src/debian/changelog index cc05235b74..a4bc8de4b3 100644 --- a/src/debian/changelog +++ b/src/debian/changelog @@ -1,13 +1,13 @@ -fusionforge (5.0.51-2) UNRELEASED; urgency=low +fusionforge (5.1~0) UNRELEASED; urgency=low [ Roland Mas ] - * Snapshot from upstream SVN. + * New upstream release. [ Thorsten Glaser ] * Update copyright file * Fix broken link in /usr/share/fusionforge (Evolvis [#1638]) - -- Thorsten Glaser Fri, 20 May 2011 15:31:13 +0200 + -- Roland Mas Fri, 01 Jul 2011 14:24:31 +0200 fusionforge (5.0.3-1) unstable; urgency=low diff --git a/src/image-sources/fusionforge-logo.xcf b/src/image-sources/fusionforge-logo.xcf index b565cae20d..55a5cccef7 100644 Binary files a/src/image-sources/fusionforge-logo.xcf and b/src/image-sources/fusionforge-logo.xcf differ diff --git a/src/www/images/fusionforge-resized.png b/src/www/images/fusionforge-resized.png index d00cbb30a5..aefe2311f5 100644 Binary files a/src/www/images/fusionforge-resized.png and b/src/www/images/fusionforge-resized.png differ