From 99857f485de1e83d936220e0b4c32d4c5e4317ff Mon Sep 17 00:00:00 2001 From: Rael Date: Thu, 15 Oct 2015 09:54:02 -0300 Subject: [PATCH] New package release --- README.md | 6 +++--- scudcloud-1.0/debian/changelog | 6 ++++++ scudcloud-1.0/scudcloud | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f4495c9..77ac6d6 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,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.81.tar.gz -tar -xvf v1.0.81.tar.gz -cd scudcloud-1.0.81 +wget https://github.com/raelgc/scudcloud/archive/v1.0.82.tar.gz +tar -xvf v1.0.82.tar.gz +cd scudcloud-1.0.82 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 05e7e54..af81feb 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,9 @@ +scudcloud (1.0-82) trusty; urgency=medium + + * Escaping single quotes in leftpane JS (#258) + + -- Rael Gugelmin Cunha Thu, 15 Oct 2015 09:50:58 -0300 + scudcloud (1.0-81) trusty; urgency=medium * Removing no more required libraries diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud index 198cf27..c1f6cc1 100755 --- a/scudcloud-1.0/scudcloud +++ b/scudcloud-1.0/scudcloud @@ -13,7 +13,7 @@ from scudcloud import ScudCloud # The ScudCloud QMainWindow win = None -VERSION = '1.0.81' +VERSION = '1.0.82' def main(): global win