public
Description: A Ruby implementation of the MythTV Backend protocol
Homepage: http://github.com/nickludlam/ruby-mythtv/wikis
Clone URL: git://github.com/nickludlam/ruby-mythtv.git
Nick Ludlam (author)
Wed Feb 18 11:20:50 -0800 2009
commit  c4bde91d74e904767046df02ddab6e4db6807e1a
tree    eab3b18ba414083ebf625cf0aa457c5cae8a921a
parent  9b787a4b52f69b50d3f70cd280a0f7eb499a943a
ruby-mythtv / History.txt
100644 25 lines (15 sloc) 0.908 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
== 0.3.0 (2009-02-18)
 
* Replaced old database code with one based on ActiveRecord, which is now a dependency
* Changed test code
 
== 0.2.0 (2008-09-29)
 
* Bumped to version 0.2 as we now support proper editing of recording schedules, and speaking multiple versions of the database schema
 
== 0.1.2 (2008-09-24)
 
* Added support for talking to the MythTV MySQL database, to allow queries on the EPG, and interacting with recording schedules
* Removed the XML program guide as it is superceded by the database
 
== 0.1.1 (2008-07-27)
 
* Updated documentation
* Added initial multiple protocol version support via protocol.rb
* Implemented MythTV::Backend#get_program_guide() to wrap "/Myth/GetProgramGuide" from the Mythbackend Status port
* Created a Utils class to hold miscellaneous methods. The utils.rb file also holds the exception classes
 
== 0.1.0 (2008-06-08)
 
* Initial release onto GitHub/Rubyforge