Skip to content

Commit

Permalink
Build of r/16.x from Wed Sep 18 13:49:55 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
opencastproject committed Sep 18, 2024
1 parent 2c51d97 commit d33dcb3
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 9 deletions.
23 changes: 23 additions & 0 deletions r/16.x/admin/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,29 @@

<h1 id="changelog">Changelog</h1>
<h2 id="opencast-16">Opencast 16</h2>
<h3 id="opencast-165">Opencast 16.5</h3>
<ul>
<li>[<a href="https://github.com/opencast/opencast/pull/6172">#6172</a>] -
Prevent broken XML from failing index rebuild completely</li>
<li>[<a href="https://github.com/opencast/opencast/pull/6170">#6170</a>] -
Skip elements during search-index rebuild that throw a NotFoundException</li>
<li>[<a href="https://github.com/opencast/opencast/pull/6169">#6169</a>] -
Fix sort parameter in search series rest endpoint</li>
<li>[<a href="https://github.com/opencast/opencast/pull/6168">#6168</a>] -
Document Java version requirements</li>
<li>[<a href="https://github.com/opencast/opencast/pull/6143">#6143</a>] -
Fix Amberscript example workflows</li>
<li>[<a href="https://github.com/opencast/opencast/pull/6142">#6142</a>] -
Allow Amberscript transcriptions to be attached as tracks</li>
<li>[<a href="https://github.com/opencast/opencast/pull/6141">#6141</a>] -
Add missing target-tags to amberscript attach transcription docs</li>
</ul>
<h3 id="opencast-164">Opencast 16.4</h3>
<p><em>Just fixed the broken 16.3 release</em></p>
<ul>
<li>[<a href="https://github.com/opencast/opencast/pull/6105">#6105</a>] -
Opencast 16.4 release notes</li>
</ul>
<h3 id="opencast-163">Opencast 16.3</h3>
<ul>
<li>[<a href="https://github.com/opencast/opencast/pull/6101">#6101</a>] -
Expand Down
2 changes: 1 addition & 1 deletion r/16.x/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -761,5 +761,5 @@ <h2 id="release-documentation">Release Documentation</h2>
</html>
<!--
MkDocs version : 1.6.1
Build Date UTC : 2024-09-17 19:21:49.126915+00:00
Build Date UTC : 2024-09-18 13:49:44.087469+00:00
-->
3 changes: 3 additions & 0 deletions r/16.x/admin/releasenotes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

var pageToc = [
{title: "Opencast 16: Release Notes", url: "#_top", children: [
{title: "Opencast 16.5", url: "#opencast-165" },
{title: "Opencast 16.4", url: "#opencast-164" },
{title: "Opencast 16.3", url: "#opencast-163" },
{title: "Opencast 16.2", url: "#opencast-162" },
Expand Down Expand Up @@ -93,6 +94,8 @@


<h1 id="opencast-16-release-notes">Opencast 16: Release Notes</h1>
<h2 id="opencast-165">Opencast 16.5</h2>
<p>This is a maintenance release of Opencast 16. It fixes several minor bugs.</p>
<h2 id="opencast-164">Opencast 16.4</h2>
<p>This release fixes <a href="https://github.com/opencast/opencast/pull/6104">a critical bug which may cause ingests to fail</a>.
Please skip the 16.3 release and update to 16.4 directly.</p>
Expand Down
2 changes: 1 addition & 1 deletion r/16.x/admin/search/search_index.json

Large diffs are not rendered by default.

Binary file modified r/16.x/admin/sitemap.xml.gz
Binary file not shown.
24 changes: 18 additions & 6 deletions r/16.x/commit
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
commit 90dbdf9cd7862dc5d70d83084d4b48770b621aaa
Author: Greg Logan <[email protected]>
Date: Tue Sep 17 12:54:26 2024 -0600
commit c459da596d679454a804b538c11a3efbd737c987
Author: Lars Kiesow <[email protected]>
Date: Wed Sep 18 15:49:13 2024 +0200

Merge branch 'java-version-docs' of lkiesow/opencast into r/16.x
Opencast 16.5 release notes (#6173)

Pull request #6168
Opencast 16.5 release notes and changelog.

Document Java version requirements
### Your pull request should…

* [x] have a concise title
* [x] [close an accompanying
issue](https://docs.opencast.org/develop/developer/#participate/development-process/#automatically-closing-issues-when-a-pr-is-merged)
if one exists
* [x] [be against the correct
branch](https://docs.opencast.org/develop/developer/development-process#acceptance-criteria-for-patches-in-different-versions)
* [x] include migration scripts and documentation, if appropriate
* [ ] pass automated tests
* [x] have a clean commit history
* [x] [have proper commit messages (title and body) for all
commits](https://medium.com/@steveamaza/e028865e5791)
2 changes: 1 addition & 1 deletion r/16.x/developer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,5 +424,5 @@ <h1 id="opencast-development-guides">Opencast Development Guides</h1>
</html>
<!--
MkDocs version : 1.6.1
Build Date UTC : 2024-09-17 19:21:50.695295+00:00
Build Date UTC : 2024-09-18 13:49:45.626203+00:00
-->
Binary file modified r/16.x/developer/sitemap.xml.gz
Binary file not shown.

0 comments on commit d33dcb3

Please sign in to comment.