-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathHistory.txt
24 lines (15 loc) · 908 Bytes
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
== 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