Skip to content

Commit

Permalink
Bump version for 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Apr 17, 2013
1 parent 0ac4c79 commit 95b9604
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
28 changes: 20 additions & 8 deletions changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,27 @@ <h1>Changelog</h1>

<ul id="changelog">

<li id="v2_3_1">
<h3>v2.3.1</h3>
<ul>
<li><a href="https://github.com/bobthecow/genghis/issues/93">Fix #93</a> — Skip <code>bson_ext</code> and <code>json</code> checks for JRuby, et. al.</li>
<li>Use an explicit ISO date string when saving ISODate values.</li>
<li>Update to the latest Backbone, Underscore, CodeMirror, jQuery, jQuery hoverIntent and Mousetrap library versions.</li>
<li>Switch to Rob Garrison’s fork of tablesorter.</li>
</ul>


</li>

<li id="v2_3_0">
<h3>v2.3.0</h3>
<ul>
<li><a href="https://github.com/bobthecow/genghis/issues/69">Fix #69</a>, <a href="https://github.com/bobthecow/genghis/issues/74">#74</a> , <a href="https://github.com/bobthecow/genghis/issues/84">#84</a> and <a href="https://github.com/bobthecow/genghis/issues/91">#91</a> Fix errors authenticating against a single database.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/69">Fix #69</a>, <a href="https://github.com/bobthecow/genghis/issues/74">#74</a> , <a href="https://github.com/bobthecow/genghis/issues/84">#84</a> and <a href="https://github.com/bobthecow/genghis/issues/91">#91</a> Fix errors authenticating against a single database.</li>
<li>Add detailed database and collection size stats.</li>
<li>Friendlier “human” size rounding.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/89">Fix #89</a> — Improve handling of databases with invalid names.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/90">Fix #90</a> — Fix error loading server list after adding a malformed server DSN (PHP backend).</li>
<li><a href="https://github.com/bobthecow/genghis/issues/81">Fix #81</a> Suppress dependency version warnings for (really) old versions of rubygems.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/81">Fix #81</a> Suppress dependency version warnings for (really) old versions of rubygems.</li>
<li>Fix various and sundry compile errors and edge cases.</li>
<li>Bump Bootstrap and Mousetrap library versions.</li>
</ul>
Expand All @@ -46,7 +58,7 @@ <h3>v2.2.2</h3>
<li>Pre-fill default <code>fs</code> GridFS collection name.</li>
<li>Add a hotkey for creating a new GridFS collection.</li>
<li>Improve “create” user experience in tabular views.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/79">Fix #79</a> Improve hotkey handling.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/79">Fix #79</a> Improve hotkey handling.</li>
<li>Fix disappearing line numbers in editors after using big search box (let defaults stay default).</li>
<li>Housekeeping.</li>
</ul>
Expand Down Expand Up @@ -79,12 +91,12 @@ <h3>v2.2.0</h3>
<p>Bug fixes:</p>

<ul>
<li><a href="https://github.com/bobthecow/genghis/issues/64">Fix #64</a> Allow creating a document with an explicit <code>_id</code>.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/64">Fix #64</a> Allow creating a document with an explicit <code>_id</code>.</li>
<li>Handle Backbone weirdness in docs with both <code>_id</code> and <code>id</code> properties.</li>
<li>Fix indent levels in documents with empty objects.</li>
<li>Stop rejecting all <code>system*</code> collections (Ruby backend) — Thanks @ys.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/71">Fix #71</a> Handle non-ObjectID DBRefs more gracefully.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/72">Fix #72</a> Surface server error responses when searching.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/71">Fix #71</a> Handle non-ObjectID DBRefs more gracefully.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/72">Fix #72</a> Surface server error responses when searching.</li>
<li>Surface even more server error messages.</li>
</ul>

Expand Down Expand Up @@ -193,7 +205,7 @@ <h3>v2.1</h3>
<li><a href="https://github.com/bobthecow/genghis/issues/33">Fix #33</a> — Remove unexpected collapsed document representation in edit mode.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/32">Fix #32</a> — No more mixed-content warning when Genghis is running over SSL.</li>
<li><a href="https://github.com/bobthecow/genghis/issues/35">Fix #35</a> — No more “Add Server” fail in Ruby.</li>
<li>Fix — Handle connection auth errors more gracefully.</li>
<li>Fix — Handle connection auth errors more gracefully.</li>
<li>Fix — Query bug when running under PHP 5.4 SAPI CLI server.</li>
<li>Add ObjectId timestamps to document headers.</li>
<li>Add a sanity check for PHP <code>date.timezone</code> settings.</li>
Expand Down Expand Up @@ -244,7 +256,7 @@ <h3>v2.0.0</h3>

<ul>
<li>Add this CHANGELOG. Meta.</li>
<li>Genghis now has a more refined visual style — greeeeen!</li>
<li>Genghis now has a more refined visual style — greeeeen!</li>
<li>More responsive design (check it in a really small window!)</li>
<li>Epic document parsing and rendering overhaul:
<ul>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ <h2>The single-file MongoDB admin app.</h2>
<li>
<input value="gem install genghisapp" autocorrect="off" autocomplete="off" readonly="true">
<span>or</span>
<a class="download" href="https://github.com/bobthecow/genghis/archive/v2.3.0.zip" title="Genghis v2.3.0">Download</a>
<a class="download" href="https://github.com/bobthecow/genghis/archive/v2.3.1.zip" title="Genghis v2.3.1">Download</a>
</li>
<li><a href="https://github.com/bobthecow/genghis#readme">Docs</a></li>
<li><a href="/changelog/">Changes</a></li>
<li><a href="https://github.com/bobthecow/genghis/issues">Issues</a></li>
<li><span>Version 2.3.0</span></li>
<li><span>Version 2.3.1</span></li>
</nav>

<ul id="screenshots">
Expand Down
Loading

0 comments on commit 95b9604

Please sign in to comment.