Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/r/15.x' into r/16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnei committed Jul 16, 2024
2 parents acb4ee8 + ec25e63 commit 048105e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
31 changes: 31 additions & 0 deletions docs/guides/admin/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,37 @@ Opencast 16
Opencast 15
-----------

### Opencast 15.7

- [[#6022](https://github.com/opencast/opencast/pull/6022)] -
Update admin interface to 2024-07-12
- [[#6021](https://github.com/opencast/opencast/pull/6021)] -
Update Editor to 2024-07-12
- [[#6004](https://github.com/opencast/opencast/pull/6004)] -
First steps towards java 21
- [[#6003](https://github.com/opencast/opencast/pull/6003)] -
Update maven and maven wrapper
- [[#5996](https://github.com/opencast/opencast/pull/5996)] -
State mapping for fast workflow
- [[#5994](https://github.com/opencast/opencast/pull/5994)] -
Fix sporadic port binding errors in tests
- [[#5970](https://github.com/opencast/opencast/pull/5970)] -
Display state mappings in the status column again
- [[#5956](https://github.com/opencast/opencast/pull/5956)] -
Fix publication icon paths for new admin ui
- [[#5950](https://github.com/opencast/opencast/pull/5950)] -
Fix incorrect language parameter for Whisper
- [[#5938](https://github.com/opencast/opencast/pull/5938)] -
Update documentation for enabling LMS user providers
- [[#5933](https://github.com/opencast/opencast/pull/5933)] -
Update Studio to 2024-06-12
- [[#5932](https://github.com/opencast/opencast/pull/5932)] -
Fix link in editor config file
- [[#5931](https://github.com/opencast/opencast/pull/5931)] -
Add note about editor releases to release notes
- [[#5864](https://github.com/opencast/opencast/pull/5864)] -
Update HTTPS migration guide to be more general & use standard SQL

### Opencast 15.6

- [[#5922](https://github.com/opencast/opencast/pull/5922)] -
Expand Down
4 changes: 2 additions & 2 deletions modules/admin-ui-interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<properties>
<opencast.basedir>${project.basedir}/../..</opencast.basedir>
<checkstyle.skip>false</checkstyle.skip>
<interface.url>https://github.com/opencast/opencast-admin-interface/releases/download/2024-07-02/oc-admin-ui-2024-07-02.tar.gz</interface.url>
<interface.sha256>bc747fa8f17dcca4b9cc7250f1a6212c89ede32d21f3f120287a29cf8c4a2cf0</interface.sha256>
<interface.url>https://github.com/opencast/opencast-admin-interface/releases/download/2024-07-12/oc-admin-ui-2024-07-12.tar.gz</interface.url>
<interface.sha256>61b3baae0a13c32c6afc26b9ddeae266ca9de15e0e2c2e6e9914089ecfa1b2b2</interface.sha256>
</properties>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions modules/editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<properties>
<opencast.basedir>${project.basedir}/../..</opencast.basedir>
<checkstyle.skip>false</checkstyle.skip>
<editor.url>https://github.com/opencast/opencast-editor/releases/download/2024-06-11/oc-editor-2024-06-11.tar.gz</editor.url>
<editor.sha256>8434f39180c220ff5175dfd26a66ce651a1f4f299df4df283649308479d38ad7</editor.sha256>
<editor.url>https://github.com/opencast/opencast-editor/releases/download/2024-07-12/oc-editor-2024-07-12.tar.gz</editor.url>
<editor.sha256>ebc049c6ecc27b1f9acf067fe8fc962b0e5aa5bb5c40215d3803d46e3f2ca101</editor.sha256>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 048105e

Please sign in to comment.