Le Ven 15 Fév 2019 08:50:30, [email protected] a écrit :
> Le Jeu 14 Fév 2019 11:45:16, [email protected] a écrit :
> > Le Jeu 14 Fév 2019 11:04:40, andrew a écrit :
> > > Hello GNU webmasters,
> > >
> > > Could you please make a minor adjustment to this page:
> > >
> > > https://www.gnu.org/prep/maintain/maintain.html#Automated-Upload-
> > > Registration
> > >
> > > "... finally email the resulting msgfile.asc..." -> "... finally
> > > email
> > > the resulting msgfile.asc as an attachment..."
> > >
> > > I believe that email servers may mangle email bodies by stripping out
> > > white spaces, and other types of changes that have a tendency to
> > > break
> > > clear signatures. Using email attachments may reduce the impact of
> > > this issue.
> > >
> > > Thanks, : )
> > > Andrew
Hello,
I sent this patch to maintainers@ by mistake (without the lastupdate
change). It takes care of Andrew's request, and also fixes the link to
Zlib in the GNU coding standards.
The manuals have been regenerated and committed already.
Thanks in advance,
Thérèse
Index: maintain.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/maintain.texi,v
retrieving revision 1.271
diff -U 2 -r1.271 maintain.texi
--- maintain.texi 6 Dec 2018 02:44:12 -0000 1.271
+++ maintain.texi 11 Apr 2019 11:47:06 -0000
@@ -6,5 +6,5 @@
@c @setchapternewpage odd
@c This date is automagically updated when you save this file:
-@set lastupdate December 5, 2018
+@set lastupdate February 19, 2019
@c %**end of header
@documentencoding UTF-8
@@ -1604,5 +1604,5 @@
Compose a message with the following items in some @var{msgfile}.
Then GPG-sign it by running @code{gpg --clearsign @var{msgfile}}, and
-finally email the resulting @file{@var{msgfile}.asc} to
+finally email the resulting @file{@var{msgfile}.asc} as an attachment to
@email{ftp-upload@@gnu.org}.
Index: standards.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/standards.texi,v
retrieving revision 1.259
diff -U 2 -r1.259 standards.texi
--- standards.texi 21 Jan 2019 10:33:01 -0000 1.259
+++ standards.texi 11 Apr 2019 11:47:08 -0000
@@ -4,5 +4,5 @@
@settitle GNU Coding Standards
@c This date is automagically updated when you save this file:
-@set lastupdate January 14, 2019
+@set lastupdate February 19, 2019
@c %**end of header
@@ -1098,5 +1098,5 @@
@item Zlib
-The license for Zlib, @url{http://www.gzip.org/@/zlib/@/zlib_license.html}.
+The license for Zlib, @url{https://www.zlib.net/zlib_license.html}.
@end table