[FFmpeg-cvslog] [ffmpeg-web] branch master updated. d43df3b web/download: Add 7.0.1
ffmpeg-git at ffmpeg.org
ffmpeg-git at ffmpeg.org
Sun May 26 04:34:10 EEST 2024
The branch, master has been updated
via d43df3b378028016ffc4bd13675c4fbdf3014e82 (commit)
via 7c8387d3d9696cf27d157d98a373bb045df39e52 (commit)
from 45066f60746b2f2522a20580ed4c9694bab6d490 (commit)
- Log -----------------------------------------------------------------
commit d43df3b378028016ffc4bd13675c4fbdf3014e82
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Sun May 26 03:33:17 2024 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Sun May 26 03:33:17 2024 +0200
web/download: Add 7.0.1
diff --git a/src/download b/src/download
index 1a7447d..2e6a455 100644
--- a/src/download
+++ b/src/download
@@ -1,10 +1,10 @@
<div id="download">
<div class="btn-download-wrapper">
- <a href="https://ffmpeg.org/releases/ffmpeg-7.0.tar.xz" class="btn btn-success">
+ <a href="https://ffmpeg.org/releases/ffmpeg-7.0.1.tar.xz" class="btn btn-success">
<i class="fa fa-cloud-download"></i>
Download Source Code
- <small>ffmpeg-7.0.tar.xz</small>
+ <small>ffmpeg-7.0.1.tar.xz</small>
</a>
<br>
<a href="#releases">More releases</a>
@@ -305,10 +305,10 @@ gpg: Good signature from "FFmpeg release signing key <ffmpeg-devel at ffmpeg.org
and much faster bug fixes such as additional features and security patches.
</p>
- <h3 id="release_7.0">FFmpeg 7.0 "Dijkstra"</h3>
+ <h3 id="release_7.0">FFmpeg 7.0.1 "Dijkstra"</h3>
<p>
- 7.0 was released on 2024-04-05. It is the latest stable FFmpeg release
+ 7.0.1 was released on 2024-05-26. It is the latest stable FFmpeg release
from the 7.0 release branch, which was cut from master on 2024-03-27.
</p>
<p>It includes the following library versions:
@@ -324,19 +324,19 @@ libswresample 5. 1.100
libpostproc 58. 1.100</pre>
<div class="row">
<div class="col-md-3">
- <a class="btn btn-success" href="releases/ffmpeg-7.0.tar.xz">Download xz tarball</a>
- <small><a href="releases/ffmpeg-7.0.tar.xz.asc">PGP signature</a></small>
+ <a class="btn btn-success" href="releases/ffmpeg-7.0.1.tar.xz">Download xz tarball</a>
+ <small><a href="releases/ffmpeg-7.0.1.tar.xz.asc">PGP signature</a></small>
</div> <!-- col -->
<div class="col-md-3">
- <a class="btn btn-success" href="releases/ffmpeg-7.0.tar.bz2">Download bzip2 tarball</a>
- <small><a href="releases/ffmpeg-7.0.tar.bz2.asc">PGP signature</a></small>
+ <a class="btn btn-success" href="releases/ffmpeg-7.0.1.tar.bz2">Download bzip2 tarball</a>
+ <small><a href="releases/ffmpeg-7.0.1.tar.bz2.asc">PGP signature</a></small>
</div> <!-- col -->
<div class="col-md-3">
- <a class="btn btn-success" href="releases/ffmpeg-7.0.tar.gz">Download gzip tarball</a>
- <small><a href="releases/ffmpeg-7.0.tar.gz.asc">PGP signature</a></small>
+ <a class="btn btn-success" href="releases/ffmpeg-7.0.1.tar.gz">Download gzip tarball</a>
+ <small><a href="releases/ffmpeg-7.0.1.tar.gz.asc">PGP signature</a></small>
</div> <!-- col -->
<div class="col-md-3 text-right">
- <small><a href="https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n7.0">Changelog</a></small>
+ <small><a href="https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n7.0.1">Changelog</a></small>
<a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/7.0:/RELEASE_NOTES">Release Notes</a>
</div> <!-- col -->
</div> <!-- row -->
commit 7c8387d3d9696cf27d157d98a373bb045df39e52
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Fri May 24 19:35:14 2024 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Fri May 24 19:35:14 2024 +0200
web/contact: relink code of conduct
Found-by: John Hawkinson
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
diff --git a/src/contact b/src/contact
index 982e9da..537ca9d 100644
--- a/src/contact
+++ b/src/contact
@@ -11,7 +11,7 @@
avoid <a href="https://en.wikipedia.org/wiki/Top-posting">top-posting</a> and
thread hijacking (that is, replying to a thread and changing the subject line to
something completely unrelated that was not being discussed within the original
- thread) and please read the <a href="developer.html#Code-of-conduct">Code of conduct</a>.
+ thread) and please read the <a href="community.html#CodeOfConduct">Code of conduct</a>.
</p>
<p>
Configuring your mail client to break lines after 70 or so characters is a plus.
@@ -106,7 +106,7 @@
have voice in the channels.
<a href="https://kiwiirc.com/nextclient/irc.libera.chat/?channels=#ffmpeg,#ffmpeg-devel">kiwiirc webchat</a> is a web
client for these channels.
- Please read and follow the <a href="developer.html#Code-of-conduct">Code of conduct</a>.
+ Please read and follow the <a href="community.html#CodeOfConduct">Code of conduct</a>.
</p>
</div>
<div class="list-group">
-----------------------------------------------------------------------
Summary of changes:
src/contact | 4 ++--
src/download | 22 +++++++++++-----------
2 files changed, 13 insertions(+), 13 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list