Skip to content

Commit

Permalink
Bump version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedld committed Oct 24, 2020
1 parent 484e6a5 commit 7ad0d57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
project(haval VERSION 1.1 LANGUAGES CXX)
project(haval VERSION 1.2 LANGUAGES CXX)

set(HAVAL_STANDALONE_BUILD OFF)
if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
Expand Down Expand Up @@ -54,6 +54,7 @@ if(HAVAL_ENABLE_INSTALL)

install(
FILES
ChangeLog
haval-paper.pdf
LICENSE
README.md
Expand Down
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2020-10-24 Mike Gelfand <[email protected]>

* Rewrite the library in C++ and make it header-only, allowing to
instantiate the template with different pass count and fingerprint
length values within the same program without much fuss.
* Move certification data checks code from the app into a unit test.
* Allow changing app parameters without recompilation via environment
variables: HAVAL_PASS (defaults to 3), HAVAL_FPTLEN (256),
HAVAL_NUMBER_OF_BLOCKS (5000), HAVAL_BLOCK_SIZE (5000).
* Switch to CMake build system.

2003-01-21 Lawrence Teo <[email protected]>

* Makefile.am (EXTRA_DIST): Distribute haval-paper.pdf and not
Expand Down

0 comments on commit 7ad0d57

Please sign in to comment.