forked from mozilla-services/heka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
36 lines (22 loc) · 987 Bytes
/
CHANGES.txt
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
29
30
31
32
33
34
35
36
0.2.0rc2 (2013-05-23)
=====================
* Fix Lua sandbox C code to work on 32 bit systems.
* Trivial release documentation ReST formatting fix.
0.2.0rc1 (2013-05-21)
=====================
* Use non-https links in docs to prevent bad rendering due to mixed http/https
content.
* A number of documentation tweaks and updates.
* Static linking of cgo wrapped Lua environment.
* Added LICENSE.txt and CHANGES.txt for better project hygiene.
* Changed default interval for log file reading from 1ms to 500ms so we don't
churn the machine in default configuration.
* Moved StatPacket channel setup into StatsdInput's Init method (from Run) to
avoid race conditions.
* Added support for mingw-based Windows build.
* Perform message injection in a goroutine to prevent blocking the router when
the plugin that is doing the injection has a full in channel.
* Added required pack recycling to TcpOutput.
0.2.0b1 (2013-04-30)
====================
* Initial public release