diff options
| author | Michel Etienne | 2014-12-16 14:48:26 +0100 |
|---|---|---|
| committer | Michel Etienne | 2014-12-16 14:48:26 +0100 |
| commit | 7130e32053655e437b984633300123fed0a8a736 (patch) | |
| tree | 61dbefaaa0ee82520cf16d341c64f07b3d11f5c3 | |
| parent | b775210ce113e039504dd42dd464a7e1eb25d847 (diff) | |
| download | chouette-core-7130e32053655e437b984633300123fed0a8a736.tar.bz2 | |
prepare version 2.5.2
| -rw-r--r-- | app/views/help/index.textile | 8 | ||||
| -rw-r--r-- | app/views/help/introduction.textile | 2 | ||||
| -rw-r--r-- | config/deploy.rb | 2 | ||||
| -rw-r--r-- | config/environment.rb | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/app/views/help/index.textile b/app/views/help/index.textile index a94fa7f89..19eeb63e2 100644 --- a/app/views/help/index.textile +++ b/app/views/help/index.textile @@ -3,7 +3,7 @@ layout: default title: Chouette v2 --- -Version 2.5.1 +Version 2.5.2 h3. Logiciel libre propriété de : @@ -24,6 +24,12 @@ A cet égard l'attention de l'utilisateur est attirée sur les risques associé h3. Notes de version +h4. Version 2.5.2 + +* Nouvelles foctionnalités : +** Ajout des particularités de monté/descente aux arrêts d'une séquence +** Ajout de tests sur les données pour l'export + h4. Version 2.5.1 * Nouvelles foctionnalités : diff --git a/app/views/help/introduction.textile b/app/views/help/introduction.textile index 78fdfa561..525ef133c 100644 --- a/app/views/help/introduction.textile +++ b/app/views/help/introduction.textile @@ -17,7 +17,7 @@ D'autres utilisateurs potentiels sont également identifiés : services de l'ét h3. Ce que vous trouverez dans ce manuel Vous trouverez dans ce document, toutes les informations nécessaires à la prise en main de l’application. -Le manuel couvre la version 2.5.1. +Le manuel couvre la version 2.5.2. diff --git a/config/deploy.rb b/config/deploy.rb index 1d5782462..0f8a3f673 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -73,6 +73,8 @@ namespace :deploy do run "cd /usr/local/opt/chouette-command && rm -rf chouette-cmd_#{gui_cmd}" run "cd /usr/local/opt/chouette-command && unzip chouette-gui-command-#{gui_cmd}.zip" run "cd /usr/local/opt/chouette-command/chouette-cmd_#{gui_cmd} && chmod a+w . && sudo chgrp -R wheel ." + run "cd /usr/local/opt/chouette-command && rm -f chouette-cmd-current" + run "cd /usr/local/opt/chouette-command && ln -s chouette-cmd_#{gui_cmd} chouette-cmd-current" end desc "Make group writable all deployed files" diff --git a/config/environment.rb b/config/environment.rb index cc5593ce1..4524c894c 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -6,4 +6,4 @@ require File.expand_path('../application', __FILE__) ChouetteIhm::Application.initialize! # Fix version -APP_VERSION = '2.5.1' +APP_VERSION = '2.5.2' |
