You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracks adding v028 to the available ApiVersion enum and related code.
As of 9/16/2013, the 0.28-pre version of the backend reports the
following:
Library API : 0.27.20130911-1
I have seen no MythTV commits, so far that would suggest that
0.28-pre and 0.27 can't share the same code. I have seen talk
on the developers channel that suggest a change is upcoming.
I don't know the date.
The text was updated successfully, but these errors were encountered:
After ServiceAPI 1.0 the code base doesn't expect any commonality between versions, when the change occurs I will generate the code for 0.28 from the wsdl and xsd data.
@tafypz, thanks for the response. In case you don't follow the MythTV
commits list, the version went to 0.28 today 9/18/2013.
commit af64614f308dc65570770200842f140267ef9844
Author: Stuart Morgan <[email protected]>
Date: Thu Sep 19 21:29:00 2013 +0100
Bump ABI version following new gallery merge.
-#define MYTH_BINARY_VERSION "0.27.20130911-1"
+#define MYTH_BINARY_VERSION "0.28.20130919-1"
So, my tests are now using the 0.26 code, unless I revert
to a lower commit.
@billmeek after parsing the sources, only one change has happened which is the addition of the imageservice.
the other api endpoints remain unchanged.
I won't be able to do anything with it this week (need to create a separate 0.28 backend)
I will most likely have something towards the end of next week...
@tafypz, thanks for the info! With the new endpoints, there was a
Schema change from 1317 to 1318, so reverting to the 'pre image...'
changes isn't as easy as I thought (requires restoring the db from
a backup.)
Tracks adding v028 to the available ApiVersion enum and related code.
As of 9/16/2013, the 0.28-pre version of the backend reports the
following:
Library API : 0.27.20130911-1
I have seen no MythTV commits, so far that would suggest that
0.28-pre and 0.27 can't share the same code. I have seen talk
on the developers channel that suggest a change is upcoming.
I don't know the date.
The text was updated successfully, but these errors were encountered: