aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--scudcloud-1.0/debian/changelog7
2 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8fceef7..eabcd85 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.50.tar.gz
-tar -xvf v1.0.50.tar.gz
-cd scudcloud-1.0.50
+wget https://github.com/raelgc/scudcloud/archive/v1.0.51.tar.gz
+tar -xvf v1.0.51.tar.gz
+cd scudcloud-1.0.51
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 6c628f0..f9fbc56 100644
--- a/scudcloud-1.0/debian/changelog
+++ b/scudcloud-1.0/debian/changelog
@@ -1,3 +1,10 @@
+scudcloud (1.0-51) trusty; urgency=medium
+
+ * Using lambdas for dereferenced callbacks (fixes #170 #177)
+ * Updating unread counter on window focus
+
+ -- Rael Gugelmin Cunha <rael.gc@gmail.com> Sat, 25 Jul 2015 23:58:20 -0300
+
scudcloud (1.0-50) trusty; urgency=medium
* Fixing quicklist and direct messages