fix Ruby 2.0.0 compatibility
[lwes-ruby.git] / ChangeLog
blob1c6a48deacc71629941a2093e8f360a478e9ec69
1 Version 0.8.5 (erik-s-chang)
2   * Fix Ruby 2.0.0 compatibility
4 Version 0.8.4 (erik-s-chang)
5   * prevent -llwes in $LIBS when building local installation
7 Version 0.8.3 (erik-s-chang)
8   * Emitter can auto-create+emit sparse LWES::Event objects in
9     addition to Struct-based objects.
11 Version 0.8.2 (erik-s-chang)
12   * 100% RDoc coverage.
14 Version 0.8.1 (erik-s-chang)
15   * fix broken optimization for large (non-sparse) LWES::Structs
17 Version 0.8.0 (erik-s-chang)
18   * preliminary LWES::Listener support for Ruby 1.9 users
19   * LWES::Event enhancements and cleanups
21 Version 0.7.0 (erik-s-chang)
22   * rely on lwes-c 0.23.1 instead of patching 0.22.3
24 Version 0.6.1 (erik-s-chang)
25   * fix broken 0.6.0 release, no code changes
27 Version 0.6.0 (erik-s-chang)
28   * start of a new LWES::Event type, mostly incomplete, but able
29     to parse UDP buffers into a hash.
31 Version 0.5.0 (erik-s-chang)
32   * automatic type coercion between String and Integer types when
33     using Structs
34   * bundled LWES C library to avoid network dependency during install
36 Version 0.4.0 (erik-s-chang)
37   * large performance improvements for ESF + Struct users with large events,
38     one real world app is nearly twice as fast
39   * GC safety fixes when raising exceptions
41 Version 0.3.1 (erik-s-chang)
42   * fix tests and enable Ruby warnings for tests
44 Version 0.3.0 (erik-s-chang)
45   * attempt memory allocation failure handling by invoking Ruby GC
46   * corner-case fixes for copying TypeDB and Emitter objects
47   * for folks without LWES libraries separately installed:
48     - backport ESF error handling fix (r344)
49     - backport empty events in ESFs fix (inherited fields only) (r307)
51 Version 0.2.3 (erik-s-chang)
52   * hopefully fix installation/build problems under OSX
54 Version 0.2.2 (erik-s-chang)
55   * fix handling of :iface for LWES::Emitter.new
57 Version 0.2.1 (erik-s-chang)
58   * Emitter#<< for structs
59   * fix full installs OSX
60   * check arguments for invalid structs due to code errors
62 Version 0.1.2 (erik-s-chang)
63   * TypeDB.new raises ArgumentError on non-String args
64   * extra test for empty Event definitions (MetaEventInfo-only)
65   * export LWES::VERSION constant
67 Version 0.1.1 (erik-s-chang)
68   * add support for namespaced ESFs
70 Version 0.1.0 (erik-s-chang)
71   * remove SWIG ugliness, friendly new Rubyish API