[FFmpeg-cvslog] Basic updates for 3.0
Michael Niedermayer
git at videolan.org
Sun Feb 14 23:06:44 CET 2016
ffmpeg | branch: release/3.0 | Michael Niedermayer <michael at niedermayer.cc> | Sun Feb 14 22:29:44 2016 +0100| [1fd8eb4d4f02d50cdb2457d25c7d6a2ba1624536] | committer: Michael Niedermayer
Basic updates for 3.0
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1fd8eb4d4f02d50cdb2457d25c7d6a2ba1624536
---
Changelog | 3 ---
RELEASE | 2 +-
RELEASE_NOTES | 15 +++++++++++++++
doc/Doxyfile | 2 +-
4 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/Changelog b/Changelog
index 90964f0..67a625e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,9 +1,6 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
-version <next>:
-
-
version 3.0:
- Common Encryption (CENC) MP4 encoding and decoding support
- DXV decoding
diff --git a/RELEASE b/RELEASE
index 847967f..9f55b2c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-2.8.git
+3.0
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
new file mode 100644
index 0000000..861dc04
--- /dev/null
+++ b/RELEASE_NOTES
@@ -0,0 +1,15 @@
+
+ ┌─────────────────────────────────────────┐
+ │ RELEASE NOTES for FFmpeg 3.0 "Einstein" │
+ └─────────────────────────────────────────┘
+
+ The FFmpeg Project proudly presents FFmpeg 3.0 "Einstein", about 5
+ months after the release of FFmpeg 2.8.
+
+ A complete Changelog is available at the root of the project, and the
+ complete Git history on http://source.ffmpeg.org.
+
+ We hope you will like this release as much as we enjoyed working on it, and
+ as usual, if you have any questions about it, or any FFmpeg related topic,
+ feel free to join us on the #ffmpeg IRC channel (on irc.freenode.net) or ask
+ on the mailing-lists.
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 1ad9f30..07b4d1f 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = FFmpeg
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER =
+PROJECT_NUMBER = 3.0
# With the PROJECT_LOGO tag one can specify a logo or icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
More information about the ffmpeg-cvslog
mailing list