Skip to content

Commit bd2c39b

Browse files
committed
Updating Distribution version to 1.1.0-SNAPSHOT (preparing 1.1.0 pre-release)
1 parent 016a785 commit bd2c39b

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

CHANGELOG.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Changes form the 1.0.0 to 1.0.1.dev
2-
-----------------------------------
1+
Changes form the 1.0.0 to 1.1.0.pre1
2+
------------------------------------
33

44
Note: if you upgrade from 1.0.0 you should read REAME.md file to update your already created Cohorte Nodes (run configurations).
55

@@ -11,21 +11,21 @@ Note: if you upgrade from 1.0.0 you should read REAME.md file to update your alr
1111
* New "Composition" tab on Webadmin that shows the application's composition specification [#21]
1212

1313
** Improvements
14-
* Move 'run.js' of a Cohorte Node to 'conf/run.js' [#11]
15-
* Enhance 'cohorte-create-node' options [#39]
16-
* Changing names of some of Node run configurations [#36]
17-
* Changing Herald Messages format to include meta-data in content when transporting the message [cohorte-herald/issues#15]
18-
* Webadmin is now accessible from /webadmin path and uses "debug" REST API to show detailed information about isolates
14+
* Move 'run.js' of a Cohorte Node to 'conf/run.js' [#11]
15+
* Enhance 'cohorte-create-node' options [#39]
16+
* Changing names of some of Node run configurations [#36]
17+
* Changing Herald Messages format to include meta-data in content when transporting the message [cohorte-herald/issues#15]
18+
* Webadmin is now accessible from /webadmin path and uses "debug" REST API to show detailed information about isolates
1919
* Start cohorte node with console if and only if --console argument is given [#31]
2020
* Updating dependencies versions [#14]
2121
- Cohorte-Python 1.0.1.dev
22-
- Using iPOPO 0.6.1
22+
- Using iPOPO 0.6.2
2323
- Using Cohorte-Utilities 1.0.1
2424
* Show the main isolate "cohorte.internals.forker" on webadmin [isandlaTech/cohorte-runtime#14]
2525
* Set the default recomposition delay to 120 [#15]
2626

2727
** Bug Fix
28-
* Fixing some stopping errors [#35] (3) (4)
28+
* Fixing some stopping errors [#35] (3) (4)
2929
* Fixing synchronisation problem: XMPP transport blocked on disconnected [isandlaTech/cohorte-herald/issues#14]
3030
* Isolate is duplicated when another node is stopped [#16]
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>org.cohorte.platforms</groupId>
2121
<artifactId>cohorte</artifactId>
22-
<version>1.0.1-SNAPSHOT</version>
22+
<version>1.1.0-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424

2525
<name>COHORTE Project ::: Platforms :: HOME </name>

setup.command

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ echo "source $HOME/.bashrc #COHORTE" >> $HOME/.bash_profile
4242
fi
4343
fi
4444

45+
# source .bashrc
46+
source $HOME/.bashrc
47+
4548
# Get back where we were
4649
cd -
4750

setup.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@ if test -e "$HOME/.bash_profile"; then
3838
if grep "#COHORTE" $HOME/.bash_profile &> /dev/null; then
3939
echo
4040
else
41-
echo "source $HOME/.bashrc #COHORTE" >> $HOME/.bash_profile
41+
echo "source $HOME/.bashrc #COHORTE" >> $HOME/.bash_profile
4242
fi
4343
fi
4444

45+
# source .bashrc
46+
source $HOME/.bashrc
47+
4548
# Get back where we were
4649
cd -
4750

0 commit comments

Comments
 (0)