1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* configure.ac: New option --enable-noexecstack.

* Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the
variable for non exectubale stack options.  Adapted users.
This commit is contained in:
Werner Koch 2005-03-11 11:02:12 +00:00
parent 9bf9389179
commit f0e9a1ff4f
8 changed files with 49 additions and 3 deletions

View file

@ -1,5 +1,7 @@
2005-03-07 Werner Koch <wk@g10code.com>
* gpg.sgml (comment): Add note to keep the comment short.
* DETAILS: Document new status codes.
2005-02-15 Werner Koch <wk@g10code.com>

View file

@ -1769,6 +1769,10 @@ Use &ParmString; as a comment string in clear text signatures and
ASCII armored messages or keys (see --armor). The default behavior is
not to use a comment string. --comment may be repeated multiple times
to get multiple comment strings. --no-comments removes all comments.
It is a good idea to keep the length of a single comment below 60
characters to avoid problems with mail programs wrapping such lines.
Note, that those comment lines, like all other header lines, are not
protected by the signature.
</para></listitem></varlistentry>