From b44a69ba42ba3dfe7617f32f6211c70b244902ea Mon Sep 17 00:00:00 2001 From: Jess Portnoy Date: Mon, 10 Aug 2020 13:06:56 +0000 Subject: [PATCH] 16.8.0 deb final - round 0 --- RPM/SPECS/kaltura-html5lib3.spec | 2 +- deb/kaltura-base/debian/changelog | 42 ++++++++++++++++++++++++++ deb/kaltura-batch/debian/changelog | 6 ++++ deb/kaltura-ffmpeg/debian/br.amd64 | 2 +- deb/kaltura-ffmpeg/debian/changelog | 6 ++++ deb/kaltura-ffmpeg/debian/control | 6 ++-- deb/kaltura-front/debian/changelog | 6 ++++ deb/kaltura-html5lib/debian/changelog | 6 ++++ deb/kaltura-html5lib3/debian/changelog | 12 ++++++++ deb/kaltura-nginx/debian/br.amd64 | 2 +- deb/kaltura-nginx/debian/changelog | 7 +++++ 11 files changed, 91 insertions(+), 6 deletions(-) diff --git a/RPM/SPECS/kaltura-html5lib3.spec b/RPM/SPECS/kaltura-html5lib3.spec index 209bb5aea..90219e792 100644 --- a/RPM/SPECS/kaltura-html5lib3.spec +++ b/RPM/SPECS/kaltura-html5lib3.spec @@ -50,7 +50,7 @@ rm -rf %{buildroot} %changelog * Sun Aug 9 2020 jess.portnoy@kaltura.com - 0.56.0-1 -- New RAPT plugin (0.4.0) +- New RAPT plugin (0.4.2) - Downgrade shaka from 3.0.x (#346) (f126796) - Old browser(IE11) get mehtod in proxy doesn't work (#345) (4d3f69c) - FEC-10356: 4K DASH HEVC + LIVE doesn't play correctly on LG (#342) (111cdac) diff --git a/deb/kaltura-base/debian/changelog b/deb/kaltura-base/debian/changelog index f57dc5cef..9c1b6c569 100644 --- a/deb/kaltura-base/debian/changelog +++ b/deb/kaltura-base/debian/changelog @@ -1,3 +1,45 @@ +kaltura-base (16.8.0-2) propus; urgency=medium + + * PLAT-10924: Stream a specific video conference source (https://github.com/kaltura/server/pull/9663) + * PLAT-10924: Support sip dual stream (https://github.com/kaltura/server/pull/9661) + * PLAT-10924: VCI modifications (https://github.com/kaltura/server/pull/9652) + * AN-1448: Add filtered users to CSV report (https://github.com/kaltura/server/pull/9651) + * FEC-10291: Migrate Analytics Plugins Injection from Kaltura Player to Server (https://github.com/kaltura/server/pull/9650) + * PLAT-11073: Thumbnail resize - handle cases where height or width is 0 (https://github.com/kaltura/server/pull/9649) + * PLAT-10731: Configurable live `segmentDuration` and `dvrWindowSize` (https://github.com/kaltura/server/pull/9647) + * PLAT-11090: adjusted chunk timeout (https://github.com/kaltura/server/pull/9645) + * Do not round `fromDate/toDate` (in order to get the same results both from KMC and API) (https://github.com/kaltura/server/pull/9644) + * PLAT-11089: FFmpeg 4.2.2 regression - metadata mapping (https://github.com/kaltura/server/pull/9643) + * PLAT-11043: Allow updating `KalturaPartner.additionalParams` (https://github.com/kaltura/server/pull/9642) + * LIV-197: Dynamically change live limits (https://github.com/kaltura/server/pull/9641) + * Support loading sphinx config using `kConf` (https://github.com/kaltura/server/pull/9640) + * Support redirecting all `embedIframeJs` action via redirect host and overriding dc list values (https://github.com/kaltura/server/pull/9638) + * PLAT-11085: Fix `Youtube` CSV distribution failure when `thumbAssetId` is empty (https://github.com/kaltura/server/pull/9637) + * `KalturaDeliveryProfileCondition`: set `type` to `ConditionType::DELIVERY_PROFILE` in the constructor (https://github.com/kaltura/server/pull/9635) + * PSVAMB-14576: Drop folder enhancements (https://github.com/kaltura/server/pull/9634) + * REACH2-911: `KAsyncReachJobCleaner.php` - clean pending and processing stuck jobs (https://github.com/kaltura/server/pull/9631) + * AN-1345: Add unique viewers metric (https://github.com/kaltura/server/pull/9630) + * Support overriding file group in a `kAsyncImport` job (https://github.com/kaltura/server/pull/9629) + * AN-1345: Add unique viewers metric (https://github.com/kaltura/server/pull/9628) + * AN-1449: add `customVars` to `playmanifest` beacon (https://github.com/kaltura/server/pull/9627) + * SUP-21926: Ignore entries with `display_in_search=-1` in elastic free text search (https://github.com/kaltura/server/pull/9626) + * PLAT-10924: Expose SIP source type to client (https://github.com/kaltura/server/pull/9625) + * PLAT-10924: Expose SIP source type to client (https://github.com/kaltura/server/pull/9624) + * SUP-21354: `BulkUploadUserEngineCsv` - log unknown encoding errors (https://github.com/kaltura/server/pull/9623) + * LIV-167: Enable streaming both primary + backup on the same cluster (2 RTMP pods, 2 packagers) (https://github.com/kaltura/server/pull/9622) + * Export to remote storage by parsing entry list from file (https://github.com/kaltura/server/pull/9619) + * PLAT-11013: `quiz->serve()` - fix invalid PDF (https://github.com/kaltura/server/pull/9611) + * PLAT-10876: New KMS user reset password link (https://github.com/kaltura/server/pull/9606) + * PLAT-11037: Support using different batch versions when jobs are added|pulled (https://github.com/kaltura/server/pull/9565) + + -- Jess Portnoy Mon, 10 Aug 2020 09:24:25 +0000 + +kaltura-base (16.8.0-1) propus; urgency=medium + + * Switching to 16.8.0 + + -- Jess Portnoy Mon, 10 Aug 2020 09:24:17 +0000 + kaltura-base (16.7.0-2) propus; urgency=medium * PSVAMB-13444: KAVA DB name can be different than "kava" (https://github.com/kaltura/server/pull/9612) diff --git a/deb/kaltura-batch/debian/changelog b/deb/kaltura-batch/debian/changelog index 5db48f80e..1467fc3bc 100644 --- a/deb/kaltura-batch/debian/changelog +++ b/deb/kaltura-batch/debian/changelog @@ -1,3 +1,9 @@ +kaltura-batch (16.8.0-1) propus; urgency=medium + + * Switching to 16.8.0 + + -- Jess Portnoy Mon, 10 Aug 2020 09:24:17 +0000 + kaltura-batch (16.7.0-1) propus; urgency=medium * Switching to 16.7.0 diff --git a/deb/kaltura-ffmpeg/debian/br.amd64 b/deb/kaltura-ffmpeg/debian/br.amd64 index 0cfbf0888..d00491fd7 100644 --- a/deb/kaltura-ffmpeg/debian/br.amd64 +++ b/deb/kaltura-ffmpeg/debian/br.amd64 @@ -1 +1 @@ -2 +1 diff --git a/deb/kaltura-ffmpeg/debian/changelog b/deb/kaltura-ffmpeg/debian/changelog index 877063cc9..b88d26da4 100644 --- a/deb/kaltura-ffmpeg/debian/changelog +++ b/deb/kaltura-ffmpeg/debian/changelog @@ -1,3 +1,9 @@ +kaltura-ffmpeg (4.2.2-1) propus; urgency=medium + + * New upstream version + + -- Jess Portnoy Mon, 10 Aug 2020 09:41:45 +0000 + kaltura-ffmpeg (4.0.2-3) naos; urgency=medium * Added explicit declaration of additional deps. diff --git a/deb/kaltura-ffmpeg/debian/control b/deb/kaltura-ffmpeg/debian/control index 6089b1987..4be1587ea 100644 --- a/deb/kaltura-ffmpeg/debian/control +++ b/deb/kaltura-ffmpeg/debian/control @@ -70,9 +70,9 @@ Depends: libopenjpeg2|libopenjpeg5|libopenjp2-7, libspeex1, libtheora0, - libva2, - libva-drm2, - libva-x11-2, + libva1|libva2, + libva-drm1|libva-drm2, + libva-x11-1|libva-x11-2, libvpx1|libvpx3|libvpx5|libvpx6, libxvidcore4, libvorbis0a, diff --git a/deb/kaltura-front/debian/changelog b/deb/kaltura-front/debian/changelog index fd3871ce4..e5f2ecefe 100644 --- a/deb/kaltura-front/debian/changelog +++ b/deb/kaltura-front/debian/changelog @@ -1,3 +1,9 @@ +kaltura-front (16.8.0-1) propus; urgency=medium + + * Switching to 16.8.0 + + -- Jess Portnoy Mon, 10 Aug 2020 09:24:17 +0000 + kaltura-front (16.7.0-1) propus; urgency=medium * Switching to 16.7.0 diff --git a/deb/kaltura-html5lib/debian/changelog b/deb/kaltura-html5lib/debian/changelog index ab101b868..a49832757 100644 --- a/deb/kaltura-html5lib/debian/changelog +++ b/deb/kaltura-html5lib/debian/changelog @@ -1,3 +1,9 @@ +kaltura-html5lib (2.83.2-1) propus; urgency=medium + + * PSVAMB-14660 - no Slide Sync during Webcasting Event + + -- Jess Portnoy Mon, 10 Aug 2020 11:33:45 +0000 + kaltura-html5lib (2.83-1) propus; urgency=medium * SUP-9435 - lower case letters in Chapters diff --git a/deb/kaltura-html5lib3/debian/changelog b/deb/kaltura-html5lib3/debian/changelog index ee63e0467..bba11fff0 100644 --- a/deb/kaltura-html5lib3/debian/changelog +++ b/deb/kaltura-html5lib3/debian/changelog @@ -1,3 +1,15 @@ +kaltura-html5lib3 (0.56.0-1) propus; urgency=medium + + * New RAPT plugin (0.4.2) + * Downgrade shaka from 3.0.x (#346) (f126796) + * Old browser(IE11) get mehtod in proxy doesn't work (#345) (4d3f69c) + * FEC-10356: 4K DASH HEVC + LIVE doesn't play correctly on LG (#342) (111cdac) + * FEC-10057: move the plugin manager to kaltura player (#332) (66b2f3d) + * FEC-10290: upgrade NPM packages (#335) (07fa73b) + * FEC-10291: migrate analytics plugins injection from kaltura player to server (#337) (1caf168) + + -- Jess Portnoy Mon, 10 Aug 2020 11:43:04 +0000 + kaltura-html5lib3 (0.54.0-1) propus; urgency=medium * FEC-10053: Subtitle issue for Player with TTML in MP4 container (#316) (c053ac2) diff --git a/deb/kaltura-nginx/debian/br.amd64 b/deb/kaltura-nginx/debian/br.amd64 index 00750edc0..b8626c4cf 100644 --- a/deb/kaltura-nginx/debian/br.amd64 +++ b/deb/kaltura-nginx/debian/br.amd64 @@ -1 +1 @@ -3 +4 diff --git a/deb/kaltura-nginx/debian/changelog b/deb/kaltura-nginx/debian/changelog index b916a1d9d..2064854e9 100644 --- a/deb/kaltura-nginx/debian/changelog +++ b/deb/kaltura-nginx/debian/changelog @@ -1,3 +1,10 @@ +kaltura-nginx (1.19.1-1) propus; urgency=medium + + * New mainline ver - 1.19.1 + * New FFmpeg ver - 4.2.2 + + -- Jess Portnoy Mon, 10 Aug 2020 11:19:24 +0000 + kaltura-nginx (1.17.10-1) propus; urgency=medium * New mainline Nginx - 1.17.10