Update version to 10.2.0 release

This commit is contained in:
Joshua Boniface 2019-02-15 20:52:54 -05:00
parent 4ea76f9cdc
commit f8ba55e202
2 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
jellyfin (10.2.0~rc2) unstable; urgency=medium jellyfin (10.2.0-1) unstable; urgency=medium
* jellyfin: * jellyfin:
* PR452 Use EF Core for Activity database * PR452 Use EF Core for Activity database
@ -75,6 +75,8 @@ jellyfin (10.2.0~rc2) unstable; urgency=medium
* 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 * 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'
* jellyfin-web: * jellyfin-web:
* PR24 Add Master codeowners * PR24 Add Master codeowners
* PR34 Revert "Add Master codeowners" * PR34 Revert "Add Master codeowners"
@ -102,7 +104,7 @@ jellyfin (10.2.0~rc2) unstable; urgency=medium
* PR127 Change sharedcomponents module to core * PR127 Change sharedcomponents module to core
* PR135 Make sure fallback culture is always available * 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> Fri, 15 Feb 2019 20:51:25 -0500
jellyfin (10.1.0-1) unstable; urgency=medium jellyfin (10.1.0-1) unstable; urgency=medium

View File

@ -8,7 +8,7 @@
Name: jellyfin Name: jellyfin
Version: 10.2.0 Version: 10.2.0
Release: rc2%{?dist} Release: 1%{?dist}
Summary: The Free Software Media Browser Summary: The Free Software Media Browser
License: GPLv2 License: GPLv2
URL: https://jellyfin.media URL: https://jellyfin.media
@ -140,11 +140,10 @@ fi
%systemd_postun_with_restart jellyfin.service %systemd_postun_with_restart jellyfin.service
%changelog %changelog
* Wed Feb 13 2019 Jellyfin Packaging Team <packaging@jellyfin.org> * Fri Feb 15 2019 Jellyfin Packaging Team <packaging@jellyfin.org>
- jellyfin: - jellyfin:
- PR452 Use EF Core for Activity database - PR452 Use EF Core for Activity database
- PR535 Clean up streambuilder - PR535 Clean up streambuilder
- PR651 Release 10.1.0
- PR655 Support trying local branches in submodule - PR655 Support trying local branches in submodule
- PR656 Do some logging in MediaInfoService - PR656 Do some logging in MediaInfoService
- PR657 Remove conditions that are always true/false - PR657 Remove conditions that are always true/false
@ -216,10 +215,9 @@ fi
- 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 - 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'
- jellyfin-web: - jellyfin-web:
- PR24 Add Master codeowners
- PR34 Revert "Add Master codeowners"
- PR49 Release 10.1.0
- PR51 remove more code for sync and camera roll - PR51 remove more code for sync and camera roll
- PR56 Use English for fallback translations and clean up language files - PR56 Use English for fallback translations and clean up language files
- PR58 Css slider fixes - PR58 Css slider fixes