-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchanges.txt
97 lines (62 loc) · 2.77 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
jTracert Changes List
========================================
jTracert 0.1.3
Released on 14 September 2009
* Bugfixing - Issues 16, 17, 19
* Improved instrumentation of classes, loaded by system class laoder
* Better large method call trees support
========================================
jTracert 0.1.2
Released on 25 May 2009
* Bugfixing - Issue 15, Issue 14 is now fixed completely
* jTracert GUI now remembers the connection settings
* Fixed possible issue with jTracert preventing the application under test to stop
* Show short class name feature improved
* jTracert now omits the short method call traces (-DminimalTraceLength parameter)
* Added graphical installer
* Added .exe wrapper for Microsoft Windows (c) platform
========================================
jTracert 0.1.1
Released on 17 March 2009
* Added support for OSGi environments (Issue 14)
* Analyze native method calls on JRE 1.6+
* View dependencies tool added to jTracert GUI (Menu item Extras\View dependencies)
* Create shell wrappers for convinient executing jTracert GUI on GNU/Linux and Windows operation systems
* jTracert is now packages as a single zip archive file
* Fixed integration test on JDK 1.5
* Some other minor refactorings
========================================
jTracert 0.1.0
Released on 5 March 2009
* A new GUI frontend introduced; you can execute it with 'java -jar jTracert-gui-0.1.0.jar'
* Bugfixing (Issue 10, Issue 11, Issue 12, Issue 13)
* jTracert will try using short class names (without package) if applicable and -DshortenClassNames=false is not specified
========================================
jTracert 0.0.5
Released on 17 February 2009
* Bugfixing (Issues 8 and 9)
* License switched to GNU GPL version 3
========================================
jTracert 0.0.4
Released on 27 January 2009
* Numerous defects fixed
* Large projects support improved
* Implemented small framework for integration tests - users are now welcomed to send their applications in case of having any problems
========================================
jTracert 0.0.3
Released on 9 September 2008
* New experimental support of http://www.websequencediagrams.com/
* Issue 1 fixed
* Unit tests fixed
* Various refactorings
========================================
jTracert 0.0.2
Released on 9 June 2008
* Removing duplicate method calls from jTracert output
* Support of nested self-calls
* Support of Zanthan SEQUENCE file format
* Numerous bugfixes and performance improvements
* CLI interface cleaned and refactored
========================================
jTracert 0.0.1
Released on 31 May 2008