TestDisk & PhotoRec 7.2-WIP

This commit is contained in:
Christophe Grenier 2019-07-09 19:28:33 +02:00
parent 3bb714e653
commit a3ee7c653d
9 changed files with 20 additions and 19 deletions

View file

@ -36,6 +36,7 @@ else
fi
case "$crosscompile_target" in
"")
VER_LIBEWF=
;;
*-msdosdjgpp)
VER_LIBNTFS3G="2014.2.15"

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
AC_INIT([testdisk],[7.1],[grenier@cgsecurity.org])
AC_INIT([testdisk],[7.2-WIP],[grenier@cgsecurity.org])
AC_LANG(C)
sinclude(acx_pthread.m4)
sinclude(mkdir.m4)

View file

@ -1,10 +1,10 @@
%{?cygwin_package_header}
#% define is_wip 1
%define is_wip 1
%{?is_wip:%define ver_wip -WIP}
Name: cygwin-testdisk
Version: 7.1
Version: 7.2
Release: 0%{?dist}
Summary: TestDisk checks and undeletes partitions, PhotoRec recovers lost files
Summary(pl.UTF8): Narzędzie sprawdzające i odzyskujące partycje

View file

@ -1,10 +1,10 @@
%{?mingw_package_header}
#% define is_wip 1
%define is_wip 1
%{?is_wip:%define ver_wip -WIP}
Name: mingw-testdisk
Version: 7.1
Version: 7.2
Release: 0%{?dist}
Summary: TestDisk checks and undeletes partitions, PhotoRec recovers lost files
Summary(pl.UTF8): Narzędzie sprawdzające i odzyskujące partycje

View file

@ -1,5 +1,5 @@
%define ver_progsreiserfs 0.3.1-rc8
#% define is_wip 1
%define is_wip 1
%{?is_wip:%define ver_wip -WIP}
Summary: Tool to check and undelete partition, PhotoRec recovers lost files

View file

@ -2,7 +2,7 @@
sonar.projectKey=testdisk
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=testdisk
sonar.projectVersion=7.1
sonar.projectVersion=7.2
# =====================================================
# Meta-data for the project

View file

@ -4,8 +4,8 @@ app ICON DISCARDABLE "../icons/photorec.ico"
1 24 "../win/photorec_win.exe.manifest"
1 VERSIONINFO
FILEVERSION 7, 1, 0, 0
PRODUCTVERSION 7, 1, 0, 0
FILEVERSION 7, 2, 0, 0
PRODUCTVERSION 7, 2, 0, 0
FILEFLAGSMASK 0x3f
FILEOS 0x4
FILETYPE 0x1
@ -20,8 +20,8 @@ BEGIN
VALUE "InternalName", "PhotoRec"
VALUE "OriginalFilename", "photorec_win.exe"
VALUE "Comments", "Signature based file recovery utility"
VALUE "FileVersion", "7.1"
VALUE "ProductVersion", "7.1"
VALUE "FileVersion", "7.2"
VALUE "ProductVersion", "7.2"
VALUE "LegalCopyright", "Copyright (C) 1998-2019 Christophe GRENIER, et al."
END
END

View file

@ -4,8 +4,8 @@ app ICON DISCARDABLE "../icons/photorec.ico"
1 24 "../win/qphotorec_win.exe.manifest"
1 VERSIONINFO
FILEVERSION 7, 1, 0, 0
PRODUCTVERSION 7, 1, 0, 0
FILEVERSION 7, 2, 0, 0
PRODUCTVERSION 7, 2, 0, 0
FILEFLAGSMASK 0x3f
FILEOS 0x4
FILETYPE 0x1
@ -20,8 +20,8 @@ BEGIN
VALUE "InternalName", "PhotoRec"
VALUE "OriginalFilename", "qphotorec_win.exe"
VALUE "Comments", "Signature based file recovery utility"
VALUE "FileVersion", "7.1"
VALUE "ProductVersion", "7.1"
VALUE "FileVersion", "7.2"
VALUE "ProductVersion", "7.2"
VALUE "LegalCopyright", "Copyright (C) 1998-2019 Christophe GRENIER, et al."
END
END

View file

@ -4,8 +4,8 @@ app ICON DISCARDABLE "../icons/testdisk.ico"
1 24 MOVEABLE PURE "../win/testdisk_win.exe.manifest"
1 VERSIONINFO
FILEVERSION 7, 1, 0, 0
PRODUCTVERSION 7, 1, 0, 0
FILEVERSION 7, 2, 0, 0
PRODUCTVERSION 7, 2, 0, 0
FILEFLAGSMASK 0x3f
FILEOS 0x4
FILETYPE 0x1
@ -20,8 +20,8 @@ BEGIN
VALUE "InternalName", "TestDisk"
VALUE "OriginalFilename", "testdisk_win.exe"
VALUE "Comments", "Partition and file recovery utility"
VALUE "FileVersion", "7.1"
VALUE "ProductVersion", "7.1"
VALUE "FileVersion", "7.2"
VALUE "ProductVersion", "7.2"
VALUE "LegalCopyright", "Copyright (C) 1998-2019 Christophe GRENIER, et al."
END
END