diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-03-15 12:54:48 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-03-15 12:54:48 +0000 |
commit | a7a113157a5a593f219afd0ed677f24e88e04693 (patch) | |
tree | 6a6871e232b2c3735892afc446c1366648c3438a /doc/ffmpeg-doc.texi | |
parent | 0541f2c4d5bc48b3939d32bed334228018d0bbf7 (diff) | |
download | ffmpeg-a7a113157a5a593f219afd0ed677f24e88e04693.tar.gz |
gpg and passwords rule
Originally committed as revision 8414 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index f43692e448..a776fba869 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1559,6 +1559,10 @@ please use av_log() instead. always check values read from some untrusted source before using them as array index or other risky things. @item + Developers who have provided a public gpg key shall only receive + passwords or other sensitive information related to ffmpeg encrypted + with their gpg key or in another secure way +@item Remember to check if you need to bump versions for the specific libav parts (libavutil, libavcodec, libavformat) you are changing. You need to change the version integer and the version string. |