Skip to content

Commit

Permalink
1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanheaven committed Sep 21, 2022
1 parent ec01003 commit b93d712
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Summary of changes for each GtkHash release:

1.5 (2021-00-00)
1.5 (2022-09-21)
* Added xxHash XXH64
* Added HMAC-BLAKE2s and HMAC-BLAKE2b (#86)
* Made hashing start automatically in file manager extensions (#103)
* Added Meson build system (#116, #140)
* Removed dependency on intltool
* Removed Peony extension as Peony 2+ is incompatible

1.4 (2020-07-11)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.61])
AC_INIT([GtkHash], [1.4])
AC_SUBST([RELEASE_DATE], [2020-07-11])
AC_INIT([GtkHash], [1.5])
AC_SUBST([RELEASE_DATE], [2022-09-21])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('gtkhash',
'c',
version: '1.4',
version: '1.5',
meson_version: '>=0.53.0',
default_options: [
'warning_level=2',
Expand Down

0 comments on commit b93d712

Please sign in to comment.