From c94460d90252912300702659e84060a2cca8e38c Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 9 Oct 2016 16:13:56 +0200 Subject: [PATCH] 0.9.1 --- ChangeLog | 7 +++++++ piknik.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 64e73a9..9b8b6dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +* Version 0.9.1 + - Piknik can now be compiled for Plan9 and Solaris. + - Sending an INFO signal to the server now prints whether the clipboard +is empty or not. + - Godep was replaced with Glide. + - Documentation fixes. + * Version 0.9 - Support for protocol version 3 (Piknik <= 0.2) was removed from the server. Please upgrade the clients running these old versions. diff --git a/piknik.go b/piknik.go index 7f5d7f3..74f7da6 100644 --- a/piknik.go +++ b/piknik.go @@ -17,7 +17,7 @@ import ( const ( // Version - Piknik version - Version = "0.9" + Version = "0.9.1" // DomainStr - BLAKE2 domain (personalization) DomainStr = "PK" // DefaultListen - Default value for the Listen parameter