| Version | Date | Description |
|---|
| 0.4.2 | 2009-02-03 | Feature release |
| 0.4.0 | 2008-07-29 | Project name changed to Fosstrak |
| 0.3.2 | 2008-06-04 | Bug fix release |
| 0.3.1 | 2008-03-24 | Bug fix release |
| 0.3.0 | 2008-03-20 | Feature release |
| 0.2.2 | 2007-08-31 | Bug fix release |
| 0.2.1 | 2007-08-10 | Bug fix release |
| 0.2.0 | 2007-04-27 | Initial release |
| Type | Changes | By |
|---|
 | Added support for connecting to EPCIS repositories that require
client authentication (HTTP Basic and HTTPS with client
certificates). | wellington |
 | Fixed some issues with huge pop-up windows showing stack traces. | steybem |
 | Removed MATCH_childEPC from list of operators that can be
selected by users. (MATCH_childEPC was defined in a draft
version of the EPCIS specification but does not exist in
the final release.) | roduner |
 | Updated example queries. They are now compliant with
EPCglobal's Core Business Vocabulary. | roduner |
| Type | Changes | By |
|---|
 | Renamed packages from org.accada to org.fosstrak. | roduner |
| Type | Changes | By |
|---|
 | Fixed interoperability issues of query client GUI
with other vendors' EPCIS repository. (The GUI
used a wrong query name when requesting
subscription IDs from repositories.) - Thanks to
Stefan Schweizer for pointing this out. | roduner |
| Type | Changes | By |
|---|
 | Disabled chunked HTTP transfers in order to make the query client
work with repositories operating behind an Apache proxy server.
(Apache's mod_proxy_http module does not support chunked requests.) | steybem |
| Type | Changes | By |
|---|
 | Replaced the Web service framework Apache Axis 1 with
Apache CXF. | steybem |
 | Introduced a JAXB data binding to map Web service
requests and responses to Java beans. | steybem |
 | Added some utility classes for quickly sending query
requests to an EPCIS repository. | steybem |
 | Configured QueryClientGui to reuse functionality
provided by QueryControlClient. | steybem |
| Type | Changes | By |
|---|
 | Corrected parsing of time values from repository
response. Fixes 1845531. | steybem |
 | Display time values in ISO8601 format. | steybem |
 | Display error message when no event type is selected in
GUI. | steybem |
| Type | Changes | By |
|---|
 | axis-wsdl4j was not properly included in Webstart
application. | rodunerc |