JCE Pro Change log




2005-10-17 version 1.3.10
- Fixed problem with some type of regexps used as arguments to string.search etc
- Fixed problem with eval used inside litteral strings
- Fixed problem with litteral strings in parameters to setTimeout
- Fixed problem with anonymous functions
- Fixed problem with the keyword "function" that could cause parser error
- Fixed problem with function arrays that could cause infinite loop
- Added setTimeout parameters to be obfuscated in conservative mode
- Fixed problem with HTML id/names not being obfuscated

2005-08-19 version 1.3.9
- Fixed problem with broken script tag for some type of code in HTML-files
- Fixed problem with string encoding when using escaped chars
- Fixed RegExp problem

2005-07-18 version 1.3.8
- Added feature to use filesets in exclusionlist,variablelist & functionlist when running as Ant Task
- Fixed obfuscation of catch parameters
- Fixed problem with closures
- Fixed problem with multiple statements in handlers
- Fixed RegExp problem

2005-06-15 version 1.3.7
- Various GUI-fixes
- Added feature to change linefeed (LF or CR/LF or CR)
- Added feature to auto terminate statements when linefeeds are removed.
- Fixed problem with excluding identifiers using the identifier element
- Fixed bug with xpath expressions causing trouble
- Fixed bug with 'hiding from old browser comment'
- Added encoding of space and tab characters when using string encoding

2005-04-27 version 1.3.6B
- Fixed bug with comments parsing

2005-04-20 version 1.3.6
- Added support for obfuscation of javascript in server side pages(PHP,JSP,ASP)
- Fixed bug with string litterals being obfuscated in conservative mode when HTML id's was found
- Fixed bug with conservative stringObfuscationMode obfuscating HTML id's
- Added obfuscation of javascript in href
- Fixed bug with static function parsing
- Fixed bug in eval statement parsing 2
- Fixed bug in eval statement parsing 1
- Added base DOM objects to keyword list that was missing in 1.3.X

2005-01-10 version 1.3.5
- Fixed doc bug (0 byte files)
- Fixed obfuscate filenames bug (recursive directories)

2004-12-29 version 1.3.4
- Fixed various parsing bugs.

2004-11-22 version 1.3.3
- Fixed bug with html-files not being parsed correctly in version 1.3.2
- Added obfuscation of CSS id and classnames.