diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 99d1b94f..a164bda0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,14 @@ soledad (0.8.0) unstable; urgency=medium - * Release of soledad 0.8.0 + * Update to 0.8.0 release - -- Ben Carrillo <ben@futeisha.org> Wed, 04 May 2016 11:36:35 -0400 + -- Ben Carrillo <ben@futeisha.org> Mon, 25 Apr 2016 21:08:20 -0400 -soledad (0.8.0~alpha+3) unstable; urgency=medium +soledad (0.7.4) unstable; urgency=medium - * Pre-release of soledad 0.8.0 - * Cherry-pick commits to create soledad user, add it to sudoers. + * Update to 0.7.4 release - -- Ben Carrillo <ben@futeisha.org> Tue, 29 Sep 2015 10:43:00 -0400 + -- Ben Carrillo <ben@futeisha.org> Thu, 29 Oct 2015 12:11:02 -0400 soledad (0.7.3) unstable; urgency=medium diff --git a/debian/control b/debian/control index 2b379093..ebdf492e 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 |