Skip to content

Commit b0f580b

Browse files
author
Paul Dreik
committed
release version 1.6.0
1 parent 3ad1654 commit b0f580b

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2023-06-17 Paul Dreik <rdfind@pauldreik.se>
2+
* release 1.6.0
13
2023-06-17 Paul Dreik <rdfind@pauldreik.se>
24
* add sha512 support
35
2021-08-13 Paul Dreik <rdfind@pauldreik.se>

NEWS

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.6.0
2+
supports sha512
13
1.4.0alpha
24
now requires a c++11 capable compiler
35
1.3.5

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.next
1+
1.6.0

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ dnl copyright 2016-2019 Paul Dreik (earlier Paul Sundvall)
33
dnl Distributed under GPL v 2.0 or later, at your option.
44
dnl See LICENSE for further details.
55

6-
VERSION="1.5.next"
7-
AC_INIT([rdfind],[1.5.next])
6+
VERSION="1.6.0"
7+
AC_INIT([rdfind],[1.6.0])
88
AC_CONFIG_SRCDIR([rdfind.cc])
99
AC_CONFIG_HEADERS([config.h])
1010

rdfind.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.\"
44
.\" Author Paul Dreik 2006
55
.\" see LICENSE for details.
6-
.TH rdfind "1" 1.5.next "Aug 2021" rdfind
6+
.TH rdfind "1" 1.6.0 "Jun 2023" rdfind
77
.SH NAME
88
rdfind \- finds duplicate files
99
.SH SYNOPSIS
@@ -181,7 +181,7 @@ Several persons have helped with suggestions and improvements:
181181
Niels Möller, Carl Payne and Salvatore Ansani. Thanks also to you
182182
who tested the program and sent me feedback.
183183
.SH VERSION
184-
1.5.next (release date 2021-xx-xx)
184+
1.6.0 (release date 2023-06-17)
185185
.SH COPYRIGHT
186186
This program is distributed under GPLv2 or later, at your option.
187187
.SH "SEE ALSO"

0 commit comments

Comments
 (0)