Skip to content

Commit

Permalink
15.14.0 deb final - round 0/
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Portnoy committed Jan 6, 2020
1 parent 425a00c commit 40682fc
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 4 deletions.
27 changes: 27 additions & 0 deletions deb/kaltura-base/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
kaltura-base (15.14.0-2) orion; urgency=medium

* Ignore loading remote and local memcache instances when PHP_SAPI is CLI (https://github.com/kaltura/server/pull/9083)
* PLAT-10518: Zoom meeting participant owner match case insensitive (https://github.com/kaltura/server/pull/9082)
* `ReachFixCategoryEntry`: Validate that category entry status was modified (https://github.com/kaltura/server/pull/9081)
* KAVA: Set default value for descending ordering (https://github.com/kaltura/server/pull/9078)
* AP drop folder config not being saved (https://github.com/kaltura/server/pull/9077)
* SUP-19947: Zoom source file missing file extensions (https://github.com/kaltura/server/pull/9074)
* PLAT-10466: handle invalid chars for partner `describeYourself` field (https://github.com/kaltura/server/pull/9073)
* KAVA: align metric headers for QOE reports (https://github.com/kaltura/server/pull/9072)
* `confMaps`: `strtolower(hostname)` (https://github.com/kaltura/server/pull/9071)
* QOE-173: Add `eventVar1` to `datasource` dimension map (https://github.com/kaltura/server/pull/9070)
* Avoid trying to log FS access when monitor client is not loaded (https://github.com/kaltura/server/pull/9068)
* `ConfMaps` table fix modify content column size (https://github.com/kaltura/server/pull/9066)
* PLAT-10267: Zoom: case insensitive user matching (https://github.com/kaltura/server/pull/9065)
* PLAT-10453: Add apiMon stats for file operations (https://github.com/kaltura/server/pull/9063)
* KAVA: Add `entry_source` in order to identify interactive video entries (https://github.com/kaltura/server/pull/9061)
* REACH: updating credits (https://github.com/kaltura/server/pull/9060)
* PSVAMB-9373: `KalturaExportToCsvOptions()` additional documentation (https://github.com/kaltura/server/pull/9059)
* Enable range searches for entry::votes property (https://github.com/kaltura/server/pull/9058)
* PSVAMB-9513: Support expanding specific nodes in the AP feed (https://github.com/kaltura/server/pull/9056)
* Load batch service configuration from server/disc according to config (https://github.com/kaltura/server/pull/9053)
* Add recently played entries report (https://github.com/kaltura/server/pull/8994)
* Add partner ID check for storage profile retrieval by ID (https://github.com/kaltura/server/pull/8021)

-- Jess Portnoy <jess@b0f924504114> Mon, 06 Jan 2020 11:42:45 +0000

kaltura-base (15.14.0-1) orion; urgency=medium

* Switching to 15.14.0
Expand Down
2 changes: 1 addition & 1 deletion deb/kaltura-elasticsearch/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ "$1" = "configure" ]; then
set +e
echo "Waiting for the ElasticSearch daemon to start..."
ATTEMPT=0
while ! curl -f "http://$ES_HOST:$ES_PORT/_cluster/health?wait_for_status=green&timeout=10s" >> /dev/null 2>&1;do
while ! curl -f "http://$ES_HOST:$ES_PORT/_cluster/health?wait_for_status=yellow&timeout=10s" >> /dev/null 2>&1;do
sleep 5
if [ $ATTEMPT -eq 22 ];then
echo "We've waited a minute and the ES daemon is still unreachable, we're giving up:("
Expand Down
17 changes: 17 additions & 0 deletions deb/kaltura-html5lib/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
kaltura-html5lib (2.80-1) orion; urgency=medium

* SUP-20146 - [IVQ] Accessibility change aria label to label by open question
* SUP-20415 - KMS eCDN Playlist Forms Wrong URL.
* PLAT-9400 - KalturaAPIException spam in kaltura_api_v3.log
* FEC-9490 - Chromecast button does not show sometimes
* FEC-9507 - No audio on live stream using Microsoft Edge
* SUP-19930 - Closed Caption text are shown twice
* SUP-20040 - Links in "search in video" makes the progress bar hang in one point
* FEC-9441 - [Player_V2][Thumbnail][iPad] - When tapping on play icon video is not playing
* fix(FEV-401): Chapters are overlapping Vertical Volume Control (#4098)
* fix(FEV-437): Unable to select from the menu when dualScreen is on (#4102)
* fix(FEV-396): Disable the skip button when the question is saved on an (Open Q) (#4084)


-- Jess Portnoy <jess@b0f924504114> Mon, 06 Jan 2020 11:54:10 +0000

kaltura-html5lib (2.79.3-1) orion; urgency=medium

* SUP-20040 - Links in "search in video" makes the progress bar stuck in one point
Expand Down
7 changes: 7 additions & 0 deletions deb/kaltura-html5lib3/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
kaltura-html5lib3 (0.50.1-1) orion; urgency=medium

* FEC-9471, FEC-8436, FEC-8443: slider progress bar exceeds 100% (#287) (a617eae)
* FEC-9175: cast content coming from external sources (#288) (43a46b2)

-- Jess Portnoy <jess@b0f924504114> Mon, 06 Jan 2020 12:09:12 +0000

kaltura-html5lib3 (0.49.0-1) orion; urgency=medium

* config keySystem isn't boolean (#283) (4280dc5)
Expand Down
2 changes: 1 addition & 1 deletion deb/kaltura-kmcng/debian/br.i386
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1
2
6 changes: 6 additions & 0 deletions deb/kaltura-kmcng/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kaltura-kmcng (5.19-3+really5.17-1) orion; urgency=medium

* Downgrade KMCng ver on account of analytics

-- Jess Portnoy <jess@b0f924504114> Mon, 06 Jan 2020 12:04:25 +0000

kaltura-kmcng (5.19-2) orion; urgency=medium

* SUP-20171: prevent KMC error when loading flavors without flavorParams ID
Expand Down
2 changes: 1 addition & 1 deletion deb/kaltura-kmcng/debian/files
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kaltura-kmcng_5.19-2_all.deb net extra
kaltura-kmcng_5.19-3+really5.17-1+b1_all.deb net extra
2 changes: 1 addition & 1 deletion deb/kaltura-postinst/debian/br.amd64
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
13

0 comments on commit 40682fc

Please sign in to comment.