[mythtv-commits] mythtv/master commit: 9d6c123ab by Chris Pinkham (cpinkham)
MythTV
noreply at mythtv.org
Thu Mar 24 04:31:28 UTC 2011
Author: Chris Pinkham <cpinkham at mythtv.org>
Change Date: 2011-03-23T21:26:19-07:00
Push Date: 2011/03/23 21:31:24 -0700
Repository: mythtv
Branch: master
New Revision: 9d6c123abfdfa3a1f6d51395340a0da3286e1e98
Changeset: https://github.com/MythTV/mythtv/commit/9d6c123ab
Log:
Update binary API version after mythtvsetup-www merge.
Make clean, etc..
NOTE: A lot of the code in the mythtvsetup-www branch came from Daniel's
patch in ticket 8262 (http://code.mythtv.org/trac/ticket/8262) and there
is still a lot of work to be done on that patch. This branch was merge
into master to make it easier for developers to work on the backend web
setup.
As noted in a previous commit, the setup webpage is currently
disabled by default until we have some form of authentication working.
To enable the backend /setup/* and /Config/* web pages, you must
set an environment variable called MYTHHTMLSETUP. The value of
this variable does not matter, the code only checks for its
existence. If you're using a shell like bash, the easiest way to
test is to run mythbackend like this:
MYTHHTMLSETUP=1 mythbackend
Modified:
mythtv/libs/libmythbase/mythversion.h
More information about the mythtv-commits
mailing list