diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-21 15:56:55 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-21 16:23:10 +0200 |
commit | ab1adff73f4852d99f9c65ef5a5ceca3e2accbe8 (patch) | |
tree | 6bd58a942b0f130bc5996fc78edef5c7d6a7cb13 | |
parent | fe8e039460064ad765c37736dadd123478c5ff1f (diff) | |
download | ffmpeg-streaming-ab1adff73f4852d99f9c65ef5a5ceca3e2accbe8.zip ffmpeg-streaming-ab1adff73f4852d99f9c65ef5a5ceca3e2accbe8.tar.gz |
The stabilization period after version bumps should be one month, not one week.
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index a9faaf9..24ba7b1 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -1,5 +1,6 @@ -Never assume the API of libav* to be stable unless at least 1 week has passed since -the last major version increase. +Never assume the API of libav* to be stable unless at least 1 month has passed +since the last major version increase. + The last version increases were: libavcodec: 2011-04-18 libavdevice: 2011-04-18 |