diff options
author | Tim McCune <javajedi@users.sf.net> | 2005-08-20 05:43:19 +0000 |
---|---|---|
committer | Tim McCune <javajedi@users.sf.net> | 2005-08-20 05:43:19 +0000 |
commit | 37a4da64ca2d69df87103627d8e6bf86b522367d (patch) | |
tree | 88e4bf6f2298e20b5f8bad91cd90c7d4b5df71a5 | |
parent | cd4c2188725dec869749adb490ef24bebc720813 (diff) | |
download | jackcess-37a4da64ca2d69df87103627d8e6bf86b522367d.tar.gz jackcess-37a4da64ca2d69df87103627d8e6bf86b522367d.zip |
Initial version
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@21 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | xdocs/changes.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xdocs/changes.xml b/xdocs/changes.xml new file mode 100644 index 0000000..fa29d5d --- /dev/null +++ b/xdocs/changes.xml @@ -0,0 +1,24 @@ +<document> + <properties> + <title>Release notes</title> + <author email="tmccune@healthmarketscience.com">Tim McCune</author> + </properties> + <body> + <release version="1.1" date="2005-8-12"> + <action dev="tmccune" type="update"> + JDK 1.5 upgrades + </action> + <action dev="tmccune" type="update"> + Applied Mitchell Friedman's patch for support of additional JDBC data types. + </action> + <action dev="tmccune" type="update"> + Added support for deleted rows. + </action> + </release> + <release version="1.0" date="2005-4-7"> + <action dev="tmccune" type="add"> + Initial release + </action> + </release> + </body> +</document> |