From 823ced0e58385c959dc9de8a4621004f6e2d5ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Sat, 8 Sep 2012 00:13:23 +0300 Subject: Add support for Perl-style operators 's///' and 'm//' and modifiers 'gimsuxX'. --- HISTORY | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'HISTORY') 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. -- cgit v1.2.3