[Fusionforge-commits] FusionForge branch 6.0 updated. 320aa20 Doc fixes

Sylvain Beucler beuc-inria at libremir.placard.fr.eu.org
Thu Jun 4 18:09:02 CEST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  320aa2044a0fd5e8c3a2a95fe37c9fd09724f6ef (commit)
      from  341452892e6474c7c0bbd56a234250c079d08059 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 320aa2044a0fd5e8c3a2a95fe37c9fd09724f6ef
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Thu Jun 4 18:08:00 2015 +0200

    Doc fixes

diff --git a/src/CHANGES b/src/CHANGES
index 66d2812..de52f65 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -5,6 +5,7 @@ FusionForge 6.0.1:
 * FRS: display new releases first (Roland Mas, for Inria)
 * Tracker: fix description re-html-ization when editing item (Inria)
 * Widgets: MyProjects: only display active projects (Inria)
+* SCM SVN: fix double-compression in ViewVC (Inria)
 * Plugin scmhook: git commitemail: fix subject, handle special chars (Roland Mas, for Inria)
 * Plugin scmhook: fix hook deactivation (Inria)
 * Doc clean-up (Inria)
diff --git a/src/www/scm/viewvc/viewvc.cgi b/src/www/scm/viewvc/viewvc.cgi
index 40e9d18..1a25283 100755
--- a/src/www/scm/viewvc/viewvc.cgi
+++ b/src/www/scm/viewvc/viewvc.cgi
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
 # Locate ViewVC and run it
+# (local CGI version, see also plugins/scmsvn/libexec/viewvc.cgi)
 
 import sys
 import os

-----------------------------------------------------------------------

Summary of changes:
 src/CHANGES                   | 1 +
 src/www/scm/viewvc/viewvc.cgi | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/CHANGES b/src/CHANGES
index 66d2812..de52f65 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -5,6 +5,7 @@ FusionForge 6.0.1:
 * FRS: display new releases first (Roland Mas, for Inria)
 * Tracker: fix description re-html-ization when editing item (Inria)
 * Widgets: MyProjects: only display active projects (Inria)
+* SCM SVN: fix double-compression in ViewVC (Inria)
 * Plugin scmhook: git commitemail: fix subject, handle special chars (Roland Mas, for Inria)
 * Plugin scmhook: fix hook deactivation (Inria)
 * Doc clean-up (Inria)
diff --git a/src/www/scm/viewvc/viewvc.cgi b/src/www/scm/viewvc/viewvc.cgi
index 40e9d18..1a25283 100755
--- a/src/www/scm/viewvc/viewvc.cgi
+++ b/src/www/scm/viewvc/viewvc.cgi
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
 # Locate ViewVC and run it
+# (local CGI version, see also plugins/scmsvn/libexec/viewvc.cgi)
 
 import sys
 import os


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list