Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-18 01:52:20 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-03-18 01:53:28 +0400
commitef3c88838e1aaffd5482e95e0d123cb92a17c3dd (patch)
tree8537b0c26cd02c22813326a593a3ef1875116ad1 /doc/developer.texi
parent36258f98299409666ab373d04699618e9662e367 (diff)
doc/developer: Add "security fixes" to the release process steps
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/developer.texi')
-rw-r--r--doc/developer.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 9d906f28d9..81b2a873b6 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -643,6 +643,9 @@ The release process involves the following steps:
@item
Announce the intent to do a release to the mailing list.
@item
+ Make sure all relevant security fixes have been backported. See
+ @url{https://ffmpeg.org/security.html}.
+@item
Ensure that the FATE regression suite still passes in the release
branch on at least @strong{i386} and @strong{amd64}
(cf. @ref{Regression Tests}).