diff --git a/NEWS b/NEWS index 423b56e8..7fc76847 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,36 @@ -20110522 +20110622 -New in this release: +* --onall will run all the jobs on all the computers. This is useful + for systemadinistrators having multiple servers. + +* --nonall runs like --onall but reads no arguments from stdin + (standard input), so is possible to do: + parallel --nonall -S computer1,computer2 uptime + +* Context replace now works with multiple input sources: + parallel -X echo {1}-{2} ::: 1 2 3 ::: a b c + +* --noswap do not start a job on a server that is swapping. + +* Article: Parallel processing without Hadoop! + http://www.solutionhacker.com/parallel-processing-without-hadoop/ + +* Article in Linux Magazine (Spanish). Thanks to Ben Martin. + http://www.linux-magazine.es/issue/67/ + +* First blog post in Korean. Thanks to 민병국. + http://blog.daum.net/_blog/BlogTypeView.do?blogid=02RQ3&articleno=13380895&admin=# + +* Blog post in Japanese. Thanks to Naoya Nakazawa. + http://www.sssg.org/blogs/naoya/archives/2003 + +* Blog post in English. Thanks to Dagon. + http://hekate.homeip.net/2011/05/29/ + +* Bug fixes and man page updates. + + +20110522 * Multiple ::: can be put on the command line and will be treated similar to contents from multiple -a's. diff --git a/doc/release_new_version b/doc/release_new_version index 5dcf1643..4044d618 100644 --- a/doc/release_new_version +++ b/doc/release_new_version @@ -163,10 +163,9 @@ cc:Peter Simons , Sandro Cazzaniga , Christian Faulhammer , Ryoichiro Suzuki , Jesse Alama -Libre.fm? Viva? VTEC? Yemen? -Subject: GNU Parallel 20110622 ('XXX') released +Subject: GNU Parallel 20110622 ('Bean sprout') released -GNU Parallel 20116022 ('XXX') has been released. It is +GNU Parallel 20116022 ('Bean sprout') has been released. It is available for download at: http://ftp.gnu.org/gnu/parallel/ For sysadmins this is a major release, as --onall makes it easy to run diff --git a/packager/obs/Makefile b/packager/obs/Makefile index 2140d461..f10f4c8a 100644 --- a/packager/obs/Makefile +++ b/packager/obs/Makefile @@ -1,6 +1,6 @@ all: cd ../debian/ && make - osc rm home\:tange/parallel/parallel_*.dsc + osc rm home\:tange/parallel/parallel_*.dsc || true cp ../debian/parallel_*.dsc ../debian/parallel_*.tar.gz home\:tange/parallel/ cp `ls ../../parallel-*.tar.bz2|tail -n1` home\:tange/parallel/ cd home\:tange/parallel/ && osc up