Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
72eee193
Commit
72eee193
authored
Mar 03, 2020
by
Sietse Ringers
Browse files
chore: bump version number to v0.5.0-rc.1
parent
aafea9ac
Pipeline
#39641
passed with stages
in 2 minutes and 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
72eee193
...
...
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [0.5.0-rc.1] - 2020-03-03
### Added
-
Include
`clientReturnURL`
in session request
### Changed
-
All (translated) names of issuers and credential types of demo schemes (i.e.
`irma-demo`
) must now start with
`Demo `
-
`irmaclient`
now uses bbolt for storage
-
When the
`irmaclient`
receives a credential identical to another older one, the older one is overwritten
-
Scheme signing and verification now supports symlinks
### Fixed
-
Unclear error message when the request's
`Content-Type`
HTTP header is not properly set
-
Unclear error message when non-optional attributes are missing in issuance request
-
Scheme verification now ignores deprecated issuers and keys and ignores missing IssueURL tags in credential types
-
`irma server`
no longer crashes at startup if no network interfaces are available
-
Various bugs in
`irma server`
configuration
## [0.4.1] - 2019-10-15
### Changed
-
Renamed
`irma session`
flag
`--authmethod`
to
`--auth-method`
for consistency with server
`Configuration`
struct
...
...
@@ -24,5 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
Combined issuance-disclosure requests with two schemes one of which has a keyshare server now work as expected
-
Various other bugfixes
[
0.5.0-rc.1
]:
https://github.com/privacybydesign/irmago/compare/v0.4.1...v0.5.0-rc.1
[
0.4.1
]:
https://github.com/privacybydesign/irmago/compare/v0.4.0...v0.4.1
[
0.4.0
]:
https://github.com/privacybydesign/irmago/tree/v0.4.0
version.go
View file @
72eee193
...
...
@@ -7,7 +7,7 @@ package irma
import
"github.com/timshannon/bolthold"
// Version of the IRMA command line and libraries
const
Version
=
"0.
4
.1"
const
Version
=
"0.
5.0-rc
.1"
// go-atum requires a version of bolthold newer than the latest release v1.1, but go-atum does not
// use dep, so by default dep fetches v1.1 which breaks the build. We make bolthold an explicit
...
...
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