Release Notes: This is a bugfix release: Bar would not exit with a non-zero status in the event of a read or write error.


Release Notes: This is a bugfix release: Bar would not exit with a non-zero status in the event of a read or write error.


Release Notes: This release adds a display-numeric option for piping the output to dialog or zenity; a display-wait option to wait for the data stream to begin; customizable progress bar characters; and a system-wide /etc/clpbarrc configuration file. It will check for and use the -m64 compiler flag on supported systems. It fixes compiler warnings, as well as math errors on some 64-bit systems that would cause segmentation faults and infinite loops.


Release Notes: A minor bug was fixed to correct a piece of non ANSI-C code in args.c.


Release Notes: The -c/--continue option allows the user to specify that this is a continuation of a previous transfer, and allows the user to specify how many bytes of the total size have already been transfered. The bar can now operate similarly to the cp command, in that if no -if/--in-file or -of/--out-file command line options are found, then the first unrecognized command line option is taken to be the input file, and the second is taken to be an output file or destination directory.


Release Notes: The bar should not exit from an EAGAIN error.