Skip to content

Commit

Permalink
Bump VERSION to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pete4abw committed Oct 24, 2023
1 parent 4961885 commit 9566207
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion FEATURES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lrzip-next features file.

Last updated 3-July 2023
Last updated 24-October 2023

Many new changes, not in the lrzip.

Expand All @@ -26,6 +26,7 @@ COMPRESSION/DECOMPRESSION
* BZIP3 Support - Kamila Szewczyk
* ZSTD Support
* Ability to inhibit use of multi-threading by compression backends --nobemt (No BackEnd Multi Threading).
* lzo backend: use lzo1x_999_compress() function for level 9 to enhance compression.

HASHING/ENCRYPTION
* Substitute libgcrypt functions for separate sources for **md5** and **sha512** hash functions, and **aes 128 bit** encryption.\
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

Major: 0
Minor: 12
Micro: 2
Micro: 3
4 changes: 4 additions & 0 deletions WHATS-NEW
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
lrzip-next: October 24, 2023 v 0.12.3
Update lzo backend compressor to use
lzo1x_999_compress() function for compression level 9.

lrzip-next: August 25, 2023 v 0.12.2
BUGFIX. Revert the fix for #132. Again...

Expand Down

0 comments on commit 9566207

Please sign in to comment.