Skip to content

Commit 057bfd7

Browse files
author
Paul Dreik
committed
update changelog, news, readme for 1.7.0
1 parent b09beff commit 057bfd7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-02-03 Paul Dreik <rdfind@pauldreik.se>
2+
* release 1.7.0
3+
* add xxh checksum for speed
4+
* add controllable buffer size -buffersize N
15
2023-06-17 Paul Dreik <rdfind@pauldreik.se>
26
* release 1.6.0
37
2023-06-17 Paul Dreik <rdfind@pauldreik.se>

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
next
1+
1.7.0
22
requires a C++17 capable compiler.
3+
new fast non-cryptographic hash xxh
4+
controllable buffer size for calculating checksum
35
1.6.0
46
supports sha512
57
1.4.0alpha

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Here is how to get and install nettle from source. Please check for the current
123123
### Quality
124124
The following methods are used to maintain code quality:
125125
- builds without warnings on gcc and clang, even with all the suggested warnings from [cppbestpractices](https://github.com/lefticus/cppbestpractices/blob/master/02-Use_the_Tools_Available.md) enabled. Pass --enable-warnings to configure to turn them on.
126-
- builds with standards c++11, 14, 17 and 2a
126+
- builds with standards c++17 and 20
127127
- tests are written for newly found bugs, first to prove the bug and then to prove that it is fixed. Older bugs do not all have tests.
128128
- tests are also run through valgrind
129129
- tests are run on address sanitizer builds

0 commit comments

Comments
 (0)