Skip to content

Commit

Permalink
Merge pull request discoproject#595 from pooya/develop
Browse files Browse the repository at this point in the history
Bump version to 0.5.4
  • Loading branch information
pooya committed Oct 28, 2014
2 parents 030c550 + 379bbfc commit 87a755c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,5 +1,5 @@
DISCO_VERSION = 0.5.3
DISCO_RELEASE = 0.5.3
DISCO_VERSION = 0.5.4
DISCO_RELEASE = 0.5.4

# standard make installation variables
sysconfdir = /etc
Expand Down
2 changes: 1 addition & 1 deletion cloud/google/setup.sh
Expand Up @@ -34,7 +34,7 @@ for i in $(seq $N_SLAVES)
do
NODES=$(echo $NODES "disconode"$i)
done
gcloud compute instances create $NODES --image discoimage --zone $ZONE
gcloud compute instances create $NODES --image discoimage --machine-type f1-micro --zone $ZONE

echo "Waiting for the cluster to boot up..."
sleep 20
Expand Down
9 changes: 9 additions & 0 deletions doc/releases.rst
Expand Up @@ -3,6 +3,15 @@
Release notes
=============

Disco 0.5.4 (October 27, 2014)
-----------------
New features
''''''''''''
- A lot of new examples including ipython, page rank, and travelling salesman problem.
- Add a deployment script to get a cluster ready in Google Cloud in a couple of minutes.
- Fixes to let Disco run on OSX Yosemite.
- And a lot of bug fixes and performance improvements

Disco 0.5.3 (August 5, 2014)
-----------------
New features
Expand Down
2 changes: 1 addition & 1 deletion master/.version
@@ -1 +1 @@
0.5.3
0.5.4
6 changes: 6 additions & 0 deletions pkg/debian/changelog
@@ -1,3 +1,9 @@
disco (0.5.4) unstable; urgency=low

* New package for 0.5.4

-- Shayan Pooya <shayan@liveve.org> Wed, 27 Oct 2014 22:00:00 -0700

disco (0.5.3) unstable; urgency=low

* New package for 0.5.3
Expand Down
6 changes: 5 additions & 1 deletion pkg/rpm/disco.spec
Expand Up @@ -2,7 +2,7 @@
%define _unpackaged_files_terminate_build 0
Summary: An open-source mapreduce framework.
Name: disco
Version: 0.5.3
Version: 0.5.4
Release: 1%{?dist}
License: BSD
Group: System Environment/Daemon
Expand Down Expand Up @@ -127,6 +127,10 @@ if [ "$1" = 0 ]; then
fi

%changelog

* Fri Aug 01 2014 Shayan Pooya <shayan@liveve.org> - 0.5.4-1
- Release version 0.5.4

* Fri Aug 01 2014 Shayan Pooya <shayan@liveve.org> - 0.5.3-1
- Release version 0.5.3

Expand Down

0 comments on commit 87a755c

Please sign in to comment.