diff --git a/README b/README index 76809e03..9ffd0de1 100644 --- a/README +++ b/README @@ -44,9 +44,9 @@ document. Full installation of GNU Parallel is as simple as: - wget http://ftpmirror.gnu.org/parallel/parallel-20170121.tar.bz2 - bzip2 -dc parallel-20170121.tar.bz2 | tar xvf - - cd parallel-20170121 + wget http://ftpmirror.gnu.org/parallel/parallel-20170122.tar.bz2 + bzip2 -dc parallel-20170122.tar.bz2 | tar xvf - + cd parallel-20170122 ./configure && make && sudo make install @@ -55,9 +55,9 @@ Full installation of GNU Parallel is as simple as: If you are not root you can add ~/bin to your path and install in ~/bin and ~/share: - wget http://ftpmirror.gnu.org/parallel/parallel-20170121.tar.bz2 - bzip2 -dc parallel-20170121.tar.bz2 | tar xvf - - cd parallel-20170121 + wget http://ftpmirror.gnu.org/parallel/parallel-20170122.tar.bz2 + bzip2 -dc parallel-20170122.tar.bz2 | tar xvf - + cd parallel-20170122 ./configure --prefix=$HOME && make && make install Or if your system lacks 'make' you can simply copy src/parallel diff --git a/configure b/configure index d0d76e9e..9f9095d1 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for parallel 20170121. +# Generated by GNU Autoconf 2.69 for parallel 20170122. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='parallel' PACKAGE_TARNAME='parallel' -PACKAGE_VERSION='20170121' -PACKAGE_STRING='parallel 20170121' +PACKAGE_VERSION='20170122' +PACKAGE_STRING='parallel 20170122' PACKAGE_BUGREPORT='bug-parallel@gnu.org' PACKAGE_URL='' @@ -1214,7 +1214,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures parallel 20170121 to adapt to many kinds of systems. +\`configure' configures parallel 20170122 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1281,7 +1281,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of parallel 20170121:";; + short | recursive ) echo "Configuration of parallel 20170122:";; esac cat <<\_ACEOF @@ -1357,7 +1357,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -parallel configure 20170121 +parallel configure 20170122 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1374,7 +1374,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by parallel $as_me 20170121, which was +It was created by parallel $as_me 20170122, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2237,7 +2237,7 @@ fi # Define the identity of the package. PACKAGE='parallel' - VERSION='20170121' + VERSION='20170122' cat >>confdefs.h <<_ACEOF @@ -2880,7 +2880,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by parallel $as_me 20170121, which was +This file was extended by parallel $as_me 20170122, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2942,7 +2942,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -parallel config.status 20170121 +parallel config.status 20170122 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 9e1bff1d..01ad29c0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([parallel], [20170121], [bug-parallel@gnu.org]) +AC_INIT([parallel], [20170122], [bug-parallel@gnu.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ diff --git a/doc/release_new_version b/doc/release_new_version index e0ee819b..39d46b39 100644 --- a/doc/release_new_version +++ b/doc/release_new_version @@ -60,6 +60,7 @@ pushd YYYYMMDD=`yyyymmdd` export YYYYMMDD eval `gpg-agent --daemon` +# Takes up to 8 minutes make upload # Only needed for alpha: diff --git a/packager/obs/home:tange/parallel/.osc/_files b/packager/obs/home:tange/parallel/.osc/_files index 0a217da4..6700423e 100644 --- a/packager/obs/home:tange/parallel/.osc/_files +++ b/packager/obs/home:tange/parallel/.osc/_files @@ -1,7 +1,8 @@ - + - - - + + + + diff --git a/packager/obs/home:tange/parallel/.osc/parallel.spec b/packager/obs/home:tange/parallel/.osc/parallel.spec index 97f8c928..809ddb63 100644 --- a/packager/obs/home:tange/parallel/.osc/parallel.spec +++ b/packager/obs/home:tange/parallel/.osc/parallel.spec @@ -1,6 +1,6 @@ Summary: Shell tool for executing jobs in parallel Name: parallel -Version: 20161222 +Version: 20170122 Release: 1.1 License: GPL Group: Productivity/File utilities diff --git a/packager/obs/home:tange/parallel/parallel.spec b/packager/obs/home:tange/parallel/parallel.spec index 97f8c928..809ddb63 100644 --- a/packager/obs/home:tange/parallel/parallel.spec +++ b/packager/obs/home:tange/parallel/parallel.spec @@ -1,6 +1,6 @@ Summary: Shell tool for executing jobs in parallel Name: parallel -Version: 20161222 +Version: 20170122 Release: 1.1 License: GPL Group: Productivity/File utilities diff --git a/src/niceload b/src/niceload index d603465f..b24ff038 100755 --- a/src/niceload +++ b/src/niceload @@ -24,7 +24,7 @@ use strict; use Getopt::Long; $Global::progname="niceload"; -$Global::version = 20170121; +$Global::version = 20170122; 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 ac4ecf50..49a35971 100755 --- a/src/parallel +++ b/src/parallel @@ -1269,7 +1269,7 @@ sub check_invalid_option_combinations { sub init_globals { # Defaults: - $Global::version = 20170121; + $Global::version = 20170122; $Global::progname = 'parallel'; $Global::infinity = 2**31; $Global::debug = 0; diff --git a/src/parallel.pod b/src/parallel.pod index 3b920011..c0581a73 100644 --- a/src/parallel.pod +++ b/src/parallel.pod @@ -486,9 +486,9 @@ making it harder to finance development. However, if you pay 10000 EUR, you should feel free to use B<--will-cite> in scripts. -=item B<--block> I +=item B<--block> I (beta testing) -=item B<--block-size> I +=item B<--block-size> I (beta testing) Size of block in bytes to read at a time. The I can be postfixed with K, M, G, T, P, E, k, m, g, t, p, or e which would multiply the @@ -640,7 +640,7 @@ If I is omitted, there is no end of file string. If neither B<-E> nor B<-e> is used, no end of file string is used. -=item B<--env> I +=item B<--env> I (alpha testing) Copy environment variable I. This will copy I to the environment that the command is run in. This is especially useful for @@ -1448,9 +1448,9 @@ it to the command. Only used with B<--pipe>. -=item B<--results> I (prealpha testing) +=item B<--results> I (alpha testing) -=item B<--res> I (prealpha testing) +=item B<--res> I (alpha testing) Save the output into files. @@ -1926,7 +1926,7 @@ when called with B<--shebang>). Use B<--sqlmaster> instead. -=item B<--sqlmaster> I (beta testing) +=item B<--sqlmaster> I (alpha testing) Submit jobs via SQL server. I must point to a table, which will contain the same information as B<--joblog>, the values from the input @@ -1965,12 +1965,12 @@ It can also be an alias from ~/.sql/aliases: :myalias mysql:///mydb/paralleljobs -=item B<--sqlandworker> I (beta testing) +=item B<--sqlandworker> I (alpha testing) Shorthand for: B<--sqlmaster> I B<--sqlworker> I. -=item B<--sqlworker> I (beta testing) +=item B<--sqlworker> I (alpha testing) Execute jobs via SQL server. Read the input sources variables from the table pointed to by I. The I on the command line @@ -2172,13 +2172,13 @@ different dir for the files. Setting B<--tmpdir> is equivalent to setting $TMPDIR. -=item B<--tmux> +=item B<--tmux> (alpha testing) Use B for output. Start a B session and run each job in a window in that session. No other output will be produced. -=item B<--tmuxpane> +=item B<--tmuxpane> (alpha testing) Use B for output but put output into panes in the first window. Useful if you want to monitor the progress of less than 100 concurrent diff --git a/src/sql b/src/sql index 0254d0fd..b4bb0961 100755 --- a/src/sql +++ b/src/sql @@ -576,7 +576,7 @@ $Global::Initfile && unlink $Global::Initfile; exit ($err); sub parse_options { - $Global::version = 20170121; + $Global::version = 20170122; $Global::progname = 'sql'; # This must be done first as this may exec myself