From f55caddc093741b9ce1ccdf626ae8b3ebd71b1d1 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 31 Jul 2016 11:59:26 +0200 Subject: [PATCH] Bump --- ChangeLog | 8 ++++++-- piknik.go | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3185f1c..64e73a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +* Version 0.9 + - Support for protocol version 3 (Piknik <= 0.2) was removed from the server. + Please upgrade the clients running these old versions. + - Compatibility with protocol version 4 (Piknik >= 0.3 and <= 0.7) was + restored. + * Version 0.8 - The clipboard now includes a timestamp, so that clients can reject content that is too old. By default, the maximum age is 7 days. This @@ -42,5 +48,3 @@ the server and to the clients. * Version 0.1 - Initial public release. - - diff --git a/piknik.go b/piknik.go index db129e1..7f5d7f3 100644 --- a/piknik.go +++ b/piknik.go @@ -17,7 +17,7 @@ import ( const ( // Version - Piknik version - Version = "0.8" + Version = "0.9" // DomainStr - BLAKE2 domain (personalization) DomainStr = "PK" // DefaultListen - Default value for the Listen parameter