summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2009-06-01 18:19:15 +0200
committerThomas Günther <tom@toms-cafe.de>2009-06-01 18:19:15 +0200
commita6fd920e2d4dd35158353c73e05336a68c9210c3 (patch)
tree45b3636b8745224a6866a97c8cc722cef7525c3f /HISTORY
parentb8a511a5688f1b050ed9ee2bb76b5557154c9907 (diff)
downloadvdr-plugin-text2skin-a6fd920e2d4dd35158353c73e05336a68c9210c3.tar.gz
vdr-plugin-text2skin-a6fd920e2d4dd35158353c73e05336a68c9210c3.tar.bz2
New release version 1.2v1.2
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)