aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;