From 194db8b7da07603c47213a0aa7089b210227566f Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Sun, 30 Jun 2013 20:38:44 +0200 Subject: [PATCH] Released as 20130630 alpha. --- README | 12 ++++++------ configure | 20 ++++++++++---------- configure.ac | 2 +- src/niceload | 2 +- src/parallel | 4 ++-- src/parallel.texi | 4 ++-- src/sql | 2 +- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/README b/README index bd1205f5..97884824 100644 --- a/README +++ b/README @@ -40,9 +40,9 @@ document. Full installation of GNU Parallel is as simple as: - wget http://ftpmirror.gnu.org/parallel/parallel-20130622.tar.bz2 - bzip2 -dc parallel-20130622.tar.bz2 | tar xvf - - cd parallel-20130622 + wget http://ftpmirror.gnu.org/parallel/parallel-20130630.tar.bz2 + bzip2 -dc parallel-20130630.tar.bz2 | tar xvf - + cd parallel-20130630 ./configure && make && make install @@ -51,9 +51,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-20130622.tar.bz2 - bzip2 -dc parallel-20130622.tar.bz2 | tar xvf - - cd parallel-20130622 + wget http://ftpmirror.gnu.org/parallel/parallel-20130630.tar.bz2 + bzip2 -dc parallel-20130630.tar.bz2 | tar xvf - + cd parallel-20130630 ./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 03784056..8118a3d1 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.68 for parallel 20130622. +# Generated by GNU Autoconf 2.68 for parallel 20130630. # # Report bugs to . # @@ -559,8 +559,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='parallel' PACKAGE_TARNAME='parallel' -PACKAGE_VERSION='20130622' -PACKAGE_STRING='parallel 20130622' +PACKAGE_VERSION='20130630' +PACKAGE_STRING='parallel 20130630' PACKAGE_BUGREPORT='bug-parallel@gnu.org' PACKAGE_URL='' @@ -1176,7 +1176,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 20130622 to adapt to many kinds of systems. +\`configure' configures parallel 20130630 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1242,7 +1242,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of parallel 20130622:";; + short | recursive ) echo "Configuration of parallel 20130630:";; esac cat <<\_ACEOF @@ -1309,7 +1309,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -parallel configure 20130622 +parallel configure 20130630 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1326,7 +1326,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 20130622, which was +It was created by parallel $as_me 20130630, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2141,7 +2141,7 @@ fi # Define the identity of the package. PACKAGE='parallel' - VERSION='20130622' + VERSION='20130630' cat >>confdefs.h <<_ACEOF @@ -2704,7 +2704,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 20130622, which was +This file was extended by parallel $as_me 20130630, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2766,7 +2766,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 20130622 +parallel config.status 20130630 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 8d4a177f..14ea88e5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([parallel], [20130622], [bug-parallel@gnu.org]) +AC_INIT([parallel], [20130630], [bug-parallel@gnu.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ diff --git a/src/niceload b/src/niceload index bbdd5497..b60b567d 100755 --- a/src/niceload +++ b/src/niceload @@ -24,7 +24,7 @@ use strict; use Getopt::Long; $Global::progname="niceload"; -$Global::version = 20130622; +$Global::version = 20130630; 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 428f58e7..03fb53dc 100755 --- a/src/parallel +++ b/src/parallel @@ -653,7 +653,7 @@ sub get_options_from_array { sub parse_options { # Returns: N/A # Defaults: - $Global::version = 20130626; + $Global::version = 20130630; $Global::progname = 'parallel'; $Global::infinity = 2**31; $Global::debug = 0; @@ -768,7 +768,7 @@ sub parse_options { } if($opt::tollef and not $opt::gnu and not $opt::plain) { # Behave like tollef parallel (from moreutils) - if($Global::version > 20130622) { + if($Global::version > 2014_02_22) { ::error("--tollef has been retired. See http://lists.gnu.org/archive/html/parallel/2013-02/msg00018.html\n"); ::wait_and_exit(255); } diff --git a/src/parallel.texi b/src/parallel.texi index 3c80e344..ffeff790 100644 --- a/src/parallel.texi +++ b/src/parallel.texi @@ -79,8 +79,8 @@ If @emph{command} is given, GNU @strong{parallel} solve the same tasks as similar to @strong{cat | sh}. The @emph{command} must be an executable, a script, a composed command, or -a function. If it is a function you need to @strong{export -f} the function -first. An alias will, however, not work (see why +a function. If it is a Bash function you need to @strong{export -f} the +function first. An alias will, however, not work (see why http://www.perlmonks.org/index.pl?node_id=484296). @item @strong{@{@}} diff --git a/src/sql b/src/sql index 28492d33..2bd7cef1 100755 --- a/src/sql +++ b/src/sql @@ -556,7 +556,7 @@ $Global::Initfile && unlink $Global::Initfile; exit ($err); sub parse_options { - $Global::version = 20130622; + $Global::version = 20130630; $Global::progname = 'sql'; # This must be done first as this may exec myself