From fe2ef18a9dcef066b5b951427b6eeb926a0949f2 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 29 Oct 2015 12:11:33 -0400 Subject: [pkg] bump changelog to 0.7.4 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8c779836..fcba55a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +soledad (0.7.4) unstable; urgency=medium + + * Update to 0.7.4 release + + -- Ben Carrillo Thu, 29 Oct 2015 12:11:02 -0400 + soledad (0.7.3) unstable; urgency=medium * Update to 0.7.3 release -- cgit v1.2.3 From 40e32be29d9b02e03da4f007fb4f68f3e3709c01 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 29 Oct 2015 15:50:17 -0400 Subject: [pkg] bump soledad-client dependency --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index cf1252e3..a56e6057 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher (>= 2.6.3.3+b1), python-simplejson, python-oauth, python-u1db, python-scrypt, python-dirspec, python-pycryptopp (>= 0.6.0.20120313-1~), soledad-common, - python-chardet, python-twisted-core + python-chardet, python-twisted-core (>= 13.0.0) Description: Synchronization of locally encrypted data among devices (client files) Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an -- cgit v1.2.3 From bfb71344350ec4d5a065fedeb4d306c03e9caad2 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 25 Apr 2016 21:09:00 -0400 Subject: update debian changelog to 0.8.0 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index fcba55a2..a164bda0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +soledad (0.8.0) unstable; urgency=medium + + * Update to 0.8.0 release + + -- Ben Carrillo Mon, 25 Apr 2016 21:08:20 -0400 + soledad (0.7.4) unstable; urgency=medium * Update to 0.7.4 release -- cgit v1.2.3 From f25d2e4fa3b51575f4989ac74eade7213966ce4b Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 25 Apr 2016 21:12:51 -0400 Subject: update deps in debian/control --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index a56e6057..fdb0427f 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Package: soledad-server Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-configparser, python-couchdb, python-simplejson, python-oauth, python-u1db, python-routes, python-openssl, - soledad-common (>= 0.5.0), python-six, python-twisted-web (>= 13.0.0-1~bpo70+1) + soledad-common (>= 0.8.0), python-six, python-twisted-web (>= 13.0.0-1~bpo70+1) Description: Synchronization of locally encrypted data among devices (server files) Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an @@ -33,8 +33,8 @@ Package: soledad-client Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher (>= 2.6.3.3+b1), python-simplejson, python-oauth, python-u1db, python-scrypt, - python-dirspec, python-pycryptopp (>= 0.6.0.20120313-1~), soledad-common, - python-chardet, python-twisted-core (>= 13.0.0) + python-dirspec, soledad-common, python-chardet, + python-twisted-core (>= 13.0.0) Description: Synchronization of locally encrypted data among devices (client files) Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an -- cgit v1.2.3