Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <document>
  2. <properties>
  3. <title>Release notes</title>
  4. <author email="javajedi@users.sf.net">Tim McCune</author>
  5. <author email="jahlborn@users.sf.net">James Ahlborn</author>
  6. </properties>
  7. <body>
  8. <release version="1.1.4" date="2006-6-15">
  9. <action dev="jahlborn" type="fix">
  10. Missing break in switch condition.
  11. </action>
  12. <action dev="jahlborn" type="fix">
  13. Fixes to reading/writing MEMO/OLE columns.
  14. </action>
  15. <action dev="jahlborn" type="update">
  16. Made exceptions thrown when opening empty or nonexistent files more
  17. specific.
  18. </action>
  19. <action dev="jahlborn" type="fix">
  20. Apply patch from Jon Iles for handilng variable length columns.
  21. </action>
  22. <action dev="jahlborn" type="fix">
  23. Apply patch from Jon Iles for handling dates.
  24. </action>
  25. <action dev="jahlborn" type="fix">
  26. Apply patch from Jon Iles for reading GUIDs.
  27. </action>
  28. </release>
  29. <release version="1.1.3" date="2006-2-16">
  30. <action dev="jahlborn" type="fix">
  31. Fix parsing of NUMERIC type.
  32. </action>
  33. <action dev="javajedi" type="fix">
  34. Applied Jon Iles' patch to allow large table definitions to be read.
  35. </action>
  36. </release>
  37. <release version="1.1.2" date="2005-8-26">
  38. <action dev="javajedi" type="fix" issue="1273712">
  39. Fixed bug where writing null values into fixed-width columns was
  40. failing.
  41. </action>
  42. </release>
  43. <release version="1.1.1" date="2005-8-20">
  44. <action dev="javajedi" type="fix" issue="1261536">
  45. Fixed bug in reading index count from table definition. Skip overflow
  46. rows.
  47. </action>
  48. </release>
  49. <release version="1.1" date="2005-8-12">
  50. <action dev="javajedi" type="update">
  51. JDK 1.5 upgrades
  52. </action>
  53. <action dev="javajedi" type="update">
  54. Applied Mitchell Friedman's patch for support of additional JDBC data
  55. types.
  56. </action>
  57. <action dev="javajedi" type="update">
  58. Added support for deleted rows.
  59. </action>
  60. </release>
  61. <release version="1.0" date="2005-4-7">
  62. <action dev="javajedi" type="add">
  63. Initial release
  64. </action>
  65. </release>
  66. </body>
  67. </document>