Changelog for
pv-debuginfo-1.5.7-1.gf.el6.x86_64.rpm :
Tue Dec 30 13:00:00 2014 Bryan Seitz
1.5.7-1
- New upstream release
Mon Jul 7 14:00:00 2014 Bryan Seitz 1.5.3-1
- Imported into GhettoForge
- New upstream release
Mon Feb 10 13:00:00 2014 Andrew Wood 1.5.2-1
- allow \"--watchfd\" to look at block devices
- let \"--watchfd PID:FD\" work with \"--size N\"
- moved contributors out of the manual as the list was too long
- (NB everyone is still listed in the README and always will be)
Thu Jan 23 13:00:00 2014 Andrew Wood 1.5.1-1
- new option \"--watchfd\" - suggested by Jacek Wielemborek and \"fdwatch\"
- use non-block flag with splice()
- new display option \"--buffer-percent\", suggested by Kim Krecht
- new display option \"--last-written\", suggested by Kim Krecht
- new transfer option \"--no-splice\"
- fix for minor bug which dropped display elements after one empty one
- fix for single fd leak on exit (Cristian Ciupitu, Josh Stone)
Mon Aug 5 14:00:00 2013 Andrew Wood 1.4.12-1
- new option \"--null\" - patch supplied by Zing Shishak
- AIX build fix (add \"-lc128\") - with help from Pawel Piatek
- AIX \"-c\" fixes - with help from Pawel Piatek
- SCO build fix (po2table.sh) - reported by Wouter Pronk
- test scripts fix for older distributions - patch from Bryan Dongray
- fix for splice() not using stdin - patch from Zev Weiss
Tue Jan 22 13:00:00 2013 Andrew Wood 1.4.6-1
- added patch from Pawel Piatek to omit O_NOFOLLOW in AIX
Thu Jan 10 13:00:00 2013 Andrew Wood 1.4.5-1
- updated manual page to show known problem with \"-R\" on Cygwin
Tue Dec 11 13:00:00 2012 Andrew Wood 1.4.4-1
- added debugging, see `pv -h\' when configure run with \"--enable-debugging\"
- rewrote cursor positioning code used when IPC is unavailable (Cygwin)
- fixed cursor positioning cursor read answerback problem (Cygwin/Solaris)
- fixed bug causing crash when progress displayed with too-small terminal
Thu Dec 6 13:00:00 2012 Andrew Wood 1.4.0-1
- new option \"--skip-errors\" commissioned by Jim Salter
- if stdout is a block device, and we don\'t know the total size, use the
size of that block device as the total (Peter Samuelson)
- new option \"--stop-at-size\" to stop after \"--size\" bytes
- report correct filename on read errors
- fix use-after-free bug in remote PID cleanup code
- refactored large chunks of code to make it more readable and to replace
most static variables with a state structure
Mon Nov 5 13:00:00 2012 Andrew Wood 1.3.9-1
- allow \"--format\" parameters to be sent with \"--remote\"
- configure option \"--disable-ipc\"
- added tests for --numeric with --timer and --bytes
- added tests for --remote
Mon Oct 29 13:00:00 2012 Andrew Wood 1.3.8-1
- new \"--pidfile\" option to save process ID to a file
- integrated patch for --numeric with --timer and --bytes (Sami Liedes)
- removed signalling from --remote to prevent accidental process kills
- new \"--format\" option (originally Vladimir Pal / Vladimir Ermakov)
Wed Jun 27 14:00:00 2012 Andrew Wood 1.3.4-1
- new \"--disable-splice\" configure script option
- fixed line mode size count with multiple files (Moritz Barsnick)
- fixes for AIX core dumps (Pawel Piatek)
Sat Jun 9 14:00:00 2012 Andrew Wood 1.3.1-1
- do not use splice() if the write buffer is not empty (Thomas Rachel)
- added test 15 (pipe transfers), and new test script
Tue Jun 5 14:00:00 2012 Andrew Wood 1.3.0-1
- added Tiger build patch from Olle Jonsson.
- fix 1024-boundary display garble (Debian bug #586763).
- use splice(2) where available (Debian bug #601683).
- added known bugs section of the manual page.
- fixed average rate test, 12 (Andrew Macheret).
- use IEEE1541 units (Thomas Rachel).
- bug with rate limit under 10 fixed (Henry Precheur).
- speed up PV line mode (patch: Guillaume Marcais).
- remove LD=ld from vars.mk to fix cross-compilation (paintitgray/PV#1291).
Tue Dec 14 13:00:00 2010 Andrew Wood 1.2.0-1
- Integrated improved SI prefixes and --average-rate (Henry Gebhardt).
- Return nonzero if exiting due to SIGTERM (Martin Baum).
- Patch from Phil Rutschman to restore terminal properly on exit.
- Fix i18n especially for --help (Sebastian Kayser).
- Refactored pv_display.
- We now have a coherent, documented, exit status.
- Modified pipe test and new cksum test from Sebastian Kayser.
- Default CFLAGS to just \"-O\" for non-GCC (Kjetil Torgrim Homme).
- LFS compile fix for OS X 10.4 (Alexandre de Verteuil).
- Remove DESTDIR / suffix (Sam Nelson, Daniel Pape).
- Fixed potential NULL deref in transfer (Elias Pipping / LLVM/Clang).
Thu Mar 6 13:00:00 2008 Andrew Wood 1.1.4-1
- Trap SIGINT/SIGHUP/SIGTERM so we clean up IPCs on exit (Laszlo Ersek).
- Abort if numeric option, eg -L, has non-numeric value (Boris Lohner).
- Compilation fixes for Darwin 9 and OS X.
Thu Aug 30 14:00:00 2007 Andrew Wood 1.1.0-1
- New option \"-R\" to remotely control another pv process.
- New option \"-l\" to count lines instead of bytes.
- Performance improvement for \"-L\" (rate) option.
- Some Mac OS X fixes, and packaging cleanups.
Sat Aug 4 14:00:00 2007 Andrew Wood 1.0.1-1
- Changed license from Artistic to Artistic 2.0.
- Removed \"--license\" option.
Thu Aug 2 14:00:00 2007 Andrew Wood 1.0.0-1
- We now act more like \"cat\" - just skip unreadable files, don\'t abort.
- Various code cleanups were done.
Mon Feb 5 13:00:00 2007 Andrew Wood 0.9.9-1
- New option \"-B\" to set the buffer size, and a workaround for problems
- piping to dd(1).
Mon Feb 27 13:00:00 2006 Andrew Wood
- Minor bugfixes, and on the final update, blank out the now-zero ETA.
Thu Sep 1 14:00:00 2005 Andrew Wood
- Terminal locking now uses lockfiles if the terminal itself cannot be locked.
Thu Jun 16 14:00:00 2005 Andrew Wood
- A minor problem with the spec file was fixed.
Mon Nov 15 13:00:00 2004 Andrew Wood
- A minor bug in the NLS code was fixed.
Sat Nov 6 13:00:00 2004 Andrew Wood
- Code cleanups and minor usability fixes.
Tue Jun 29 14:00:00 2004 Andrew Wood
- A port of the terminal locking code to FreeBSD.
Sun May 2 14:00:00 2004 Andrew Wood
- Major reliability improvements to the cursor positioning.
Sat Apr 24 14:00:00 2004 Andrew Wood
- Rate and size parameters can now take suffixes such as \"k\", \"m\" etc.
Mon Apr 19 14:00:00 2004 Andrew Wood
- A bug in the cursor positioning was fixed.
Thu Feb 12 13:00:00 2004 Andrew Wood
- Code cleanups and portability fixes.
Sun Feb 8 13:00:00 2004 Andrew Wood
- The display buffer is now dynamically allocated, fixing an overflow bug.
Wed Jan 14 13:00:00 2004 Andrew Wood
- A minor bug triggered when installing the RPM was fixed.
Mon Dec 22 13:00:00 2003 Andrew Wood
- Fixed a minor bug that occasionally reported \"resource unavailable\".
Wed Aug 6 14:00:00 2003 Andrew Wood
- Block devices now have their size read correctly, so pv /dev/hda1 works
- Minor code cleanups (mainly removal of CVS \"Id\" tags)
Sun Aug 3 14:00:00 2003 Andrew Wood
- Doing ^Z then \"bg\" then \"fg\" now continues displaying
Tue Jul 16 14:00:00 2002 Andrew Wood
- First draft of spec file created.