pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/gzrecover
Module Name: pkgsrc
Committed By: mef
Date: Thu Nov 20 07:41:06 UTC 2014
Modified Files:
pkgsrc/archivers/gzrecover: Makefile distinfo
Log Message:
(Upstream) update 0.5 to 0.8
New for release 0.8 (2013-10-03)
o Eliminate call to fsync(), resulting in 99% speed improvement
o Add ability to read from the standard input stream and write to
standard output for pipeline support.
o Thanks to Alexey Yurchenko (ayurchen%gmail.com@localhost) for the above suggestions.
o Fix incorrect errpos tracker (probably caused some of the core dumps
people had reported)
o Fix verbose logging to fix stream positions being incorrect (had not
been updated after the program moved from mmap to a read buffer)
o Also, move verbose logging from stdout to stderr
o Misc error reporting updates
New for release 0.7 (2013-02-02)
o Fix =/== confusion in read_internal error check (via Shawn
Cokus (cokus%ucla.edu@localhost)
New for release 0.6 (2012-02-09)
o Patches from Paul Wise (pabs%debian.org@localhost) for stability and memory leaks
New for release 0.5 (2006-08-29)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/gzrecover/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/gzrecover/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index