summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY21
1 files changed, 21 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1c629c5..a0193e8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,27 @@
VDR Plugin 'text2skin' Revision History
---------------------------------------
+2009-06-01: Version 1.2
+
+- Moved to http://projects.vdr-developer.org/projects/show/plg-text2skin
+ as community maintained project using a GIT archive
+- adopted to newer VDR >= 1.3.38
+- fixed possible buffer overflow in xml reading
+- Fix build with gcc 4.3's cleaned up C++ headers
+- Make compatible with VDR >= 1.5.4
+- Added gettext support (VDR >= 1.5.7)
+ The skins have to be patched, too. The patches for DeepBlue, Enigma and
+ enElchi are ready for download from http://toms-cafe.de/vdr/download/.
+ To patch other skins the Makefile from these patches could be used
+ without any changes, missing translation entries should be added to the
+ *.skin file (e.g. as comments <!-- trans('Volume') -->)
+- Fix font problems with libfreetype6 >= 2.2.1
+- Replaced 'uint64' with 'uint64_t' to avoid problems on 64-bit machines
+- Quick fix for VDR >= 1.7.3
+- Use pkg-config
+- Convert docs to UTF-8
+- Updated project homepage url in README
+
2005-06-xx: Version 1.1
- fixed crash due to uninitialized pointer (thanks to Frank Enderle)