Skip to content

Commit 02793cb

Browse files
committed
bump 0.7.0
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
1 parent 3ebf10e commit 02793cb

File tree

4 files changed

+27
-22
lines changed

4 files changed

+27
-22
lines changed

ChangeLog

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
FOR FURTHER CHANGELOG INFORMATION:
2-
https://github.com/BlackIkeEagle/par2cmdline/commits/master
1+
17 April 2017 Ike Devolder
2+
* release: 0.7.0
3+
* Merged OpenMP version and so enabled multithreading
4+
* added -t flag to set the number of threads (all possible threads
5+
used by default)
6+
* Added -B flag to set the basepath for difficult to guess situations
7+
* bugfixes
38

49
27 February 2014 Ike Devolder
510
* release: 0.6.5
@@ -174,7 +179,7 @@ https://github.com/BlackIkeEagle/par2cmdline/commits/master
174179
recovery file size to be limited so that the largest will have
175180
just enough recovery data to reconstruct the larget source file.
176181

177-
* par2creator.h, par2creator.cpp: Use the recovery block count
182+
* par2creator.h, par2creator.cpp: Use the recovery block count
178183
specified via the command line instead of the redundancy % if
179184
given. Allocate the sizes of recovery files so the are limited
180185
if requested.
@@ -201,11 +206,11 @@ https://github.com/BlackIkeEagle/par2cmdline/commits/master
201206
and repair to work with large file sets on OS's with a limit
202207
on the number of files that can be open simultaneously.
203208

204-
* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
205-
depcomp, install-sh, missing, mkinstalldirs: Updated Automake to
209+
* Makefile.in, aclocal.m4, config.guess, config.sub, configure,
210+
depcomp, install-sh, missing, mkinstalldirs: Updated Automake to
206211
version 1.8.3 and Autoconf to version 2.59.
207212

208-
* configure.ac, config.h.in, configure: Check for getopt() and
213+
* configure.ac, config.h.in, configure: Check for getopt() and
209214
getopt_long().
210215

211216
19 August 2003 Peter B Clements
@@ -228,11 +233,11 @@ https://github.com/BlackIkeEagle/par2cmdline/commits/master
228233
* Updated par2repairer.cpp: When a good packet is found after bad
229234
data, use memcpy to copy the packet header. Don't attempt to get
230235
the block count directly from the verification packet (which
231-
might be missing).
236+
might be missing).
232237

233238
* Updated par2repairersourcefile.cpp: Add function to set the block
234239
count when the verification packet is missing.
235-
240+
236241
1 August 2003 Peter B Clements
237242

238243
* Updated par2cmdline.h: Included <iomanip>.
@@ -243,7 +248,7 @@ https://github.com/BlackIkeEagle/par2cmdline/commits/master
243248

244249
29 July 2003 Peter B Clements
245250

246-
* Updated galois.h: Use typename when refering to a typedef
251+
* Updated galois.h: Use typename when refering to a typedef
247252
in another class.
248253

249254
* Updated par1repairer.cpp: Cast size of fileentry in memcpy.
@@ -313,7 +318,7 @@ https://github.com/BlackIkeEagle/par2cmdline/commits/master
313318
* Release: Version 0.2.
314319

315320
* Added config.h.in, configure, configure.ac, depcomp, missing,
316-
mkinstalldirs, stamp-h.in: Autoconf configuration files.
321+
mkinstalldirs, stamp-h.in: Autoconf configuration files.
317322
* Added NEWS
318323

319324
* Added par1fileformat.h, par1fileformat.cpp: Specifies the
@@ -322,21 +327,21 @@ https://github.com/BlackIkeEagle/par2cmdline/commits/master
322327
* Added par1repairer.h, par1repairer.cpp: Encapsulates the details
323328
of repairing using PAR 1.0 files.
324329

325-
* Added par1repairersourcefile.h, par1repairersourcefile.cpp:
330+
* Added par1repairersourcefile.h, par1repairersourcefile.cpp:
326331
Stores details of a source file.
327332

328333
* Added test1, test2, test3, test4, test5, test6, testdata.tar.gz:
329334
Test files for "make check".
330335

331-
* Changed commandline.cpp, commandline.h: Add "version" member
336+
* Changed commandline.cpp, commandline.h: Add "version" member
332337
and set it according to whether the recovery file is a .PAR file
333338
or a .PAR2 file. Rename "par2filename" member to "parfilename".
334339

335340
* Changed creatorpacket.cpp: Made "string creator" a local variable
336341
in CreatorPacket::Create instead of a global. Commented out code
337342
that does nothing.
338343

