Warning, /frameworks/kross/docs/CHANGES is written in an unsupported language. File is not indexed.

0001 == Kross CHANGES ==
0002 
0003 2.0
0004 * The whole backend got replaced and is build up on Qt's metatypes now.
0005   This means we are able to throw any QObject/QVariant in and just use
0006   the slots as script-functions and the properties as script-members.
0007   So, we don't need wrappers/bindings any longer (and provided
0008   scripting-interfaces don't need to depend on Kross) on the one hand
0009   and and earn a more cleaner interface on the other. Beside the try
0010   to follow KISS, we should earn much more speed that way cause
0011   everything talks now Qt internal :)
0012 * Port to Qt4 and KDE4
0013 * Improved Python and Ruby backends a lot
0014 * Added KDE JavaScript support using KjsEmbed
0015 * Moved core from koffice/libs to kdelibs
0016 * Moved backends to kdebindings
0017 
0018 1.6
0019 * Added krossdebug and krosswarning.
0020 * Integrated ProxyFunction's.
0021 * Python: Added unittest.
0022 * Removed Argument class.
0023 * Refactor of the tree-handling to improve the performance.
0024 * Tweaks on Object and Value to improve the performance.
0025 
0026 1.5.2
0027 * API: Fix possible crash in Manager::getInterpreternameForFile()
0028 
0029 1.5.1
0030 * Python: Fix compile with gcc 3.3.6
0031 
0032 1.5
0033 * Ruby: Fix 124649: libruby-devel lost when build.
0034 * Ruby: Fix crash cause of invalid rNode.