diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-02-16 12:13:38 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-02-16 12:13:38 -0500 |
| commit | a15098dc0007c54ac30cf851043c9102b9c82104 (patch) | |
| tree | 14f8a6492109d97a71620620d312668684dcda3b | |
| parent | 86a4d15a32e70add34d9639d3cb6c2ce600456ef (diff) | |
Bump release version for last-minute PRsv10.2.0
| -rw-r--r-- | deployment/debian-package-x64/pkg-src/changelog | 7 | ||||
| -rw-r--r-- | deployment/fedora-package-x64/pkg-src/jellyfin.spec | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/deployment/debian-package-x64/pkg-src/changelog b/deployment/debian-package-x64/pkg-src/changelog index e3cbcc849..869dc4a5e 100644 --- a/deployment/debian-package-x64/pkg-src/changelog +++ b/deployment/debian-package-x64/pkg-src/changelog @@ -1,9 +1,8 @@ -jellyfin (10.2.0-1) unstable; urgency=medium +jellyfin (10.2.0-2) unstable; urgency=medium * jellyfin: * PR452 Use EF Core for Activity database * PR535 Clean up streambuilder - * PR651 Release 10.1.0 * PR655 Support trying local branches in submodule * PR656 Do some logging in MediaInfoService * PR657 Remove conditions that are always true/false @@ -76,7 +75,11 @@ jellyfin (10.2.0-1) unstable; urgency=medium * PR872: Fix potential NullReferenceException * PR890: Drop ETag and use Last-Modified header * PR892: Add jellyfin-ffmpeg and versioning to package deps + * PR899: DLNA: Fix race condition leading to missing device names * PR901: Properly dispose HttpWebResponse when the request failed to avoid 'too many open files' + * PR909: Fix docker arm builds + * PR910: Enhance Dockerfiles + * PR911: Checkout submodules in Docker Hub hook * jellyfin-web: * PR51 remove more code for sync and camera roll * PR56 Use English for fallback translations and clean up language files diff --git a/deployment/fedora-package-x64/pkg-src/jellyfin.spec b/deployment/fedora-package-x64/pkg-src/jellyfin.spec index a017fcd8e..75821cb17 100644 --- a/deployment/fedora-package-x64/pkg-src/jellyfin.spec +++ b/deployment/fedora-package-x64/pkg-src/jellyfin.spec @@ -8,7 +8,7 @@ Name: jellyfin Version: 10.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Free Software Media Browser License: GPLv2 URL: https://jellyfin.media @@ -214,9 +214,13 @@ fi - PR868 Fix audio streaming via BaseProgressiveStreamingService - PR869 Remove DLL support and require all packages/plugins to be zip archives - PR872 Fix potential NullReferenceException +- PR899: DLNA: Fix race condition leading to missing device names - PR890 Drop ETag and use Last-Modified header - PR892: Add jellyfin-ffmpeg and versioning to package deps - PR901: Properly dispose HttpWebResponse when the request failed to avoid 'too many open files' +- PR909: Fix docker arm builds +- PR910: Enhance Dockerfiles +- PR911: Checkout submodules in Docker Hub hook - jellyfin-web: - PR51 remove more code for sync and camera roll - PR56 Use English for fallback translations and clean up language files |
