Skip to content

Commit

Permalink
Up version to 1.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Apr 23, 2023
1 parent 3668af1 commit 086fd6a
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeModules/VersionConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ endif()

set(VERSION_MAJOR 1)
set(VERSION_MINOR 9)
set(VERSION_NANO 0)
set(VERSION_NANO 1)

option(UPGRADE_DEBUG "" OFF)

set(VERSION_STRING "1.9.0")
set(VERSION_STRING_SHORT "1.9.0")
set(CANONICAL_VERSION_STRING "1.9.0")
set(VERSION_STRING "1.9.1")
set(VERSION_STRING_SHORT "1.9.1")
set(CANONICAL_VERSION_STRING "1.9.1")

configure_file(src/core/Version.cpp.in src/core/Version.cpp)
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
jellyfin-media-player (1.9.1-1) unstable; urgency=medium

* Update web client to 10.8.10 to patch stored XSS issue.
* Skip searching for SSL bundles on Linux. (#301)
* Disallow flac from video transcoding. (#423)
* Allow disabling dovi transcode rule.
* Fix missing port in translation. (#288)
* Censor token from new stored creds block.

-- Ian Walton <[email protected]> Sun, 23 Apr 2023 13:12:09 -0400

jellyfin-media-player (1.9.0-1) unstable; urgency=medium

* Add aspect ratio controls to player. (#388)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@
<category>TV</category>
</categories>
<releases>
<release version="1.9.1" date="2023-04-23">
<p>Changes:</p>
<ul>
<li>Update web client to 10.8.10 to patch stored XSS issue.</li>
<li>Skip searching for SSL bundles on Linux. (#301)</li>
<li>Disallow flac from video transcoding. (#423)</li>
<li>Allow disabling dovi transcode rule.</li>
<li>Fix missing port in translation. (#288)</li>
<li>Censor token from new stored creds block.</li>
</ul>
</release>
<release version="1.9.0" date="2023-03-12">
<p>Changes:</p>
<ul>
Expand Down

0 comments on commit 086fd6a

Please sign in to comment.