mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
Released as 20111022 ('Steve Richie').
This commit is contained in:
parent
9c2e7a6794
commit
30d936bd9b
42
NEWS
42
NEWS
|
@ -1,3 +1,45 @@
|
||||||
|
20111022
|
||||||
|
|
||||||
|
* --tag prepends lines with the argument(s). If used with --(n)onall
|
||||||
|
the line will be prepended with the sshlogin instead.
|
||||||
|
|
||||||
|
* --shellquote does not run the command but quotes it using \'s.
|
||||||
|
Useful for making quoted composed commands.
|
||||||
|
|
||||||
|
* --profile can now be repeated merging multiple profiles.
|
||||||
|
|
||||||
|
* --bibtex now gives the BibTeX entry.
|
||||||
|
Thanks to Aleksandr Levchuk for testing.
|
||||||
|
|
||||||
|
* Makefile for simple .deb package.
|
||||||
|
cd packager/debian; make
|
||||||
|
|
||||||
|
* sql: --list-databases lists the databases.
|
||||||
|
|
||||||
|
* GNU Parallel officially in Fedora 16
|
||||||
|
http://www.spinics.net/lists/fedora-package-announce/msg67130.html
|
||||||
|
|
||||||
|
* Blog post on recompression FLAC audio.
|
||||||
|
http://blog.oxplot.com/2011/08/reflac-flac-cleanser.html
|
||||||
|
|
||||||
|
* The most complex use of ::: I a seen so far.
|
||||||
|
http://agentzlerich.blogspot.com/2011/09/following-up-on-previous-failures-ive.html
|
||||||
|
|
||||||
|
* Example of using GNU Parallel with sudo.
|
||||||
|
http://loopkid.net/articles/2011/10/07/recursive-chmod-and-chown-on-files
|
||||||
|
|
||||||
|
* Use wget and gnu parallel to download mp3s at rocket speed.
|
||||||
|
http://sdbrain.posterous.com/use-wget-and-gnu-parallel-to-download-mp3s-at
|
||||||
|
|
||||||
|
* First CV referring to GNU Parallel.
|
||||||
|
http://www.peopleperhour.com/freelancers/stephen_/internet_researcher_and_protocol_develop/140602
|
||||||
|
|
||||||
|
* Cartwright labs usage of GNU Parallel.
|
||||||
|
http://cartwrightlab.wikispaces.com/The+Most+Bang+for+Your+Buck
|
||||||
|
|
||||||
|
* Bug fixes and man page updates.
|
||||||
|
|
||||||
|
|
||||||
20110822
|
20110822
|
||||||
|
|
||||||
* --timeout implemented so that slow commands can be killed
|
* --timeout implemented so that slow commands can be killed
|
||||||
|
|
|
@ -179,9 +179,9 @@ cc:Peter Simons <simons@cryp.to>, Sandro Cazzaniga <kharec@mandriva.org>,
|
||||||
Ryoichiro Suzuki <ryoichiro.suzuki@gmail.com>, Jesse Alama
|
Ryoichiro Suzuki <ryoichiro.suzuki@gmail.com>, Jesse Alama
|
||||||
<jesse.alama@gmail.com>
|
<jesse.alama@gmail.com>
|
||||||
|
|
||||||
Subject: GNU Parallel 20111022 ('Ritchie') released
|
Subject: GNU Parallel 20111022 ('Steve Ritchie') released
|
||||||
|
|
||||||
GNU Parallel 20111022 ('Ritchie') has been released. It is
|
GNU Parallel 20111022 ('Steve Ritchie') has been released. It is
|
||||||
available for download at: http://ftp.gnu.org/gnu/parallel/
|
available for download at: http://ftp.gnu.org/gnu/parallel/
|
||||||
|
|
||||||
New in this release:
|
New in this release:
|
||||||
|
|
|
@ -3,12 +3,18 @@
|
||||||
### Test of --eta with no jobs
|
### Test of --eta with no jobs
|
||||||
|
|
||||||
Computers / CPU cores / Max jobs to run
|
Computers / CPU cores / Max jobs to run
|
||||||
1:local / 2 / 0
|
1:local / 2 / 1
|
||||||
|
|
||||||
### Test of --progress
|
### Test of --progress
|
||||||
16
|
16
|
||||||
### Test of --progress with no jobs
|
### Test of --progress with no jobs
|
||||||
|
|
||||||
Computers / CPU cores / Max jobs to run
|
Computers / CPU cores / Max jobs to run
|
||||||
1:local / 2 / 0
|
1:local / 2 / 1
|
||||||
|
|
||||||
|
### bug #34422: parallel -X --eta crashes with div by zero
|
||||||
|
1 2
|
||||||
|
|
||||||
|
Computers / CPU cores / Max jobs to run
|
||||||
|
1:local / 2 / 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue