Skip to content

Commit dbb6ac3

Browse files
committed
Prepare 0.9.3 release.
1 parent 3eada84 commit dbb6ac3

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed

CHANGES.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1+
Zorka 0.9.3 (2013-03-23)
2+
------------------------
3+
4+
* support for JDK5;
5+
* fixes;
6+
17
Zorka 0.9.2 (2013-03-11)
28
------------------------
39

410
* enhance trace viewer, get rid of unnecessary dependencies;
511
* new 'local max' attribute maintained by method call statistics;
612

7-
813
Zorka 0.9.1 (2013-02-28)
914
------------------------
1015

1116
* zorka diagnostics (with zabbix template) - mbean for monitoring agent health
1217
* lots of fixes for viewer and agent itself;
1318

14-
1519
Zorka 0.9 (2013-02-05)
1620
----------------------
1721

@@ -21,14 +25,12 @@ Zorka 0.9 (2013-02-05)
2125
* `zabbix.discovery()` now uses JMX query DSL;
2226
* convenient API for accessing `zorka.properties` settings from BSH scripts;
2327

24-
2528
Zorka 0.8 (2013-01-20)
2629
---------------------
2730

2831
* rudimentary method call tracer implemented;
2932
* zorka-viewer: trace files viewer;
3033

31-
3234
Zorka 0.7 (2013-01-06)
3335
----------------------
3436

@@ -43,7 +45,6 @@ Zorka 0.7 (2013-01-06)
4345
* remove custom pool executors, use standard ThreadPoolExecutor instead;
4446
* support for matching classes and methods by annotations;
4547

46-
4748
Zorka 0.6 (2012-12-22)
4849
----------------------
4950

@@ -53,7 +54,6 @@ Zorka 0.6 (2012-12-22)
5354
* composite processing chains and comparator filters;
5455
* zorka API overhaul (yet more refactoring are on the way);
5556

56-
5757
Zorka 0.5 (2012-12-07)
5858
----------------------
5959

@@ -63,7 +63,6 @@ Zorka 0.5 (2012-12-07)
6363
* config scripts and zabbix templates for JBoss 7;
6464
* documentation: converted to `md` format; more interesting examples (eg. CAS auditing);
6565

66-
6766
Zorka 0.4 (2012-11-26)
6867
----------------------
6968

@@ -72,7 +71,6 @@ Zorka 0.4 (2012-11-26)
7271
* thread rank ported to new ranking framework;
7372
* new - circular buffer aggregate;
7473

75-
7674
Zorka 0.3 (2012-11-10)
7775
----------------------
7876

@@ -82,7 +80,6 @@ Zorka 0.3 (2012-11-10)
8280
* support for IBM JDK and JRockit;
8381
* documentation updates, cleanups and fixes;
8482

85-
8683
Zorka 0.2 (2012-11-04)
8784
---------
8885

@@ -92,7 +89,6 @@ Zorka 0.2 (2012-11-04)
9289
* remove zorka5.sar module and jboss dependencies (use instrumentation instead);
9390
* documentation updates, many little cleanups and fixes;
9491

95-
9692
Zorka 0.1 (2012-09-19)
9793
----------------------
9894

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.jitlogic.zorka</groupId>
44
<artifactId>zorka</artifactId>
55
<packaging>pom</packaging>
6-
<version>0.9.3-SNAPSHOT</version>
6+
<version>0.9.3</version>
77
<name>zorka: parent aggregator</name>
88
<url>http://www.jitlogic.com/zorka</url>
99

zorka-agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
66
<parent>
77
<groupId>com.jitlogic.zorka</groupId>
88
<artifactId>zorka</artifactId>
9-
<version>0.9.3-SNAPSHOT</version>
9+
<version>0.9.3</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

zorka-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>zorka</artifactId>
77
<groupId>com.jitlogic.zorka</groupId>
8-
<version>0.9.3-SNAPSHOT</version>
8+
<version>0.9.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

zorka-viewer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>zorka</artifactId>
77
<groupId>com.jitlogic.zorka</groupId>
8-
<version>0.9.2</version>
8+
<version>0.9.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)