aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRael Gugelmin Cunha <rael.gc@gmail.com>2015-11-21 14:09:29 -0200
committerRael Gugelmin Cunha <rael.gc@gmail.com>2015-11-21 14:09:29 -0200
commit6a782b90ce41182de94ccce0849d36afd01cfeed (patch)
treed09d3a7cfd42abdabbbfb1cfd5320522a1dcdc59
parent10948aa148fdd213928664ad2fcac3b2aa1e80f6 (diff)
downloadscudcloud-6a782b90ce41182de94ccce0849d36afd01cfeed.zip
scudcloud-6a782b90ce41182de94ccce0849d36afd01cfeed.tar.gz
scudcloud-6a782b90ce41182de94ccce0849d36afd01cfeed.tar.bz2
New package release
-rw-r--r--README.md6
-rw-r--r--scudcloud-1.1/VERSION2
-rw-r--r--scudcloud-1.1/debian/changelog6
3 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 546a8a0..d228f1f 100644
--- a/README.md
+++ b/README.md
@@ -95,9 +95,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.1.0.tar.gz
-tar -xvf v1.1.0.tar.gz
-cd scudcloud-1.1.0
+wget https://github.com/raelgc/scudcloud/archive/v1.1.1.tar.gz
+tar -xvf v1.1.1.tar.gz
+cd scudcloud-1.1.1
SOURCE="scudcloud-1.1"
INSTALL="/opt/scudcloud"
sudo mkdir -p $INSTALL/lib
diff --git a/scudcloud-1.1/VERSION b/scudcloud-1.1/VERSION
index 9084fa2..524cb55 100644
--- a/scudcloud-1.1/VERSION
+++ b/scudcloud-1.1/VERSION
@@ -1 +1 @@
-1.1.0
+1.1.1
diff --git a/scudcloud-1.1/debian/changelog b/scudcloud-1.1/debian/changelog
index 665d061..b453790 100644
--- a/scudcloud-1.1/debian/changelog
+++ b/scudcloud-1.1/debian/changelog
@@ -1,3 +1,9 @@
+scudcloud (1.1-1) trusty; urgency=medium
+
+ * Disabling Private browsing (#296)
+
+ -- Rael Gugelmin Cunha <rael.gc@gmail.com> Sat, 21 Nov 2015 13:52:35 -0200
+
scudcloud (1.1-0) trusty; urgency=medium
* Fixing stuck in loading screen (#294)