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
4927 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
21121619 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+
2362411 August 2003 Peter B Clements
237242
238243 * Updated par2cmdline.h: Included <iomanip>.
@@ -243,7 +248,7 @@ https://github.com/BlackIkeEagle/par2cmdline/commits/master
243248
24424929 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
4164217 May 2003 Peter B Clements
0 commit comments