Skip to content

Commit

Permalink
This commit was manufactured by cvs2svn to create tag 'JayBird_1_5_1'.
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Sep 16, 2004
1 parent f67b32a commit 96a7e2a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 56 deletions.
54 changes: 0 additions & 54 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,57 +1,3 @@
2004-09-10 08:39 rrokytskyy

* client-java/src/pool/org/firebirdsql/pool/:
PingablePooledConnection.java, PooledConnectionHandler.java,
PooledConnectionQueue.java, XPreparedStatementCache.java:

merged NPE fixes with HEAD

2004-09-10 08:34 rrokytskyy

* client-java/src/pool/org/firebirdsql/pool/:
PooledConnectionHandler.java, PooledConnectionQueue.java,
XPreparedStatementCache.java:

fixed NPE

2004-09-09 17:25 rrokytskyy

*

fixed NPE
client-java/src/pool/org/firebirdsql/pool/PingablePooledConnection.
java:

2004-08-29 18:03 rrokytskyy

*

added workaround for JDK 1.3
client-java/src/test/org/firebirdsql/jdbc/TestFBPreparedStatement.j
ava:

2004-08-29 17:31 rrokytskyy

*

fixed JDK 1.3 compatibility issue and added assertions
client-java/src/test/org/firebirdsql/jdbc/TestFBPreparedStatement.j
ava:

2004-08-29 17:06 rrokytskyy

* client-java/src/etc/: release_notes.html, release_notes.pdf,
release_notes.sxw:

added information about jaybird.dll and libjaybird.so

2004-08-29 16:49 rrokytskyy

* client-java/src/main/org/firebirdsql/jca/:
FBLocalTransaction.java, FBManagedConnection.java:

added check for the transaction xid

2004-08-26 19:41 rrokytskyy

*
Expand Down
2 changes: 1 addition & 1 deletion build/archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</fileset>
</jar>

<jar jarfile="${build.lib}/firebirdsql-full.jar">
<jar jarfile="${build.lib}/firebirdsql-full.jar" manifest="${build.etc}/default.mf">
<fileset dir="${build.classes}">
<include name="org/firebirdsql/**"/>
</fileset>
Expand Down
2 changes: 1 addition & 1 deletion build/init.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<property name="version.major" value="1"/>
<property name="version.minor" value="5"/>
<property name="version.revision" value="0"/>
<property name="version.revision" value="1"/>
<property name="version.tag" value=""/>
<property name="version.name" value="JDK_${ant.java.version}"/>

Expand Down
3 changes: 3 additions & 0 deletions src/main/org/firebirdsql/gds/GDSExceptionHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
/*
* CVS modification log:
* $Log$
* Revision 1.5 2004/09/16 12:57:20 rrokytskyy
* fixed issue with messages (fix provided by Thomas (ben_ata)), updated messages
*
* Revision 1.4 2004/08/22 00:52:28 rrokytskyy
* fixed bug when the driver is loaded by the system classloader
*
Expand Down

0 comments on commit 96a7e2a

Please sign in to comment.