Skip to content

Commit

Permalink
Updated for JTOpen 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeber-ibm committed Jan 12, 2011
1 parent b21f492 commit c1efa46
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<BODY>
<H2>IBM Toolbox for Java - JTOpen version</H2>
<PRE>
Copyright (C) 1997-2010 International Business Machines Corporation and
Copyright (C) 1997-2011 International Business Machines Corporation and
others. All rights reserved.

File: CHANGES
Last updated: November 25, 2010
Last updated: January 11, 2010

The term "JTOpen" refers to the open source software product
"IBM Toolbox for Java" plus any additional enhancements provided by
Expand All @@ -23,6 +23,7 @@ <H2>IBM Toolbox for Java - JTOpen version</H2>
IBM Toolbox for Java web site:
<A HREF="http://www.ibm.com/systems/i/software/toolbox/">http://www.ibm.com/systems/i/software/toolbox/</A>.
</PRE>
<!-- On 2011-01-11: cvs log -rJTOpen_7_2:JTOpen_7_3 -N -d>2010-11-30 -->
<!-- On 2010-11-22: cvs log -rJTOpen_7_1:JTOpen_7_2 -N -d>2010-08-25 -->
<!-- On 2010-08-25: cvs log -rJTOpen_7_0:JTOpen_7_1 -N -d>2010-05-12 -->
<!-- On 2010-05-12: cvs log -rJTOpen_6_7:JTOpen_7_0 -N -d>2010-01-27 -->
Expand Down Expand Up @@ -57,6 +58,7 @@ <H4>Known deficiencies</H4>

<HR>
<H3>Contents</H3>
<A HREF="#73">Fixes and enhancements in JTOpen 7.3</A><BR>
<A HREF="#72">Fixes and enhancements in JTOpen 7.2</A><BR>
<A HREF="#71">Fixes and enhancements in JTOpen 7.1</A><BR>
<A HREF="#70">Fixes and enhancements in JTOpen 7.0</A><BR>
Expand Down Expand Up @@ -89,6 +91,21 @@ <H3>Contents</H3>
<A HREF="#40">Fixes and enhancements in JTOpen 4.0</A>
<P>

<HR>
<H3><A NAME="73">Fixes and enhancements in JTOpen 7.3</A> <i>(released 2010-11-30)</i></H3>
<PRE>

- <i>Various:</i> Code Cleanup
- <i>Various:</i> Trace enhancements
- IFSFile : Clarified that IFSFile.getFreeSpace() returns Long.MAX_VALUE if storage limit is 'no maximum'.
- QSYSObjectPathName : Fixed bug: IASP is forgotten by setLibraryName(), setMemberName(), setObjectName(), setObjectType().
- JDBC: Clarify Javadoc for setBinaryStream.
- JDBC: Delay reading of Binary Stream until Execute
- JDBC: Fix Statement.setQueryTimeout(0) for first set
- JDBC: Fix leaking DBStorage objects
- JDBC: For autogenerated keys use NEW TABLE instead of FINAL TABLE

</PRE>
<HR>
<H3><A NAME="72">Fixes and enhancements in JTOpen 7.2</A> <i>(released 2010-11-30)</i></H3>
<PRE>
Expand Down

0 comments on commit c1efa46

Please sign in to comment.