1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
This is an attempt to keep a user visible list of changes between revisions.
If you are really interested in the nitty gritty, I suggest consulting
CVS.
0.7.0:
- Added ctree renderer.
- Fixed more memleaks.
- Added clist, toggle button renderers
- Many bugfixes and memory leaks plugged.
- Lots of work on stembuilder.
- Fixed building perl as a module
- Added enode_rx, elist, elist_rx functions to C API
- Add JavaScript renderer
- Fixed C renderer again.
- Made Entity core build as a library so it can be included in
C applications.
- Install entity headers (for C renderer and library usage.)
- Added windows port
- Added support for GDK-pixbuf
- Include javascript interpreter library with entity sources.
- New 'csink' renderer for socket IO (and hopefully more IO in the future)
- OpenSSL support for csink.
0.6.6:
- Removed check for PCRE 3.1 only, to allow any 3.x versions to work
(As well as 2.08).
|