/usr/share/doc/dares/HISTORY is in dares 0.6.5-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | 0.1 removed ext2/ext3 specific code from e3undel 0.51, switch do libmagic
0.2 some code cleanup, seems to work
0.3 1 KByte = 1024 Byte, not 1000 Byte; don't abort on devices/images with
0 Byte size, but give appropriate message after scan; compute number of
blocks only in real files with size > 0 Byte; Cygwin port: #define DOS,
O_BINARY; removed MAGIC_ERROR from magic_load()
0.3.1 prepared sources for qt frontend: new directory and file layout, some
code moved between the files
0.3.2 if magic_buffer does return '\0' in the
file type string, it is replaced by "file/unknown" in get_filetype()
0.3.3 working dummy qt frontend
0.3.4 dares.c: check for binary data in text file removed (e.g. PDF with
picture)
dares.c: changed from mime types (file -i) to textual descriptions of
file types (magic_open(MAGIC_NONE))
dares.h: MAX_TYPE changed from 5000 to 80; MAXMAGIS increased to 100000
display.c: all searches are made with off_t type offset in order to
work on images > 4 GByte
dares.c, dares.h: daresOpen returns the number of found files or -1 in
case of error. No more int* n_found parameter in daresOpen().
dares.c: command line switch -m for mime types instead of detailed file
type descriptions
dares.c: Uses dafult magic database, if magic[.mime] file is not found.
doc/HISTORY, dares.c: own file for changelog
0.4 tree in Qt frontend works, including save etc.
0.4.1 file display in Qt frontend works
0.4.2 removed some potential buffer overflows in strncpy() race conditions
renamed frontend/ncurses/save.c to display.c
save_file() moved from display.c to dares.c; declaration in dares.h;
new function write_file() replaces save_file() in display.c
0.4.3 Qt dialog asks for image name etc. when started without command line
arguments
Qt frontend saves files
0.5 save_file() from Qt frontend works
Qt success dialog after scan
external viewers in Qt frontend
some minor stuff
0.5.1 command line option -a automatically saves all files
0.6 uses h2i files from H2cdimage (command line option -h). files wirh read
error are marked in the tree
0.6.1 dares.c: prints a . for each saved file in autosave mode
0.6.2 dares.c: -h chaged to -h2i, so -h gives help
0.6.3 dares and qtdares link statically
progress messages when saving multiple files in Qt GUI
0.6.4 Windows port builds, but has problems with libmagic
0.6.5 slim linux version without windows port and static linking
|