diff --git a/NEWS b/NEWS index f3cfa32f..17f40fd7 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,22 @@ 20161122 -* --record-env can now be used with env_parallel for bash, ksh, pdksh, and zsh. +* --record-env can now be used with env_parallel for bash, ksh, pdksh, + and zsh. -* GNU Parallel was cited in: An improved implementation of Conditional Reciprocal Best Hits with LAST and Python https://pypi.python.org/pypi/shmlast/1.0.3 +* GNU Parallel was cited in: An improved implementation of Conditional + Reciprocal Best Hits with LAST and Python + https://pypi.python.org/pypi/shmlast/1.0.3 -* GNU Parallel was cited in: miRPathDB: a new dictionary on microRNAs and target pathways http://nar.oxfordjournals.org/content/early/2016/10/13/nar.gkw926.full +* GNU Parallel was cited in: miRPathDB: a new dictionary on microRNAs + and target pathways + http://nar.oxfordjournals.org/content/early/2016/10/13/nar.gkw926.full -* GNU/Parallel – Run multiple commands simultaneously https://vinusumi.wordpress.com/2016/11/08/gnuparallel-run-multiple-commands-simultaneously/ +* GNU/Parallel – Run multiple commands simultaneously + https://vinusumi.wordpress.com/2016/11/08/gnuparallel-run-multiple-commands-simultaneously/ -* Tutorial: Parallel web scraping with CasperJS and GNU Parallel http://g-liu.com/blog/2016/10/tutorial-parallel-web-scraping-with-casperjs-and-gnu-parallel/ +* Tutorial: Parallel web scraping with CasperJS and GNU Parallel + http://g-liu.com/blog/2016/10/tutorial-parallel-web-scraping-with-casperjs-and-gnu-parallel/ +* Bug fixes and man page updates. 20161022 diff --git a/doc/release_new_version b/doc/release_new_version index fa6a0a3f..333646df 100644 --- a/doc/release_new_version +++ b/doc/release_new_version @@ -219,28 +219,18 @@ cc:Tim Cuthbertson , Ryoichiro Suzuki , Jesse Alama -Subject: GNU Parallel 20161122 ('Trump') released <<[stable]>> +Subject: GNU Parallel 20161222 ('') released <<[stable]>> -GNU Parallel 20161122 ('Trump') <<[stable]>> has been released. It is available for download at: http://ftpmirror.gnu.org/parallel/ +GNU Parallel 20161222 ('') <<[stable]>> has been released. It is available for download at: http://ftpmirror.gnu.org/parallel/ <> Haiku of the month: - + <<>> -- Ole Tange New in this release: -* --record-env can now be used with env_parallel for bash, ksh, pdksh, and zsh. - -* GNU Parallel was cited in: An improved implementation of Conditional Reciprocal Best Hits with LAST and Python https://pypi.python.org/pypi/shmlast/1.0.3 - -* GNU Parallel was cited in: miRPathDB: a new dictionary on microRNAs and target pathways http://nar.oxfordjournals.org/content/early/2016/10/13/nar.gkw926.full - -* GNU/Parallel – Run multiple commands simultaneously https://vinusumi.wordpress.com/2016/11/08/gnuparallel-run-multiple-commands-simultaneously/ - -* Tutorial: Parallel web scraping with CasperJS and GNU Parallel http://g-liu.com/blog/2016/10/tutorial-parallel-web-scraping-with-casperjs-and-gnu-parallel/ - * <> diff --git a/src/env_parallel.pod b/src/env_parallel.pod index 93e9f9d6..14730bad 100644 --- a/src/env_parallel.pod +++ b/src/env_parallel.pod @@ -20,7 +20,8 @@ environment to GNU B. If the shell function is not loaded, a dummy script will be run instead that explains how to install the function. -B is beta quality and not production ready. +B is beta quality and not production ready, but please +use it for everyday use and report bugs. B is 0.1 sec slower at startup than pure GNU B, and takes up to 15 ms to start a job. diff --git a/src/niceload b/src/niceload index f977b49e..1afce95a 100755 --- a/src/niceload +++ b/src/niceload @@ -24,7 +24,7 @@ use strict; use Getopt::Long; $Global::progname="niceload"; -$Global::version = 20161122; +$Global::version = 20161123; Getopt::Long::Configure("bundling","require_order"); get_options_from_array(\@ARGV) || die_usage(); if($opt::version) { diff --git a/src/parallel b/src/parallel index 2403752a..38767b16 100755 --- a/src/parallel +++ b/src/parallel @@ -1216,7 +1216,7 @@ sub check_invalid_option_combinations { sub init_globals { # Defaults: - $Global::version = 20161122; + $Global::version = 20161123; $Global::progname = 'parallel'; $Global::infinity = 2**31; $Global::debug = 0; diff --git a/src/sql b/src/sql index 3724030c..12bba8c3 100755 --- a/src/sql +++ b/src/sql @@ -566,7 +566,7 @@ $Global::Initfile && unlink $Global::Initfile; exit ($err); sub parse_options { - $Global::version = 20161122; + $Global::version = 20161123; $Global::progname = 'sql'; # This must be done first as this may exec myself