summaryrefslogtreecommitdiffstats
path: root/debian/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 15:55:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 15:55:16 +0000
commit367da09c99aaa513736163a6822fa563141e6a2b (patch)
tree62880192ab8b8c4aef58491f5f52d0a039af26a4 /debian/NEWS
parentAdding upstream version 20221122+ds. (diff)
downloadparallel-367da09c99aaa513736163a6822fa563141e6a2b.tar.xz
parallel-367da09c99aaa513736163a6822fa563141e6a2b.zip
Adding debian version 20221122+ds-2.debian/20221122+ds-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/NEWS')
-rw-r--r--debian/NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..a5e81ba
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,15 @@
+parallel (20130622-1) unstable; urgency=low
+
+ With this release, we make the GNU parallel package have its native
+ behavior by default, that is, the one provided by the `--gnu` command
+ line option.
+
+ This is accomplished by removing the conffile /etc/parallel/config if
+ you have not changed it. Previously, the file contained the sole option
+ `--tollef`, for compatibility with the moreutils package.
+
+ If you made changes to the file, they will be preserved, but be warned
+ that keeping the `--tollef` option is not a recommended mode of
+ execution of GNU parallel.
+
+ -- Rogério Brito <rbrito@gmail.com> Sun, 07 Jul 2013 18:57:53 -0300