Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Version 3.6.0-rc4dev build 2202.
Browse files Browse the repository at this point in the history
  • Loading branch information
rblanker committed Feb 10, 2016
1 parent f5c3fb8 commit f7e0d9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion sites/all/modules/mediamosa/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MediaMosa 3.6.1-dev (build 2201)
MediaMosa 3.6.1-dev (build 2202)
--------------------------------
- Added MediaMosa viewer module, enabled multiple object code streaming
definitions. Each app can now select other streaming viewer objects (when
Expand Down Expand Up @@ -381,6 +381,9 @@ MediaMosa 3.6.1-dev (build 2201)
- Increased allowed length of tool name in database.
- Fix duration for vpx-transcode script in addition to the analyse script (Patch by Flyapen).
- Added url encoding on filenames used in urls.
- Fixed CQL optimizer; Rare complex OR and AND queries: No longer removes paired () when OR and AND combinations match.
The HAVING clause no longer generates wrong query for MySQL from CQL.
- Fixing CQL error message being empty during CQL verify stage, and loop to verify function when on MySQL.


MediaMosa 3.5.x (build 2072)
Expand Down
6 changes: 3 additions & 3 deletions sites/all/modules/mediamosa/mediamosa.version.class.inc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

// Change build number and version here.
define('MEDIAMOSA_BUILD', 2201);
define('MEDIAMOSA_BUILD', 2202);
define('MEDIAMOSA_VERSION', '3.6.0');
define('MEDIAMOSA_VERSION_SHORT', MEDIAMOSA_VERSION . '.' . MEDIAMOSA_BUILD . '-rc3');
define('MEDIAMOSA_VERSION_FULL', MEDIAMOSA_VERSION . '.' . MEDIAMOSA_BUILD . '-rc3');
define('MEDIAMOSA_VERSION_SHORT', MEDIAMOSA_VERSION . '.' . MEDIAMOSA_BUILD . '-rc4dev');
define('MEDIAMOSA_VERSION_FULL', MEDIAMOSA_VERSION . '.' . MEDIAMOSA_BUILD . '-rc4dev');

/**
* @file
Expand Down

0 comments on commit f7e0d9f

Please sign in to comment.