Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 9, 2016
1 parent 26f1df3 commit c94460d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion piknik.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c94460d

Please sign in to comment.