1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
----------------------------
revision 2.18
date: 2008/12/19 01:04:36
Corrected copyright and readme text.
----------------------------
revision 2.17
date: 2008/12/15 21:43:25
By user request, new option: --recurse
Collection output made more compatible with gthumb. Also, see example.
New options: --include, --include-file
Option processing is now case-sensitive.
Options must precede filenames.
Short options for --merge and --prune.
Removed --debug from short help.
Lots of new documentation.
----------------------------
revision 2.16
date: 2008/12/14 03:59:15
cleanup of --collection code
----------------------------
revision 2.15
date: 2008/12/14 03:27:32
implemented the --collection option
----------------------------
revision 2.14
date: 2008/12/08 11:37:35
third attempt at fixing the glob problem
----------------------------
revision 2.13
date: 2008/12/08 11:05:48
second attempt at fixing the glob problem
cf. debian bug #507956
----------------------------
revision 2.12
date: 2008/12/08 09:12:04
Escape glob argument properly.
----------------------------
revision 2.11
date: 2008/05/06 15:18:24
Added brief installation notes.
----------------------------
revision 2.10
date: 2008/05/06 13:49:13
Avoid "v-string in use/require non-portable" warning.
cf. debian bug #479731
----------------------------
revision 2.9
date: 2008/01/28 22:41:20
Forgot to delete the extraneous threshold declaration.
----------------------------
revision 2.8
date: 2008/01/28 11:14:48
Threshold limit was inconsistent (100 in one place, 99 in another).
Allow specifying threshold as percent or directly in bits.
Allow threshold to have a fractional part.
Updated manpage for threshold.
----------------------------
revision 2.7
date: 2007/12/05 10:00:56
Added note about fingerprint database compatibility.
----------------------------
revision 2.6
date: 2007/12/05 09:42:00
Require GPL version 3.
----------------------------
revision 2.5
date: 2007/12/04 22:17:27
Previous fix for debian bug #454132 was incorrect,
there was bad logic in process_file().
Fixed an obiwan error in diffbits that made runtime very slow
if --add specified but filelist was empty.
----------------------------
revision 2.4
date: 2007/12/04 20:08:40
Fixed debian bug #454132.
----------------------------
revision 2.3
date: 2006/11/27 00:10:34
Switched from ImageMagick to GraphicsMagick.
From or before debian's 6.2.4.5.dfsg1-0.11 version of the former,
the program developed a tendency to end up sitting in SIGSTOP.
The fingerprints created by Graphics::Magick seem hugely different
from those of Image::Magick but, if anything, matching is improved.
----------------------------
revision 2.2
date: 2006/09/29 18:27:11
Reformatted the manpage copyright to print as-is.
----------------------------
revision 2.1
date: 2006/09/29 18:18:59
Had forgotten to change the license text in the manpage.
----------------------------
revision 2.0
date: 2006/09/20 12:45:30
First debian release.
----------------------------
revision 1.6
date: 2006/09/20 09:12:20
Removed tainting again, for now : I don't understand interaction with Inline.
Renamed from "findimagedupes2" to "findimagedupes".
Changed license to GPL to avoid complications.
----------------------------
revision 1.5
date: 2006/09/19 00:16:12
Enabled taint checking.
cf. debian bug #388124
----------------------------
revision 1.4
date: 2006/07/03 10:23:44
Added note to bug section re fpdb corruption if programme killed.
----------------------------
revision 1.3
date: 2006/06/29 01:41:18
Silence imagemagick gibbering, and return a clean warning if it fails.
----------------------------
revision 1.2
date: 2006/06/19 15:49:49
Make sure malloc didn't fail.
----------------------------
revision 1.1
date: 2006/06/19 14:06:12
Initial revision.
|