Skip to content

Commit

Permalink
Release note docs for bug 1537126
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Oct 22, 2008
1 parent d2dd159 commit 1f8aeff
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions dist/releaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,24 @@
<h3><a href='http://schemaspy.sourceforge.net'>SchemaSpy</a> Release Notes</h3>
<ul>

<li class='release'>x.x.x - xx/xx/xxxx
<ul>
<li>Resolved <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1537126&group_id=137197&atid=737987">
bug 1537126</a> - XML output fails with binary columns<br>
It took a while but I think I finally came up with a regular expression
that'll determine if the default value is representable in XML in Unicode:<br>
<code>^[\u0009\n\r -\uD7FF\uE000-\uFFFD\p{L}\p{M}\p{Z}\p{S}\p{N}\p{P}]*$</code>
</li>
</ul>
</li>

<li class='release'>4.1.1 - 10/20/2008
<ul>
<li>Resolved <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2182700&group_id=137197&atid=737987">
bug 2182700</a> - Exception when extends directive has trailing space<br>
bug 2182700</a> - Exception when extends directive has trailing space
</li>
<li>Resolved <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=2182705&group_id=137197&atid=737987">
bug 2182705</a> - Null ID on DB2 views<br>
bug 2182705</a> - Null ID on DB2 views
</li>
</ul>
</li>
Expand Down

0 comments on commit 1f8aeff

Please sign in to comment.