Tvheadend-24 » History » Version 2
trac -, 2011-01-01 20:52
Milestone
1 | 1 | trac - | Minor feature / bugfix release |
---|---|---|---|
2 | |||
3 | |||
4 | 2 | trac - | h2. Changelog |
5 | |||
6 | |||
7 | ** Due to a bug, the polarisation of DVB-S muxes was not correctly |
||
8 | 1 | trac - | stored internally. This has now been fixed. |
9 | |||
10 | 2 | trac - | ** Fix compilation on 64bit systems |
11 | 1 | trac - | |
12 | 2 | trac - | ** Make sure channel <> service mappings are saved when edited from |
13 | 1 | trac - | DVB service grid |
14 | |||
15 | 2 | trac - | ** Add support for merging one channel into another. |
16 | 1 | trac - | Useful if you have multiple providers offering the same DVB service |
17 | but with different names. |
||
18 | |||
19 | 2 | trac - | ** The embedded HTTP server now logs failed requests |
20 | 1 | trac - | |
21 | 2 | trac - | ** Use absolute paths when serving static content (the web app itself) |
22 | 1 | trac - | This was only a problem when fork()ing a development build |
23 | |||
24 | 2 | trac - | ** Rework the CWC reconnection strategy. |
25 | 1 | trac - | If there are active subscription, Tvheadend will attempt to reconnect |
26 | immediately and then retry every three seconds. |
||
27 | If no subscription is active a reconnection attempt is performed |
||
28 | every minute. |
||
29 | Also, if any CWC configuration changes are made from the UI, Tvheadend |
||
30 | will try to reconnect directly. |
||
31 | |||
32 | 2 | trac - | ** If the EPG receives an updated description for an even that is shorter |
33 | 1 | trac - | than the current description it will be ignored. |
34 | This typically happens if the XMLTV and DVB EIT (Event Information Table) |
||
35 | differs. In other words, we assume that a longer description of an |
||
36 | event is better than a short. |