aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2019-02-13 17:45:17 -0500
committerJoshua Boniface <joshua@boniface.me>2019-02-13 17:45:17 -0500
commit7ec42b89a024011f7d183fb2566eb389f924a4f0 (patch)
tree1f101dbf619ffe7f197730345c002ff3670284af
parentc720504e39bae53c624f81b5df690e0088457789 (diff)
Correct changelogs for updated 10.2.0~rc2
-rw-r--r--deployment/debian-package-x64/pkg-src/changelog2
-rw-r--r--deployment/fedora-package-x64/pkg-src/jellyfin.spec10
2 files changed, 8 insertions, 4 deletions
diff --git a/deployment/debian-package-x64/pkg-src/changelog b/deployment/debian-package-x64/pkg-src/changelog
index 3db3f4953..a4b55a4ec 100644
--- a/deployment/debian-package-x64/pkg-src/changelog
+++ b/deployment/debian-package-x64/pkg-src/changelog
@@ -74,6 +74,7 @@ jellyfin (10.2.0~rc2) unstable; urgency=medium
* PR868: Fix audio streaming via BaseProgressiveStreamingService
* PR869: Remove DLL support and require all packages/plugins to be zip archives
* PR872: Fix potential NullReferenceException
+ * PR890: Drop ETag and use Last-Modified header
* jellyfin-web:
* PR24 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
* PR121 Fix syntax error in site.js
* 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
diff --git a/deployment/fedora-package-x64/pkg-src/jellyfin.spec b/deployment/fedora-package-x64/pkg-src/jellyfin.spec
index 4565c5111..03fc0b6ff 100644
--- a/deployment/fedora-package-x64/pkg-src/jellyfin.spec
+++ b/deployment/fedora-package-x64/pkg-src/jellyfin.spec
@@ -211,10 +211,11 @@ fi
- PR842 Use VAAPI-enabled ffmpeg
- PR852 Use SQLitePCL.pretty.netstandard on NuGet
- PR853 Fix poor handling of cache directories
-- PR864: Add support for ZIP plugin archives
-- PR868: Fix audio streaming via BaseProgressiveStreamingService
-- PR869: Remove DLL support and require all packages/plugins to be zip archives
-- PR872: Fix potential NullReferenceException
+- PR864 Add support for ZIP plugin archives
+- PR868 Fix audio streaming via BaseProgressiveStreamingService
+- PR869 Remove DLL support and require all packages/plugins to be zip archives
+- PR872 Fix potential NullReferenceException
+- PR890 Drop ETag and use Last-Modified header
- jellyfin-web:
- PR24 Add Master codeowners
- PR34 Revert "Add Master codeowners"
@@ -240,6 +241,7 @@ fi
- PR119 Make the toggle track visible on all themes
- PR121 Fix syntax error in site.js
- PR127 Change sharedcomponents module to core
+- PR135 Make sure fallback culture is always available
* Sun Jan 20 2019 Jellyfin Packaging Team <packaging@jellyfin.org>
- jellyfin:
- PR335 Build scripts and build system consolidation.