On Wed, Jan 17, 2018 at 05:00:35PM +0100, Klemens Nanni wrote:
> Simple update including:
> 
> * env_parset for ash, dash, ksh, sh, zsh
> * Automatically create hostgroups if argument ends in @sshlogin
> * Initial support for XDG Base Directory $XDG_* environment variables.
> * Use '--limit myprog' to make a dynamic job limit. Just return 0 to
>   spawn another job, 1 to not spawn another job, and 2 to kill the
>   youngest job.
> * PARALLEL_RSYNC_OPTS and --rsync-opts sets the options for rsync
>  (Default: -rlDzR).
> * --line-buffer no longer uses tempfiles. This is faster and makes it
>   possible for a single process to output more data than there is free
>   disk space.
> * The command line can now contain \257 (Macron) or UTF characters
>   containing \257.
> * --timeout can now use s=second,m=minute,h=hour,d=day.
> * --dr is now an alias for --dry-run.
> * --halt supports done in addition to success and fail.
> * parset will set variables in parallel in Bash.
> * --rpl can now take arguments by adding '(regexp)' in the replacement
>   string.
> * Bug fixes and man page updates.
> 
> Works fine for me on amd64.
> 
> Feedback? Anyone willing to commit this?
I got an OK from pascal@ today, anyone else?

Reply via email to