339-
* Changed criticalpacket.h: Corrected bug in
344+
* Changed criticalpacket.h: Corrected bug in
340345
CriticalPacketEntry::operator= which failed to return *this.
341346

342347
* Changed descriptionpacket.cpp: Commented out code which does
@@ -354,7 +359,7 @@ https://github.com/BlackIkeEagle/par2cmdline/commits/master
354359
* Changed galois.cpp: Move the constructors for GaloisTable and
355360
GaloisLongMultiplyTable to galois.h.
356361

357-
* Changed galois.h: Changed GaloisTable, Galois, and
362+
* Changed galois.h: Changed GaloisTable, Galois, and
358363
GaloisLongMultipleTable into templates. Corrected bug in
359364
Galois::pow and Galois::operator^ which incorrectly returned 0
360365
for x^0 when it should always return 1. Added Galois8 and
@@ -410,7 +415,7 @@ https://github.com/BlackIkeEagle/par2cmdline/commits/master
410415

411416
* Changed verificationhashtable.cpp: Removed unused code.
412417

413-
* Changed verificationpacket.cpp: Commented out code that does
418+
* Changed verificationpacket.cpp: Commented out code that does
414419
nothing.
415420

416421
7 May 2003 Peter B Clements

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dnl -*- Autoconf -*-
2222
dnl Process this file with autoconf to produce a configure script.
2323

2424
AC_PREREQ(2.62)
25-
AC_INIT([par2cmdline], [0.6.14], [ike.devolder@gmail.com])
25+
AC_INIT([par2cmdline], [0.7.0], [ike.devolder@gmail.com])
2626
AC_CONFIG_SRCDIR([src/par2cmdline.cpp])
2727

2828
AC_CANONICAL_HOST

man/par2.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for par2
22
.\" Contact ike.devolder@gmail.com for mistakes.
3-
.TH par2 1 "apr 2017" "0.6.14" "Parity archive utils"
3+
.TH par2 1 "apr 2017" "0.7.0" "Parity archive utils"
44
.SH NAME
55
par2 \- PAR 2.0 compatible file verification and repair tool.
66
.SH SYNOPSIS

par2cmdline.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
8787
<ClCompile>
8888
<Optimization>Disabled</Optimization>
89-
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PACKAGE="par2cmdline";VERSION="0.6.14";%(PreprocessorDefinitions)</PreprocessorDefinitions>
89+
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PACKAGE="par2cmdline";VERSION="0.7.0";%(PreprocessorDefinitions)</PreprocessorDefinitions>
9090
<MinimalRebuild>true</MinimalRebuild>
9191
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
9292
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
@@ -108,7 +108,7 @@
108108
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
109109
<ClCompile>
110110
<Optimization>Disabled</Optimization>
111-
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PACKAGE="par2cmdline";VERSION="0.6.14";%(PreprocessorDefinitions)</PreprocessorDefinitions>
111+
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PACKAGE="par2cmdline";VERSION="0.7.0";%(PreprocessorDefinitions)</PreprocessorDefinitions>
112112
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
113113
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
114114
<OpenMPSupport>true</OpenMPSupport>
@@ -131,7 +131,7 @@
131131
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
132132
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
133133
<OmitFramePointers>true</OmitFramePointers>
134-
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;PACKAGE="par2cmdline";VERSION="0.6.14";%(PreprocessorDefinitions)</PreprocessorDefinitions>
134+
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;PACKAGE="par2cmdline";VERSION="0.7.0";%(PreprocessorDefinitions)</PreprocessorDefinitions>
135135
<StringPooling>true</StringPooling>
136136
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
137137
<FunctionLevelLinking>true</FunctionLevelLinking>
@@ -157,7 +157,7 @@
157157
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
158158
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
159159
<OmitFramePointers>true</OmitFramePointers>
160-
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;PACKAGE="par2cmdline";VERSION="0.6.14";%(PreprocessorDefinitions)</PreprocessorDefinitions>
160+
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;PACKAGE="par2cmdline";VERSION="0.7.0";%(PreprocessorDefinitions)</PreprocessorDefinitions>
161161
<StringPooling>true</StringPooling>
162162
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
163163
<FunctionLevelLinking>true</FunctionLevelLinking>
@@ -253,4 +253,4 @@
253253
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
254254
<ImportGroup Label="ExtensionTargets">
255255
</ImportGroup>
256-
</Project>
256+
</Project>

0 commit comments

Comments
 (0)