]> git.wh0rd.org Git - nano.git/commitdiff
2010-04-07 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Wed, 14 Apr 2010 21:55:39 +0000 (21:55 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 14 Apr 2010 21:55:39 +0000 (21:55 +0000)
        * doc/man/nano.1,nanorc.5: Remove the backup file warnings now
          that a sufficient security fix exists for the backup file code.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4502 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/man/nano.1
doc/man/nanorc.5

index 13c41729f786edd2a63a48d06075598a588c34cc..c856c7392f26991f6c934b39601cdecb0c69bf31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-07 Chris Allegretta <chrisa@asty.org>
+       * doc/man/nano.1,nanorc.5: Remove the backup file warnings now
+          that a sufficient security fix exists for the backup file code.
+
 2010-04-14 Chris Allegretta <chrisa@asty.org>
        * text.c (do_alt_speller): Skip invoking the alt speller if the file size 
          is 0 bytes.  Fixes Savannah bug 29393 reported by Mike Frysinger.
index 05ba462ffdf66ab1bf3dfeaae7873df4eb64cb49..37c6eb3f08ed4b5f3619c34e69e2c63c0c34d645 100644 (file)
@@ -62,8 +62,7 @@ line.
 .TP
 .B \-B (\-\-backup)
 When saving a file, back up the previous version of it to the current
-filename suffixed with a ~.  This option is not recommended when editing
-files as root due to potential security implications.
+filename suffixed with a ~.  
 .TP
 .B \-C \fIdir\fP (\-\-backupdir=\fIdir\fP)
 Set the directory where \fBnano\fP puts unique backup files if file
index 04ab1d3fed7217ef290f20c7622c67af8ce3a090..fcc80889f0fb811999b25fe9d2f020c78ab2fbfc 100644 (file)
@@ -451,8 +451,7 @@ When writing a file, append to the end instead of overwriting.
 When writing a file, 'prepend' (write at the beginning) instead of overwriting.
 .TP
 .B backup
-When writing a file, create a backup of the current file.  This option is not 
-recommended when editing files as root due to potential security implications.
+When writing a file, create a backup of the current file. 
 .TP
 .B firstfile
 Move to the first file when using the file browser (reading or writing files).