1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 13:37:03 +02:00

Added a note about asprintf to cString modification.

This commit is contained in:
Rolf Ahrenberg 2008-02-18 12:19:46 +00:00
parent c525b553e4
commit 3de5d6c467

View File

@ -41,10 +41,11 @@ VDR Plugin 'iptv' Revision History
2008-02-18: Version 0.0.7
- Updated for vdr-1.5.15.
- Replaced asprintf() functions with cString.
- Updated French translation (Thanks to Michaël Nival).
- Modified VDR locale support detection.
- Added preliminary automatic Pid scanning functionality.
- Modified channels.conf format to enable/disable channel
specific pid and sid scanning functionality.
- Removed the general sid scanning setup option.
- Updated for vdr-1.5.15.