-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathHistory.txt
61 lines (39 loc) · 1.64 KB
/
History.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
== 0.3.0 / 2011-01-31
* Fix build on Ruby 1.8.7 (thanks to Laust Rud Jacobsen)
* Add x86_64 ports for Solaris and Mac OS X 10.6
* Add Universal build for Mac OS X /usr/bin/ruby
== 0.2.8 / 2009-07-23
* Replace string-eval provider class creation
* Fix GC bug with DOF data on Mac OSX (reported by [email protected])
* Add each_probe_prog method to list probes enabled by a program
* Fix conversion of 64 bit values in probe data (reported by [email protected])
* Add support for SPARC/Solaris and PowerPC/OSX architectures
== 0.2.7 / 2008-08-01
* Fix probes not firing when multiple providers are used.
== 0.2.6 / 2008-06-17
* Fix aggregate value conversion bug
== 0.2.5 / 2008-06-14
* Rework Dtrace::Provider to directly create USDT providers by
generating DOF and stub functions.
== 0.0.6 / 2008-02-17
* Add Dtrace::Provider, which allows creation of USDT providers from
Ruby, without the need to patch the interpreter.
== 0.0.5 / 2008-01-24
* Add DtraceErrData and DtraceDropData for access to error
and drop information
* Fix interaction with Ruby's GC
== 0.0.4 / 2008-01-14
* Fix the very basic Rails plugin.
== 0.0.3 / 2008-01-06
* Add a DtraceData class which consumers return, containing
the data returned from each probe firing, rather than
returning the raw records directly from DTrace.
* Provide access to probe, CPU and flow information.
* Allow creation and grabbing of processes.
* Add an example script: a port of scsi.d.
== 0.0.2 / 2007-12-07
* Implement the dtrace_work-based API
* Add a "Consumer" class
* Update Rails plugin to use new API
== 0.0.1 / 2007-12-01
* Initial public release.