Correct changelogs for updated 10.2.0~rc2

pull/892/head
Joshua Boniface 6 years ago
parent c720504e39
commit 7ec42b89a0

@ -74,6 +74,7 @@ jellyfin (10.2.0~rc2) unstable; urgency=medium
* PR868: Fix audio streaming via BaseProgressiveStreamingService * PR868: Fix audio streaming via BaseProgressiveStreamingService
* PR869: Remove DLL support and require all packages/plugins to be zip archives * PR869: Remove DLL support and require all packages/plugins to be zip archives
* PR872: Fix potential NullReferenceException * PR872: Fix potential NullReferenceException
* PR890: Drop ETag and use Last-Modified header
* jellyfin-web: * jellyfin-web:
* PR24 Add Master codeowners * PR24 Add Master codeowners
* PR34 Revert "Add Master codeowners" * PR34 Revert "Add Master codeowners"
@ -99,6 +100,7 @@ jellyfin (10.2.0~rc2) unstable; urgency=medium
* PR119 Make the toggle track visible on all themes * PR119 Make the toggle track visible on all themes
* PR121 Fix syntax error in site.js * PR121 Fix syntax error in site.js
* PR127 Change sharedcomponents module to core * PR127 Change sharedcomponents module to core
* PR135 Make sure fallback culture is always available
-- Jellyfin Packaging Team <packaging@jellyfin.org> Sun, 13 Feb 2019 01:03:20 -0500 -- Jellyfin Packaging Team <packaging@jellyfin.org> Sun, 13 Feb 2019 01:03:20 -0500

@ -211,10 +211,11 @@ fi
- PR842 Use VAAPI-enabled ffmpeg - PR842 Use VAAPI-enabled ffmpeg
- PR852 Use SQLitePCL.pretty.netstandard on NuGet - PR852 Use SQLitePCL.pretty.netstandard on NuGet
- PR853 Fix poor handling of cache directories - PR853 Fix poor handling of cache directories
- PR864: Add support for ZIP plugin archives - PR864 Add support for ZIP plugin archives
- PR868: Fix audio streaming via BaseProgressiveStreamingService - PR868 Fix audio streaming via BaseProgressiveStreamingService
- PR869: Remove DLL support and require all packages/plugins to be zip archives - PR869 Remove DLL support and require all packages/plugins to be zip archives
- PR872: Fix potential NullReferenceException - PR872 Fix potential NullReferenceException
- PR890 Drop ETag and use Last-Modified header
- jellyfin-web: - jellyfin-web:
- PR24 Add Master codeowners - PR24 Add Master codeowners
- PR34 Revert "Add Master codeowners" - PR34 Revert "Add Master codeowners"
@ -240,6 +241,7 @@ fi
- PR119 Make the toggle track visible on all themes - PR119 Make the toggle track visible on all themes
- PR121 Fix syntax error in site.js - PR121 Fix syntax error in site.js
- PR127 Change sharedcomponents module to core - PR127 Change sharedcomponents module to core
- PR135 Make sure fallback culture is always available
* Sun Jan 20 2019 Jellyfin Packaging Team <packaging@jellyfin.org> * Sun Jan 20 2019 Jellyfin Packaging Team <packaging@jellyfin.org>
- jellyfin: - jellyfin:
- PR335 Build scripts and build system consolidation. - PR335 Build scripts and build system consolidation.

Loading…
Cancel
Save