summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-09-08 00:13:23 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-09-08 00:13:23 +0300
commit823ced0e58385c959dc9de8a4621004f6e2d5ce0 (patch)
treef3d622596151470420613c486d62e4d1c21a8b85 /HISTORY
parentb94072b545e08d3b06d614267c42eced82bf50a8 (diff)
downloadvdr-plugin-epgfixer-823ced0e58385c959dc9de8a4621004f6e2d5ce0.tar.gz
vdr-plugin-epgfixer-823ced0e58385c959dc9de8a4621004f6e2d5ce0.tar.bz2
Add support for Perl-style operators 's///' and 'm//' and modifiers 'gimsuxX'.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 327108a..4edf609 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,13 @@
VDR Plugin 'epgfixer' Revision History
--------------------------------------
+2012-09-xx: Version 0.3.0
+
+- Enable JIT compiling in PCRE if supported.
+- Support for channel intervals for channel numbers.
+- Support search-and-replace using Perl-style 's///' operator.
+- Support Perl-style modifiers when using 's///' or 'm//' operators.
+
2012-05-13: Version 0.2.1
- Fix linking when --as-needed is used.