gnustandards-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnustandards ChangeLog maintain.texi standards....


From: Karl Berry
Subject: gnustandards ChangeLog maintain.texi standards....
Date: Sat, 29 Jan 2011 00:39:24 +0000

CVSROOT:        /sources/gnustandards
Module name:    gnustandards
Changes by:     Karl Berry <karl>       11/01/29 00:39:24

Modified files:
        .              : ChangeLog maintain.texi standards.texi 

Log message:
        standards.texi: robust temp files; maintain.texi: gpg --gen-key info

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnustandards/ChangeLog?cvsroot=gnustandards&r1=1.134&r2=1.135
http://cvs.savannah.gnu.org/viewcvs/gnustandards/maintain.texi?cvsroot=gnustandards&r1=1.198&r2=1.199
http://cvs.savannah.gnu.org/viewcvs/gnustandards/standards.texi?cvsroot=gnustandards&r1=1.201&r2=1.202

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnustandards/gnustandards/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -b -r1.134 -r1.135
--- ChangeLog   15 Jan 2011 01:36:24 -0000      1.134
+++ ChangeLog   29 Jan 2011 00:39:24 -0000      1.135
@@ -1,3 +1,11 @@
+2011-01-28  Karl Berry  <address@hidden>
+
+       * standards.texi (Semantics): more info about robust temporary
+       file creation.  Suggestion from Michael Antosha.
+
+       * maintain.texi (Automated Upload Registration): defaults to gpg
+       --gen-key are ok.
+
 2011-01-14  Karl Berry  <address@hidden>
 
        * maintain.texi: consistently use {package} rather than
@@ -827,7 +835,8 @@
        (Copyright Papers): typo - missing verb.
 
 
-Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright

Index: maintain.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/maintain.texi,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -b -r1.198 -r1.199
--- maintain.texi       15 Jan 2011 01:36:24 -0000      1.198
+++ maintain.texi       29 Jan 2011 00:39:24 -0000      1.199
@@ -5,7 +5,7 @@
 @c For double-sided printing, uncomment:
 @c @setchapternewpage odd
 @c This date is automagically updated when you save this file:
address@hidden lastupdate January 14, 2011
address@hidden lastupdate January 20, 2011
 @c %**end of header
 
 @dircategory GNU organization
@@ -1400,7 +1400,8 @@
 @item
 In the @samp{My Account Conf} page on @code{savannah}, upload the GPG
 key you will use to sign your packages.  If you haven't created one
-before, you can do so with the command @code{gpg --gen-key}.
+before, you can do so with the command @code{gpg --gen-key} (you can
+accept all the default answers to its questions).
 
 Optional but recommended: Send your key to a GPG public key server:
 @code{gpg --keyserver keys.gnupg.net --send-keys @var{keyid}}, where
@@ -1715,7 +1716,7 @@
 redirect to a nearby mirror.
 
 @item
-The NEWS (@pxref{NEWS File,,, standards, GNU Coding Standards}) for
+The @t{NEWS} (@pxref{NEWS File,,, standards, GNU Coding Standards}) for
 the present release.
 @end itemize
 

Index: standards.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/standards.texi,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -b -r1.201 -r1.202
--- standards.texi      9 Sep 2010 22:00:10 -0000       1.201
+++ standards.texi      29 Jan 2011 00:39:24 -0000      1.202
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
address@hidden lastupdate September 9, 2010
address@hidden lastupdate January 27, 2011
 @c %**end of header
 
 @dircategory GNU organization
@@ -27,8 +27,8 @@
 The GNU coding standards, last updated @value{lastupdate}.
 
 Copyright @copyright{} 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-Foundation, Inc.
+2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -703,7 +703,11 @@
 @noindent
 or by using the @code{mkstemps} function from libiberty.
 
-In bash, use @code{set -C} to avoid this problem.
+In bash, use @code{set -C} (long name @code{noclobber}) to avoid this
+problem.  In addition, the @code{mktemp} utility is a more general
+solution for creating temporary files from shell scripts
+(@pxref{mktemp invocation,,, coreutils, GNU Coreutils}).
+
 
 @node Libraries
 @section Library Behavior



reply via email to

[Prev in Thread] Current Thread [Next in Thread]