summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2008-04-16 01:29:43 +0200
committerKarel Zak <kzak@redhat.com>2008-04-16 01:29:43 +0200
commitba734536ef44651bc86179c12a8c48dcf21195ae (patch)
tree7eeb746690d6d9230cc44a2d9ab5f0329825e5ce /docs
parent265095a2fef6ceba2f0eb958cd5159c77d415a4a (diff)
downloadutil-linux-old-ba734536ef44651bc86179c12a8c48dcf21195ae.tar.gz
docs: add note about losetup --sizelimit to ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/v2.14-ReleaseNotes10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/v2.14-ReleaseNotes b/docs/v2.14-ReleaseNotes
index 7faa8c50..c3aa24c3 100644
--- a/docs/v2.14-ReleaseNotes
+++ b/docs/v2.14-ReleaseNotes
@@ -14,6 +14,8 @@ Release highlights:
losetup(8) supports unlimited number of loop devices.
+ losetup(8) supports new command line option "--sizelimit" to set data end.
+
ldattach(8) command has been added to util-linux-ng. The ldattach
daemon opens the specified device file and attaches the line discipline
to it for processing of the sent and/or received data.
@@ -44,6 +46,14 @@ Release highlights:
scriptreplay(1) command has been re-written from Perl to C.
+Deprecated
+----------
+
+ The losetup(8) '-s' option (introduced by util-linux-ng-2.13) is deprecated.
+ This short form of the option '--show' could be in collision with Loop-AES
+ losetup implementation where the same option is used for the loop sizelimit.
+
+
ChangeLog between v2.13 and v2.14
---------------------------------