From aadba61c1a67c2d39cf5bd36a05abafb03c4bc69 Mon Sep 17 00:00:00 2001 From: "Andrew E. Bruno" Date: Sat, 16 Dec 2017 11:59:17 -0500 Subject: [PATCH] Fix #78. - Add check for unsupported legacy messages. --- ChangeLog.rst | 8 ++++++++ glide.lock | 6 +++--- glide.yaml | 1 + rpm/harbour-whisperfish.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index a78397f8f..5fa26e891 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -2,6 +2,13 @@ ChangeLog =============================================================================== +`v0.4.5`_ (2017-12-16) +--------------------------- + +* Built using SailfishOSSDK-Beta-1611-Qt5-linux-64 +* Tested on Sailfish OS 2.1.3.7 (Kymijoki) +* Fix #78 add check for unsupported legacy messages + `v0.4.4`_ (2017-11-14) --------------------------- @@ -96,3 +103,4 @@ ChangeLog .. _v0.4.2: https://github.com/aebruno/whisperfish/releases/tag/v0.4.2 .. _v0.4.3: https://github.com/aebruno/whisperfish/releases/tag/v0.4.3 .. _v0.4.4: https://github.com/aebruno/whisperfish/releases/tag/v0.4.4 +.. _v0.4.5: https://github.com/aebruno/whisperfish/releases/tag/v0.4.5 diff --git a/glide.lock b/glide.lock index d6b320426..dd0fc393c 100644 --- a/glide.lock +++ b/glide.lock @@ -1,10 +1,10 @@ -hash: 0579ebcdc96a4a0455ac04a3d07d5382b8963d82936667c2fcfd7e81fb65608d -updated: 2017-11-14T18:42:17.316920429-05:00 +hash: 72e239be9e020592f5cbf5aab13f6ff0a84ff22082c271111c7d4d861baf194d +updated: 2017-12-16T11:51:16.523243634-05:00 imports: - name: bitbucket.org/taruti/mimemagic version: e5179c80a024fe516da65f0b006f56fa7800694e - name: github.com/aebruno/textsecure - version: 7ce5880f67b2d0f3e93a0dba88069ae555d13131 + version: d7577713f00fe4a79a2361b12f63689cfc0dac7b subpackages: - axolotl - axolotl/protobuf diff --git a/glide.yaml b/glide.yaml index ebb26a6a3..8d599a82b 100644 --- a/glide.yaml +++ b/glide.yaml @@ -6,6 +6,7 @@ ignore: import: - package: github.com/Sirupsen/logrus - package: github.com/aebruno/textsecure + version: d7577713f00fe4a79a2361b12f63689cfc0dac7b subpackages: - axolotl - curve25519sign diff --git a/rpm/harbour-whisperfish.spec b/rpm/harbour-whisperfish.spec index b25df355f..fd9058a63 100644 --- a/rpm/harbour-whisperfish.spec +++ b/rpm/harbour-whisperfish.spec @@ -1,7 +1,7 @@ Name: harbour-whisperfish Summary: Signal client for SailfishOS -Version: 0.4.4 +Version: 0.4.5 Release: 1 Group: Qt/Qt License: GPL