/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Suren A. Chilingaryan
  • Date: 2009-02-16 09:27:17 UTC
  • Revision ID: csa@dside.dyndns.org-20090216092717-wipyvaaw2srxhgns
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
10 Feb 2003 - Version: 1.0
 
2
--------------------------
 
3
*       Initial Version
 
4
 
 
5
20 Feb 2003
 
6
--------------------------
 
7
*       Support for Xerces-C 2.2.0 (steel xalan requires 2.1.0, XSLT benchmark
 
8
        not available for xerces)
 
9
*       Added script for memory usage benchmarks
 
10
*       Fixed memory leak in oracle parsing benchmarks
 
11
 
 
12
6 Mar 2003
 
13
--------------------------
 
14
*       Add: Libxml(native) parsing in push mode
 
15
 
 
16
7 Apr 2003 - Version 1.1
 
17
--------------------------
 
18
*       Simplified package configuration
 
19
 
 
20
5 May 2003 - Version 1.1.1
 
21
--------------------------
 
22
*       Fixed minor bugs
 
23
*       Now all configuration options resist in Makefile.in
 
24
 
 
25
 
 
26
16 June 2003
 
27
------------
 
28
*       Support for Xalan 1.5
 
29
*       Support for xml4c 5.2
 
30
*       Fixed minor bug in XML Security 0.x benchmark
 
31
*       Fixed Arabica with new gcc compilation issue
 
32
*       Patch to build Xalan 1.5 with Xerces 2.3
 
33
 
 
34
18 June 2003
 
35
------------
 
36
*       Support for xmlsec1 1.0.2
 
37
*       Support for J2SE 1.4.1 + Java WebServices Developer Pack 1.2
 
38
 
 
39
20 June 2003
 
40
------------
 
41
*       Addition of "Apache XML Security for C" support started
 
42
*       Fixed minor error in XML Security benchmark
 
43
 
 
44
21 June 2003
 
45
------------
 
46
*       Support for Apache XML Security for C (Signature)
 
47
 
 
48
22 June 2003 - Version 1.2.0
 
49
----------------------------
 
50
*       More configurations to Makefile.in
 
51
*       Minor documentation update
 
52
 
 
53
26 Sep 2003 - Version 1.2.1
 
54
---------------------------
 
55
*       Support for xmlsec1 1.1.2
 
56
*       Tested againist latest versions of Apache Xalan and Apache XML Security. All seems OK.
 
57
*       Minor documentation update
 
58
 
 
59
28 Oct 2003 - Version 1.2.2
 
60
---------------------------
 
61
*       Makefile updated to latest Arabica (Oct2003)
 
62
*       xmlsec 1.2.x support (finally fixed and no patching required)
 
63
 
 
64
7 Feb 2004
 
65
----------
 
66
*       Improved OPC message exchange emulation. Results of OPCGEN benchmarks
 
67
        will be incompatible with previous releases (Near to compatible results
 
68
        can be occured with "OPCGEN 40")
 
69
*       OPC XML-DA schema updated to version 1.0
 
70
 
 
71
8 Feb 2004
 
72
----------
 
73
*       Oracle XDK supporte updated to newer versions
 
74
 
 
75
9 Feb 2004 - Version 1.3.0
 
76
--------------------------
 
77
*       Support Apache XML Security for C++, Version: CVS 08.02.2004
 
78
*       Experemental support for XML Encryption Benchmark for Apache XML 
 
79
        Security for C++ from CVS tree.
 
80
*       Tested againist latest libraries
 
81
 
 
82
13 Feb 2004 - Version 1.3.1
 
83
---------------------------
 
84
*       LibXML2 parsing optimizations (both SAX and DOM)
 
85
*       Since linking with pthreads drastically affects performance and 
 
86
        threading enviroment is widespread case nowdays, option to link 
 
87
        all tests againist pthread library are provided.
 
88
*       Implemented other method of Xalan XSL transformation (from Xerces
 
89
        DOM tree). Since it's significantly slower, older one is used by
 
90
        default.
 
91
*       Implemented XMark (http://monetdb.cwi.nl/xml/index.html) xml generator
 
92
        support.
 
93
*       DTD validation for parsing benchmark (only for libxml and xdk 
 
94
        implemented)