<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1 @@
-1.1.6
+1.1.7</diff>
      <filename>VERSION</filename>
    </modified>
    <modified>
      <diff>@@ -6,9 +6,11 @@ module JSON
     # into a Ruby data structure.
     class Parser &lt; StringScanner
       STRING                = /&quot; ((?:[^\x0-\x1f&quot;\\] |
+                                   # escaped special characters:
                                   \\[&quot;\\\/bfnrt] |
                                   \\u[0-9a-fA-F]{4} |
-                                  \\[\x20-\xff])*)
+                                   # match all but escaped special characters:
+                                  \\[\x20-\x21\x23-\x2e\x30-\x5b\x5d-\x61\x63-\x65\x67-\x6d\x6f-\x71\x73\x75-\xff])*)
                               &quot;/nx
       INTEGER               = /(-?0|-?[1-9]\d*)/
       FLOAT                 = /(-?</diff>
      <filename>lib/json/pure/parser.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 module JSON
   # JSON version
-  VERSION         = '1.1.6'
+  VERSION         = '1.1.7'
   VERSION_ARRAY   = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
   VERSION_MAJOR   = VERSION_ARRAY[0] # :nodoc:
   VERSION_MINOR   = VERSION_ARRAY[1] # :nodoc:</diff>
      <filename>lib/json/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c0e3c87e7f28f7d93e59bd301060f6c0fd76f014</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Luz</name>
    <email>dev@mernen.com</email>
  </author>
  <url>http://github.com/mernen/json-jruby/commit/059d9a1a385040c0633457f3b236a28a80d626fb</url>
  <id>059d9a1a385040c0633457f3b236a28a80d626fb</id>
  <committed-date>2009-07-03T14:43:48-07:00</committed-date>
  <authored-date>2009-07-03T14:43:48-07:00</authored-date>
  <message>Applied commits #311 and #312 from json:

    fixed parser regular expression problem</message>
  <tree>b7c747fd052ce0e7802e0329f2abc867654ad64f</tree>
  <committer>
    <name>Daniel Luz</name>
    <email>dev@mernen.com</email>
  </committer>
</commit>
