File: ChangeLog

package info (click to toggle)
entity 0.7.2-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,352 kB
  • ctags: 5,272
  • sloc: ansic: 61,707; sh: 7,921; makefile: 732; perl: 399
file content (28 lines) | stat: -rw-r--r-- 920 bytes parent folder | download | duplicates (3)
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).