From: Karel Zak Date: Tue, 15 Apr 2008 23:29:43 +0000 (+0200) Subject: docs: add note about losetup --sizelimit to ReleaseNotes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba734536ef44651bc86179c12a8c48dcf21195ae;p=util-linux docs: add note about losetup --sizelimit to ReleaseNotes Signed-off-by: Karel Zak --- 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 ---------------------------------