aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRael <rael.gc@gmail.com>2015-09-11 19:38:36 -0300
committerRael <rael.gc@gmail.com>2015-09-11 19:38:36 -0300
commite6f739eaedce21f9baa5a66547e98c818482e30c (patch)
tree10df4405e76d4043dc97ce676f4c7e78c33147e1
parent419538d3a41f8ad025c964b76e5563947a747154 (diff)
downloadscudcloud-e6f739eaedce21f9baa5a66547e98c818482e30c.zip
scudcloud-e6f739eaedce21f9baa5a66547e98c818482e30c.tar.gz
scudcloud-e6f739eaedce21f9baa5a66547e98c818482e30c.tar.bz2
New package release
-rw-r--r--README.md6
-rw-r--r--scudcloud-1.0/debian/changelog7
-rwxr-xr-xscudcloud-1.0/scudcloud2
3 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4f553b9..61d47df 100644
--- a/README.md
+++ b/README.md
@@ -76,9 +76,9 @@ First, you'll need to install at least packages for `python3`, `python-qt4` (`qt
Then run the below script: it'll download the code and install it:
```bash
-wget https://github.com/raelgc/scudcloud/archive/v1.0.63.tar.gz
-tar -xvf v1.0.63.tar.gz
-cd scudcloud-1.0.63
+wget https://github.com/raelgc/scudcloud/archive/v1.0.64.tar.gz
+tar -xvf v1.0.64.tar.gz
+cd scudcloud-1.0.64
SOURCE="scudcloud-1.0"
INSTALL="/opt/scudcloud"
sudo mkdir -p $INSTALL/lib
diff --git a/scudcloud-1.0/debian/changelog b/scudcloud-1.0/debian/changelog
index b7734eb..09ee804 100644
--- a/scudcloud-1.0/debian/changelog
+++ b/scudcloud-1.0/debian/changelog
@@ -1,3 +1,10 @@
+scudcloud (1.0-64) trusty; urgency=medium
+
+ * Several code improvements
+ * Fixing teams loading order (#201)
+
+ -- Rael Gugelmin Cunha <rael.gc@gmail.com> Fri, 11 Sep 2015 19:32:26 -0300
+
scudcloud (1.0-63) trusty; urgency=medium
* Improving JS ScudCloud
diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud
index bb2d57e..6ce835c 100755
--- a/scudcloud-1.0/scudcloud
+++ b/scudcloud-1.0/scudcloud
@@ -14,7 +14,7 @@ from qsingleapplication import QSingleApplication
# The ScudCloud QMainWindow
win = None
-VERSION = '1.0.63'
+VERSION = '1.0.64'
def main():
global win;