]> err.no Git - util-linux/commitdiff
docs: add note about losetup --sizelimit to ReleaseNotes
authorKarel Zak <kzak@redhat.com>
Tue, 15 Apr 2008 23:29:43 +0000 (01:29 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 15 Apr 2008 23:29:43 +0000 (01:29 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
docs/v2.14-ReleaseNotes

index 7faa8c50ebc087464f50240fc5277d3dfb824994..c3aa24c30cb5655b0f145e87bee0cedf360d0c6f 100644 (file)
@@ -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
 ---------------------------------