From 7fcc10e08fe31d88293c43e8f4447ed507f9e5a6 Mon Sep 17 00:00:00 2001 From: nojhan Date: Tue, 17 May 2011 16:57:17 +0200 Subject: [PATCH] reminders about where to announce stable versions --- eo/ForRelease | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/eo/ForRelease b/eo/ForRelease index 621ee19c..290cfcb2 100644 --- a/eo/ForRelease +++ b/eo/ForRelease @@ -1,7 +1,7 @@ In order to create a new release from the current repository, perform the following steps: -- Create a branch named "eo_x.y.z" +- If necessary, create a branch named "eo_x.y.z" - Set version number in eo-conf.cmake - Check/update NEWS file, set release date and version in NEWS. - use the "archive_current.sh" script to create the source archive @@ -11,3 +11,35 @@ following steps: - Send announcement to mailing lists - Bump version number to next "x.y.z-edge" in eo-conf.cmake + +When reaching stable versions: +- prepare a message with the following template: + -----8<----- + A new version of the "Evolving Objects" framework is available. + + EO is a template-based, C++ evolutionary computation library which + helps you to write your own stochastic optimization algorithms + insanely fast. + + Learn more about EO on the official website: + http://eodev.sourceforge.net/ + + You will find the release x.y.z at the following address: + https://sourceforge.net/projects/eodev/files/eo/ + + Here is a summary of the change log: + - XXXXX + - and more… + + Do not hesitate to submit the bugs you will face: + https://sourceforge.net/apps/trac/eodev/wiki/WikiStart + + Happy evolutionary hacking. + -----8<----- +- Post the message to: + - EO news https://sourceforge.net/news/?group_id=9775 + - EO mailing list: eodev-main@lists.sourceforge.net + - ParadisEO mailing list: paradiseo-users@lists.gforge.inria.fr + - EC-digest maling list: ec-digest-l@listserv.gmu.edu + - JET mailing list: jet@inria.fr +