Skip to content

Commit

Permalink
12.17.0 final - deb.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Portnoy committed Jun 5, 2017
1 parent 6249019 commit c8e127d
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 2 deletions.
51 changes: 51 additions & 0 deletions deb/kaltura-base/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
kaltura-base (12.17.0-2) lynx; urgency=low

* PLAT-7487: keepOriginalFile flag should be passed when ingesting per flavor asset as well (https://github.com/kaltura/server/pull/5631)
* handle use case where header value contains the ":" character (https://github.com/kaltura/server/pull/5630)
* remove notification from template name (delete) (https://github.com/kaltura/server/pull/5625)
* PLAT-7333 disable cache for service (https://github.com/kaltura/server/pull/5622)
* qnd: When creating poll ids need to disable cache (https://github.com/kaltura/server/pull/5621)
* PLAT-7288 support keep https (https://github.com/kaltura/server/pull/5620)
* PS-3058: syndication feed - add capabilities (https://github.com/kaltura/server/pull/5619)
* do not update metadata when deleting entry (https://github.com/kaltura/server/pull/5618)
* PLAT-7436: check directory existance (https://github.com/kaltura/server/pull/5617)
* PS-3067+8 (https://github.com/kaltura/server/pull/5616)
* Lynx 12.15.0 plat 7333 (https://github.com/kaltura/server/pull/5614)
* SUP-11188: Validate permission only if property is being changed (https://github.com/kaltura/server/pull/5613)
* add check for not null, change button placement (https://github.com/kaltura/server/pull/5612)
* PLAT-7343 - update opera xslt (https://github.com/kaltura/server/pull/5611)
* In case of conflict validation , add SchedulerEventId to ignore (https://github.com/kaltura/server/pull/5608)
* Avoid php notice if the remove address does not exist (https://github.com/kaltura/server/pull/5607)
* conversion prof xslt - use congigured shared folder path (https://github.com/kaltura/server/pull/5606)
* get intval of partner_id and from/to dates params to prevent sql injection (https://github.com/kaltura/server/pull/5604)
* view history - check profile existance (https://github.com/kaltura/server/pull/5603)
* update release notes (https://github.com/kaltura/server/pull/5599)
* PLAT-7460 - reindex schedule event when deleting schedule_event_resource (https://github.com/kaltura/server/pull/5598)
* Improved evaluateConcurrency func (https://github.com/kaltura/server/pull/5595)
* Update PollService.php (https://github.com/kaltura/server/pull/5594)
* Update PollService.php (https://github.com/kaltura/server/pull/5592)
* Update PollService.php (https://github.com/kaltura/server/pull/5591)
* Added helper PendingChunksCount function (https://github.com/kaltura/server/pull/5590)
* Update PollService.php (https://github.com/kaltura/server/pull/5589)
* PLAT-7343 - fixed syndication feed roku and opera xslt to hold CDATA (https://github.com/kaltura/server/pull/5588)
* allow player do userEntry->update (https://github.com/kaltura/server/pull/5586)
* PLAT-3761: Support deploying system profile used by Kaltura webcast application (https://github.com/kaltura/server/pull/5584)
* Lynx 12.16.0 ps 3045 (https://github.com/kaltura/server/pull/5583)
* PLAT-7384: Enforce ACL limitFlavors action on live streams as well (https://github.com/kaltura/server/pull/5582)
* As of PHP 5.4.0, removed call-time pass-by-refer (https://github.com/kaltura/server/pull/5581)
* move the copy template MD to MD object (https://github.com/kaltura/server/pull/5579)
* Lynx 12.16.0 plat 7429 mr validate filter (https://github.com/kaltura/server/pull/5578)
* Updated version (https://github.com/kaltura/server/pull/5577)
* PLAT-7445: minor fix (https://github.com/kaltura/server/pull/5575)
* Lynx 12.15.0 plat 7333 (https://github.com/kaltura/server/pull/5574)
* Sort by user entry order (https://github.com/kaltura/server/pull/5573)
* PLAT-7407: cross kaltura connector doesn't distribute ThumbCuePoints correctly (https://github.com/kaltura/server/pull/5566)

-- Jess Portnoy <jess.portnoy@kaltura.org> Mon, 05 Jun 2017 10:46:47 +0000

kaltura-base (12.17.0-1) lynx; urgency=low

* Switching to 12.17.0

-- Jess Portnoy <jess.portnoy@kaltura.org> Mon, 22 May 2017 11:19:53 +0000

kaltura-base (12.16.0-2) lynx; urgency=low

* Update ScheduledTaskPlugin.php (https://github.com/kaltura/server/pull/5565)
Expand Down
2 changes: 0 additions & 2 deletions deb/kaltura-base/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ binary-indep: install
cp debian/batch.ini.template $(tree)/configurations/batch/batch.ini.template
cp debian/kaltura-base.sh etc/profile.d/
cp debian/KDLOperatorFfmpeg1_1_1.php $(tree)/infra/cdl/kdl/KDLOperatorFfmpeg1_1_1.php
cp debian/KChunkedEncodeSessionManager.php $(tree)/infra/chunkedEncode/KChunkedEncodeSessionManager.php
cp debian/KConversionEngineFfmpeg.class.php $(tree)/batch/batches/Convert/Engines/KConversionEngineFfmpeg.class.php
sed -i "s@^\(params.ImageMagickCmd\)\s*=.*@\1=convert@" $(tree)/configurations/batch/batch.ini.template
sed -i "s@^\(params.mediaInfoCmd\)\s*=.*@\1=mediainfo@" $(tree)/configurations/batch/batch.ini.template
sed -i "s@^\(params.mencderCmd\)\s*=.*@\1=mencoder@" $(tree)/configurations/batch/batch.ini.template
Expand Down
6 changes: 6 additions & 0 deletions deb/kaltura-batch/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kaltura-batch (12.17.0-1) lynx; urgency=low

* Switching to 12.17.0

-- Jess Portnoy <jess.portnoy@kaltura.org> Mon, 22 May 2017 11:19:53 +0000

kaltura-batch (12.16.0-1) lynx; urgency=low

* Switching to 12.16.0
Expand Down
6 changes: 6 additions & 0 deletions deb/kaltura-front/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kaltura-front (12.17.0-1) lynx; urgency=low

* Switching to 12.17.0

-- Jess Portnoy <jess.portnoy@kaltura.org> Mon, 22 May 2017 11:19:53 +0000

kaltura-front (12.16.0-1) lynx; urgency=low

* Switching to 12.16.0
Expand Down
18 changes: 18 additions & 0 deletions deb/kaltura-html5lib/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
kaltura-html5lib (2.57-1) lynx; urgency=low

* FEC-6675 - Autoplay and Live entry do not show the video
* FEC-6663 - reported events entry playing with dfp overlay are incorrect
* FEC-6667 - resume event reported after adJoin
* FEC-6669 - skip ad is not reported
* FEC-6670 - Kaltura bumper is reported as midrol
* FEC-6665 - no adPause or adResume when pausing and resuming ad playback
* SUP-10705 - Chromecast on Android device - auto play option
* SUP-11057 - Kaltura.forceLayoutRedraw=true causes player not to load when toggling
* SUP-11090 - Infinite load wheel when CMW widget is reloaded with live content that is not broadcasting
* FEC-6646 - Full screen button doesn't appear in mobile web skin
* TAG-3090
* Refactored youbora plugin (using Youbora's SDK)
* Youbora fix - add seeked report (#3408)

-- Jess Portnoy <jess.portnoy@kaltura.org> Thu, 01 Jun 2017 16:13:32 +0000

kaltura-html5lib (2.56-1) lynx; urgency=low

* SUP-10592 - Quiz automatically replays after submitting
Expand Down
6 changes: 6 additions & 0 deletions deb/kaltura-kmc/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kaltura-kmc (5.42.0-2) lynx; urgency=low

* Ver bounce of HTML5 to v2.57

-- Jess Portnoy <jess.portnoy@kaltura.org> Thu, 01 Jun 2017 16:23:12 +0000

kaltura-kmc (5.42.0-1) lynx; urgency=low

* Ver bounce of HTML5 to v2.56
Expand Down

0 comments on commit c8e127d

Please sign in to comment.