Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jul 31, 2016
1 parent cb0b832 commit f55cadd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -42,5 +48,3 @@ the server and to the clients.

* Version 0.1
- Initial public release.


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.8"
Version = "0.9"
// DomainStr - BLAKE2 domain (personalization)
DomainStr = "PK"
// DefaultListen - Default value for the Listen parameter
Expand Down

0 comments on commit f55cadd

Please sign in to comment.