Skip to content

Commit

Permalink
Version 2024.06.12
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed Jun 13, 2024
1 parent 7f9268d commit c8bb535
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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 [CalVer](https://calver.org/).

## 2024.06.12

- Changed the requirements for TestU01: no longer depends on a TeX Live
installation, just a C compiler that defaults to `/usr/bin/cc`.
- Fixed a bug with SHA wrappers that caused swapping until the program crashes.
- Add support for XDG_DATA_HOME and %LOCALAPPDATA% to choose where to store
application data.

## 2024.06.10

Small update to fix some issues.
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ help:

.PHONY: help Makefile

VERSIONS = main 2024.06.10 2024.06.04
VERSIONS = main 2024.06.12

all-versions: $(VERSIONS)
git checkout main
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crypto-condor"
version = "2024.06.12-rc2"
version = "2024.06.12"
description = "Compliance testing for implementations of cryptographic primitives"
license = "Apache-2.0"
authors = [
Expand Down

0 comments on commit c8bb535

Please sign in to comment.