aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRael <rael.gc@gmail.com>2015-10-12 15:44:16 -0300
committerRael <rael.gc@gmail.com>2015-10-12 15:44:16 -0300
commit09826ef6e9fcb164c36c3195e748b88c71882021 (patch)
treeacdf59226c35c6d236adfc8aeada9e9bf37bd4e6
parent2ad964c2d0af138444e3c1a601a29f87dd79787a (diff)
downloadscudcloud-09826ef6e9fcb164c36c3195e748b88c71882021.zip
scudcloud-09826ef6e9fcb164c36c3195e748b88c71882021.tar.gz
scudcloud-09826ef6e9fcb164c36c3195e748b88c71882021.tar.bz2
New package release
-rw-r--r--scudcloud-1.0/debian/changelog6
-rwxr-xr-xscudcloud-1.0/scudcloud2
2 files changed, 7 insertions, 1 deletions
diff --git a/scudcloud-1.0/debian/changelog b/scudcloud-1.0/debian/changelog
index 720e091..9daa0df 100644
--- a/scudcloud-1.0/debian/changelog
+++ b/scudcloud-1.0/debian/changelog
@@ -1,3 +1,9 @@
+scudcloud (1.0-79) trusty; urgency=medium
+
+ * Workaround for #250
+
+ -- Rael Gugelmin Cunha <rael.gc@gmail.com> Mon, 12 Oct 2015 15:42:22 -0300
+
scudcloud (1.0-78) trusty; urgency=medium
* Another attempt to minimize effects on reconnect scripts (#250)
diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud
index edcba66..d769ab2 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.78'
+VERSION = '1.0.79'
def main():
global win;