From c8bb53535627bb35bec6d4afc6a752bc585583af Mon Sep 17 00:00:00 2001 From: JulioLoayzaM Date: Thu, 13 Jun 2024 10:23:17 +0200 Subject: [PATCH] Version 2024.06.12 --- CHANGELOG.md | 8 ++++++++ docs/Makefile | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8b6de..82314dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/docs/Makefile b/docs/Makefile index a399e73..c7023c7 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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 diff --git a/pyproject.toml b/pyproject.toml index dc9e872..2f76394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [