<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -216,3 +216,17 @@ Change Log
 2007-12-11
 
 * Properly scaled NUMERIC and DECIMAL types when inserting with parameters.
+
+2007-12-13
+
+* Rounded instead of flooring NUMERIC and DECIMAL types.
+* Replace deprecated isc_interprete method call for FB2.
+
+2008-04-22
+
+* Implement explicit end-of-data flag for cursors to avoid synchronization error in newer Firebird builds.
+* Allocated longer buffers to avoid memory access error reported by valgrind
+* Tightened up C syntax for stricter compilers.
+* Factored symbol and regex creation out to global scope for efficiency.
+* Removed global transaction functions that weren't exposed anyway.
+* Removed remaining global state. This should allow for better concurrency.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -3,8 +3,8 @@ require 'rubygems'
 
 spec = Gem::Specification.new do |s|
   s.name = &quot;fb&quot;
-  s.version = &quot;0.5.5&quot;
-  s.date = &quot;2008-01-03&quot;
+  s.version = &quot;0.5.6&quot;
+  s.date = &quot;2008-04-22&quot;
   s.summary = &quot;Firebird and Interbase driver&quot;
   s.requirements = &quot;Firebird client library fbclient.dll&quot;
   s.require_path = '.'</diff>
      <filename>fb.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c7faaa591af7ba5ea9aba58f335274578c466a6c</id>
    </parent>
  </parents>
  <author>
    <name>brent</name>
    <email>brent@e6efdd46-4312-0410-9032-dd8a18d5a4db</email>
  </author>
  <url>http://github.com/wishdev/fb/commit/c48747f719d3cc830486bd9d6c0f7e652a75c9df</url>
  <id>c48747f719d3cc830486bd9d6c0f7e652a75c9df</id>
  <committed-date>2008-04-22T10:37:51-07:00</committed-date>
  <authored-date>2008-04-22T10:37:51-07:00</authored-date>
  <message>Updated README file and gemspec.

git-svn-id: https://svn.ttiltd.com/svn/dev.rb/trunk/libraries/fb@3580 e6efdd46-4312-0410-9032-dd8a18d5a4db</message>
  <tree>5084c7124f3700cd5b81bd29c735539839c4b62b</tree>
  <committer>
    <name>brent</name>
    <email>brent@e6efdd46-4312-0410-9032-dd8a18d5a4db</email>
  </committer>
</commit>
