Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dfss
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mpcs
dfss
Commits
4f119d7b
Commit
4f119d7b
authored
May 26, 2016
by
Loïck Bonniot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now working on v0.4.0-dev
parent
74dc3bc7
Pipeline
#2337
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
1 deletion
+47
-1
CHANGELOG.md
CHANGELOG.md
+46
-0
version.go
version.go
+1
-1
No files found.
CHANGELOG.md
View file @
4f119d7b
CHANGELOG
=========
v0.3.0
------
> 26/05/2016
#### CLI Client
-
Log more information during signature (!69)
-
Add an optional local file check before signature (!74)
-
Add a slowdown flag for tests (!78)
-
Add a stopbefore flag for tests (!79)
-
Add TTP resolution (!80)
-
Add timeout flag (!81)
-
Add unregister command (!85)
#### GUI Client
-
Improve contract display (!70)
-
Fix crash when the dfss file is corrupted (!71)
-
Add an optional local file check before signature (!74)
-
Add a cancel button before signature (!75)
-
Add TTP resolution (!80)
-
Add timeout configuration option (!81)
#### Platform
-
Support different subnets between signers (!73)
-
Add TTP listing support (!80)
-
Disable case sensitivity in mails (!86)
-
Add unregister API (!85)
-
Fix timeout issues during ready sign (!89)
-
Add contract UUID in invitation mails (!90)
#### TTP
-
Add TTP resolution (!80)
-
Fix concurrency problems (!82)
#### Demonstrator
-
Add a step-by-step speed (!76)
-
Add communication visualization for TTP and platform (!83)
#### Misc
-
Fix the verbose flag, now displays messages sent to demonstrator (!88)
v0.2.0
------
> 25/04/2016
...
...
version.go
View file @
4f119d7b
...
...
@@ -9,7 +9,7 @@ import (
)
// Version represents the current version of the DFSS software suite
const
Version
=
"0.
3
.0-dev"
const
Version
=
"0.
4
.0-dev"
// VersionCmd is the cobra command common to all dfss modules
var
VersionCmd
=
&
cobra
.
Command
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment