SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gnu_parallel-zsh-completion-20220722-bp155.1.1.noarch.rpm :

* Fri Aug 05 2022 Thorsten Kukuk - Use full path for perl interpreter to fix \"/usr/bin/parallel: perl: bad interpreter: No such file or directory\"
* Mon Jul 25 2022 Dirk Müller - update to 20220722:
* --colour-failed will color output red if the job fails.
* sql: support for InfluxDB.
* Polarhome.com is dead, so these OSs are no longer supported: AIX HPUX IRIX Minix OPENSTEP OpenIndiana OpenServer QNX Solaris Syllable Tru64 Ultrix UnixWare.
* Bug fixes and man page updates.- add bash and zsh completion subpackages
* Wed Jul 06 2022 Dirk Müller - update to 20220622:
* , can be used in --sshlogin if quoted as \\, or ,,
* --plus {/#regexp/str} replace ^regexp with str.
* --plus {/%regexp/str} replace regexp$ with str.
* --plus {//regexp/str} replace every regexp with str.
* \'make install\' installs bash+zsh completion files.
* Bug fixes and man page updates.
* Sun May 29 2022 Dirk Müller - update to 20220522:
* --latest-line shows only the latest line of running jobs.
* --color colors output in different colors per job (this obsoletes --ctag).
* xargs compatibility: --process-slot-var foo sets $foo to jobslot-1.
* xargs compatibility: --open-tty opens the terminal on stdin (standard input).
* Sun Apr 24 2022 Dirk Müller - update to 20220422:
* sash is no longer supported as shell.
* --retries 0 is an alias for --retries 2147483647.
* --shell-completion returns shell completion code.
* --ssh-login-file reloads every second.
* --parset is replaced with --_parset because it is only used internally.
* sem --pipe passes STDIN (standard input) to the command.
* Bug fixes and man page updates.
* Wed Mar 23 2022 Dirk Müller - update to 20220322:
* --sshlogin user:passwordAATThost is now supported by using sshpass.
* Bug fixes and man page updates: Many options now have a \'See also\' section.
* Sun Mar 20 2022 Dirk Müller - update to 20220222:
* Encoding of remote commands has changed. This limits the length of remote commands to less than half. It also requires $REMOTE_TMPDIR to be writable. It makes this release beta quality.
* Time functions hh_mm_ss() hhmmss() hh_mm() hhmm() are now available for {= =}.
* Many options in the man page for parallel now has \'see also\' for related options.
* parallel_options_map.pdf is a map showing which options other options relate to.
* {uniq} added to --plus to only run jobs with unique values.
* sem --fg exits with the exit code of the job.
* Bug fixes and man page updates.
* Sun Jan 23 2022 Dirk Müller - update to 20220122:
* Bug fixes and man page updates.
* Mon Dec 27 2021 Dirk Müller - update to 20211222:
* Bug fixes and man page updates.
* Sat Nov 27 2021 Dirk Müller - update to 20211122:
* Bug fixes and man page updates.
* Don\'t postpone output until $jobslots jobs have been started.
* Bug fixes and man page updates.
* Fri Oct 08 2021 Jan Engelhardt - Update to release 20210922
* --ctag/--ctagstring colors the tag in different colors for each job.
* You can use unit prefixes (k, m, g, etc) with -n -N -L.
* Tue Jul 27 2021 Dirk Müller - update to 20210722:
* --results no longer prints the result to standard output
* parset supports associative arrays in bash, ksh, zsh.
* Online HTML is now generated by Sphinx.
* Bug fixes and man page updates.
* Tue Jun 08 2021 Jan Engelhardt - Update to release 20210522
* --plus includes {%%regexp} and {##regexp}.
* Tue May 04 2021 Jan Engelhardt - Update to release 20210422
* Bug fixes and man page updates.
* Tue Mar 23 2021 Anton Smorodskyi - Update to release 20210322
* parallel: Partial Reuse licensing support.
* parallel: Bugfix {0%}/{0#}. Added warning_once().
* Sun Feb 21 2021 Jan Engelhardt - Update to release 20210222
* --filter only run jobs where the filter is true. The filter can contain replacement strings and Perl code such as: \'{1} < {2}+1\'.
* --template takes a text file as a template with replacement strings. Then it replaces the replacement strings and saves it under a new filename.
* --plus implements {0%} {0#} replacement string for zero padded slot and sequence.
* Thu Feb 04 2021 Jan Engelhardt - Update to release 20210122
* --memsuspend suspends jobs when there is little memory free. This way you can run jobs in parallel that add up to more RAM than is available.
* $PARALLEL_ARGHOSTGROUPS and the replacement string {agrp} will give the hostgroup given on the argument when using - -hostgroup.
* Thu Dec 24 2020 Jan Engelhardt - Update to release 20201222
* --pipe engine changed making --pipe alpha quality.
* --results -.json outputs results as JSON objects on stdout (standard output).
* --delay 123auto will auto-adjust --delay. If jobs fail due to being spawned too quickly, --delay will exponentially increase.
* --plus sets {hgrp} that gives the intersection of the hostgroups of the job and the sshlogin that the job is run on.
* Sun Dec 20 2020 Dirk Müller - update to 20201122:
* Bug fixes and man page updates.
* Sun Nov 01 2020 Jan Engelhardt - Update to release 20201022
* --termseq now works for jobs running remotely.
* Fri Oct 09 2020 Jan Engelhardt - Update to release 20200922
* New CPU detection for GNU/Linux
* Sat Sep 05 2020 Jan Engelhardt - Update to release 20200822
* Bug fixes and man page updates.
* Thu Jul 30 2020 Jan Engelhardt - Update to release 20200722
* Bug fixes and man page updates.
* Fri Jun 05 2020 Jan Engelhardt - Update to release 20200522
* While running a job $PARALLEL_JOBSLOT is the jobslot of the job. It is equal to {%} unless the job is being retried. See {%} for details.
* Tue Apr 28 2020 Jan Engelhardt - Update to release 20200422
* parsort makes GNU sort run faster for files with more than 1M lines.
* Mon Mar 23 2020 Jan Engelhardt - Update to release 20200322
* Bug fixes and man page updates.
* Mon Mar 16 2020 Jan Engelhardt - Update to release 20200222
* --blocktimeout dur - Time out for reading block when using - -pipe. If it takes longer than dur to read a full block, use the partial block read so far.
* Fri Jan 10 2020 Jan Engelhardt - Update to release 20191222
* No new functionality was introduced.
* Thu Jan 09 2020 Dan Čermák - Remove /usr/bin/env rpmlint errors:
* fix shebang in %{_bindir}/parallel
* add rpmlint filters for env_parallel.
* and parset, as these are not intended to be executed- Change URLs to use https instead of http
* Mon Oct 28 2019 Ismail Dönmez - Update to new release 20191022
* --nice is now inherited by the nice level that GNU Parallel is started at. So \'nice -n10 parallel\' will also cause remote jobs to be run at nice level 10.
* --delay is now accurate to within 5 ms.
* --tee will use --output-error=warn-nopipe if supported by tee.- Refresh parallel-remove-nag-screen.patch
* Sun Sep 01 2019 Jan Engelhardt - Update to new release 20190822
* {= uq; =} causes the replacement string to be unquoted.
* --tagstring {=...=} is now evaluated for each line with - -linebuffer.
* Use -J ./profile to read a profile in current dir.
* Speedup of startup by 40%: Find the parent shell differently on GNU/Linux, cache information about the CPU and which setpgrp method to use to make GNU Parallel start 40% faster.
* $PARALLEL_SSHLOGIN can be used in the command line.
* Fri Apr 26 2019 Ismail Dönmez - Update to new upstream release 20190422
* \'env_parallel --end-session\' makes it possible to nest \'env_parallel --session\'
* --shard makes it possible to send input to the same jobslot based on the value in one column of the input. It is similar to sharding in databases.
* --shellquote --shellquote will shell quote the input twice.
* SIGTERM is changed to SIGHUP, so sending SIGHUP will make GNU Parallel start no more jobs, but wait for running jobs to finish.
* SIGTERM SIGTERM is changed to SIGTERM, so sending SIGTERM will make GNU Parallel kill all running jobs.
* Bug fixes and man page updates.
* Fri Nov 23 2018 Jan Engelhardt - Update to new upstream release 20181122
* Experimental simpler job flow control.
* Wed Nov 14 2018 Jan Engelhardt - Update to new upstream release 20181022
* env_parallel.fish: --session support (alpha quality)
* Sat Aug 25 2018 jengelhAATTinai.de- Update to new upstream release 20180822
* parset sets exit code fixed.
* Wed Aug 08 2018 jengelhAATTinai.de- Update to new upstream release 20180722
* The quoting engine has been changed. Instead of using \\-quoting GNU Parallel now uses \'-quoting in bash/ash/dash/ksh. This should improve compatibility with different locales. This is a big change causing this release to be alpha quality.
* The CPU calculation has changed. By default GNU Parallel uses the number of CPU threads as the number of CPUs. This can be changed to the number of CPU cores or number of CPU sockets with --use-cores-instead-of-threads or - -use-sockets-instead-of-threads.
* The detected number of sockets, cores, and threads can be shown with --number-of-sockets, --number-of-cores, and - -number-of-threads.
* Fri Jun 22 2018 astiegerAATTsuse.com- update to 20180622:
* Deal better with multibyte chars by forcing LC_ALL=C
* Fri May 25 2018 astiegerAATTsuse.com- update to 20180522:
* --tty allows for more programs accessing /dev/tty in parallel. Some programs require tty access without using it.
* env_parallel --session will record names in current environment in $PARALLEL_IGNORED_NAMES and exit. It is only used with env_parallel, and can work like --record-env but in a single session.
* Mon Apr 23 2018 astiegerAATTsuse.com- update to 20180422:
* Parse input sources as CSV with --csv. With --pipe only consider full CSV-records
* Time in --bar is printed as 1d02h03m04s
* Optimization of --tee: It spawns a process less per value
* Fri Mar 30 2018 astiegerAATTsuse.com- update to 20180322:
* niceload -p can now take multiple pids separated by comma
* --timeout gives a warning when killing processes
* --embed now uses the same code for all supported shells
* --delay can now take arguments like 1h12m07s
* Wed Mar 07 2018 jengelhAATTinai.de- Update to new upstream release 20180222
* --embed makes it possible to embed GNU parallel in a shell script.
* Sun Dec 24 2017 astiegerAATTsuse.com- update to 20171222:
* env_parset for ash, dash, ksh, sh, zsh
* Automatically create hostgroups if argument ends in AATTsshlogin
* Mon Oct 23 2017 astiegerAATTsuse.com- update to 20171022:
* Initial support for XDG Base Directory $XDG_
* environment variables
* Thu Oct 05 2017 riafarovAATTsuse.com- update to 20170922:
* 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).
* Download all of humble bundle books in parallel https://til.hashrocket.com/posts/ggt1jaes4y-download-all-of-humble-bundle-books-in-parallel
* Wed Sep 06 2017 astiegerAATTsuse.com- update to 20170822:
* --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.
* ship documentation license texts
* Sun Jul 30 2017 astiegerAATTsuse.com- update to 20170722:
* Bug fixes and man page updates
* Fri Jul 07 2017 astiegerAATTsuse.com- update to 20170622:
* The command line can now contain \\257 (Macron) or UTF characters containing \\257.- includes changes from 20170522:
* --timeout can now use s=second,m=minute,h=hour,d=day.
* --dr is now an alias for --dry-run.- remove donation nag screen, add parallel-remove-nag-screen.patch See \"man 1 parallel\" or \"parallel --citation\" for the upstream request for citation or project donation.
* Mon May 08 2017 astiegerAATTsuse.com- update to 20170422:
* --halt supports done in addition to success and fail.
* parset will set variables in parallel in Bash.
* Bug fixes and man page updates.- includes changes from 20170322:
* --rpl can now take arguments by adding \'(regexp)\' in the replacement string.
* Bug fixes and man page updates.- includes changes from 20170222:
* env_parallel now supports /bin/sh, ash, dash.
* --tee will pipe all data to all jobs. Used with --pipe/ - -pipepart and :::. Small example: seq 3333 | parallel --pipe - -tee --tag \'grep {} | wc -l\' ::: {0..9}
* If --results {replstr} ends in /: save in dir. Otherwise save as file. Example: parallel --results {} echo {} ::: a b c
* Bug fixes and man page updates.- includes changes from 20170206alpha:
* --tee introduced.
* Mon Jan 23 2017 jengelhAATTinai.de- Update to new upstream release 20170122
* sql now uses a temporary credentials file for MySQL to avoid warnings.
* --sqlmaster and --sqlworker have been reworked.
* --sqlworker only reads from the DBURL: any command and any arguments are ignored.
* --sqlmaster +DBURL will append commands to the DBURL and not erase the table.
* If --results contain a replacement string, no tree structure with args will be generated.
* --fg --tmux or --fg --tmuxpane will connect to the tmux.
* Sun Jan 01 2017 jengelhAATTinai.de- Update to new upstream release 20161222
* --results foo.csv will save output as a CSV-file. Can be directly imported into R or LibreCalc.
* When using --pipepart a negative --block-size is not interpreted as a block size but as the number of blocks each jobslot should have.
* --sqlmaster/--sqlandworker will append jobs to the DBURL if the DBURL is prepended with +.
* Wed Nov 23 2016 jengelhAATTinai.de- Update to new upstream release 20161122
* --record-env can now be used with env_parallel for bash, ksh, pdksh, and zsh.
* Mon Oct 24 2016 mpluskalAATTsuse.com- Update to version 20161022:
* First command no longer gets stdin as it causes unpredictable issues.
* Bug fixes and man page updates.- Changes for version 20160922
* parcat - cat files or fifos in parallel
* Tue Aug 30 2016 jengelhAATTinai.de- Update to new upstream release 20160822
* --tmuxpane opens jobs in panes in tmux. Useful if you want to monitor progress of less than 100 simultaneous jobs.
* --linebuffer now treats \\r as line ending, too.
* Perl changes forces use of floats to be given with leading zero, so 0.1 and not .1
* --xapply renamed to --link.
* Sun Jul 31 2016 jengelhAATTinai.de- Update to new upstream release 20160722
* env_parallel is now ready for wider testing. It is still beta quality.
* env_parallel is heavily modified for all shells and testing has been increased.
* Selectively choosing what to export using --env now works for env_parallel (bash, csh, fish, ksh, pdksh, tcsh, zsh).
* --round-robin now gives more work to a job that processes faster instead of same amount to all jobs.
* --pipepart works on block devices on GNU/Linux.
* Wed Jun 22 2016 jengelhAATTinai.de- Update to new upstream release 20160622
* $PATH can now be exported using --env PATH. Useful if GNU Parallel is not in your path on remote machines.
* If --block is left out, --pipepart will use a block size that will result in 10 jobs per jobslot.
* Sun May 22 2016 jengelhAATTinai.de- Update to new upstream release 20160522
* niceload --net pauses the program if the internet connection is overloaded.
* Thu Apr 21 2016 jengelhAATTinai.de- Update to new upstream release 20160422
* :::+ and ::::+ work like ::: and :::: but links this input source to the previous input source in a --xapply fashion. Contrary to - -xapply values do not wrap: The shortest input source determines the length.
* --line-buffer --keep-order now outputs continuously from the oldest job still running. This is more what you would expect than the earlier behaviour where --keep-order had no effect with - -line-buffer.
* env_parallel supports tcsh, csh, pdksh. In fish it now supports arrays. In csh/tcsh it now supports variables, aliases, and arrays with no special chars. In pdksh it supports aliases, functions, variables, and arrays.
* Tue Mar 22 2016 jengelhAATTinai.de- Update to new upstream release 20160322
* env_parallel is a function that exports the environment (functions, aliases, variables, and arrays) to GNU Parallel.
* niceload --prg now searches for substrings if no process with the name is found.
* Mon Feb 22 2016 mpluskalAATTsuse.com- Update to 20160222
* Bug fixes and man page updates.
* Sun Jan 24 2016 mpluskalAATTsuse.com- Update to 20160122
* --sql DBURL uses DBURL as storage for jobs and output. It does not run any jobs so it requires at least one --sqlworker. DBURL must point to a table.
* --sqlworker DBURL gets jobs from DBURL and stores the result back to DBURL.
* --sqlandworker is a shorthand for --sql and --sqlworker.
* --sqlworker requires the output of a single job to fit in memory.
* --results now also saves a file called \'seq\' containing the sequence number.
* If $PARALLEL_ENV is a file, then that file will be read into $PARALLEL_ENV.
* man parallel_tutorial has been given an overhaul.
* --workdir now accepts replacementstrings.
* Wed Dec 23 2015 mpluskalAATTsuse.com- Update to 20151222
* --transfer is now an alias for --transferfile {}.
* --transferfile works like --transfer, but takes an argument like --return. This makes it possible to combine transferring files with multiple input sources: parallel -S server --tf {1} wc {2} {1} :::
* ::: -l -w -c
* Bug fixes and man page updates.
* Mon Nov 23 2015 mpluskalAATTsuse.com- Update to 20151122
* Automating large numbers of tasks https://rcc.uchicago.edu/docs/tutorials/kicp-tutorials/running-jobs.html
* Max out your IOPs with GNU Parallel http://blog.bitratchet.com/2015/11/11/max-out-your-iops-with-gnu-parallel/
* Bug fixes and man page updates.
* Sat Oct 24 2015 mpluskalAATTsuse.com- Update to 20151022
* --plus makes it possible to use {##} as a short had for {= $_=$Global::JobQueue->total_jobs() =} which gives the the number of jobs to run.
* {= $_=$Global::JobQueue->total_jobs() =} is incompatible with - X, -m, and --xargs.
* Tue Sep 22 2015 mpluskalAATTsuse.com- Update to 20150922
* Bug fixes and man page updates.
* Wed Sep 09 2015 mpluskalAATTsuse.com- Update to 20150822
* If $job->skip() is called in {= =} the job will not be run.
* AATTarg can now be used in {= =}: parallel echo \'{= $arg[2] < 5 and $_=\"j\" =}\' ::: 1 2 3 ::: 4 5 6
* Fri Jul 24 2015 astiegerAATTsuse.com- GNU parallel 20150722:
* If a record fits in a block, --block only reads upto the size of --block. If not: --block reads a full --block more.
* Due to widely spread distributions still using --tollef even after a year of being retired following a year of being obsolete, --tollef now gives an error unless used with --gnu.
* --nice now uses a perl wrapper instead of the nice command.
* Sun Jul 19 2015 astiegerAATTsuse.com- GNU parallel 20150622:
* --halt has been rewritten completely. You can now combine percentages with success or fail. See the man page.
* Exit values 102..254 have been removed. 101 means more than 100 jobs failed.
* Killing through --timeout, --memfree, or --halt is now done as a process group.
* --termseq determines which signals are sent when a job is killed.
* An empty argument would previously cause no string to be inserted. This is now changed to \'\' being inserted, thus prepending a space to the output of: parallel echo {} b ::: \'\'
* $PARALLEL_ENV can now be set to an environment prepending the command. Used in env_parallel as mentioned in the manpage.
* --retry-failed will retry all failed jobs in a joblog. It will ignore any command given.
* --ssh and $PARALLEL_SSH can be used to set the command used for ssh. The command is assumed to behave the same way as ssh.
* --fifo now works in csh, too.
* Q(...) can be used in {= =} to shell quote a string.
* Sat May 23 2015 astiegerAATTsuse.com- GNU parallel 20150522: [boo#932143]
* Security: The security issue for --sshlogin + --fifo/--cat has been fixed. Thereby all issues with http://lists.gnu.org/archive/html/parallel/2015-04/msg00045.html have been fixed.
* Security: After further security analysis the issue fixed in 20150422 also fixed the problem for --tmux.
* Sun Apr 26 2015 astiegerAATTsuse.com- GNU parallel 20150422:
* Security fix: A local attacker could make a user overwrite one of his own files with a single byte when using --compress, - -tmux, --pipe, --cat or --fifo when guessing random file names within a time window of 15 ms. [boo#928664]
* --shuf will generate all jobs, and shuffle them before running them. This is useful to get a quick preview of the results before running the full batch.
* Bug fixes and man page updates.
* Sun Mar 22 2015 jengelhAATTinai.de- Avoid SLE11SP3 build failure by not mixing %doc with %_docdir/%name in the files list.- Split documentation (82%) into separate package per rpmlint suggestion
* Sun Mar 22 2015 astiegerAATTsuse.com- GNU parallel 20150322:
* --number-of-cores respects \'taskset\' on GNU/Linux.
* --joblog --pipe gives the data send and received in the log.
* GNU Parallel was tested to support 100 GB sized records in - -pipe. A few bugs was fixed to support >2 GB records. It works, but is rather slow.
* Bug fixes and man page updates.- remove fdupes, not required
* Thu Mar 05 2015 astiegerAATTsuse.com- GNU parallel 20150222:
* --tmux has gotten a major overhaul.
* Bug fixes and man page updates.- includes changes from 20150122:
* Remote jobs now send stderr (standard error) to stderr (standard error) instead of stdout (standard output).
* Remote execution command is now packed using base64 encoded bzip2. This means that big environments (app. 100 KB) can be transferred. This change makes remote execution alpha quality.
* --semaphoretimeout now takes a negative value. This means give up if the semaphore is not gotten within the timeout.
* --halt -1 and -2 now means halt if a job succeeds (so the opposite of 1 and 2).
* --no-keep-order will reverse --keep-order.
* Bash\'s second fix of shellshock caused --env to break again when exporting functions. This has been fixed again.
* A semibig refactoring of big functions. All non-trivial functions are now less than 100 lines. The refactoring makes this release beta quality.
* A description of the design decisions for GNU Parallel can be found in \'man parallel_design\'.
* A bug fix in replacement strings caused rewrite of the replacement function. This makes use of replacement strings alpha quality.
* Bug fixes and man page updates.
* Mon Dec 08 2014 jengelhAATTinai.de- Update to new upstream release 20141122
* Remote systems can be divided into hostgroups (e.g. web and db) by prepending \'AATTgroupname/\' to the sshlogin. Multiple groups can be given by separating groups with \'+\'. E.g. AATTweb/www1 AATTweb+db/www2 AATTdb/mariadb
* Remote execution can be restricted to servers that are part of one or more groups by \'AATTgroupname\' as an sshlogin. Multiple groups can be given by separating groups with \'+\'. E.g. -S AATTweb or -S AATTdb+web
 
ICM