Changelog for 1.8.1 v1.8.1
authorChip Black <bytex64@bytex64.net>
Mon, 3 Jun 2013 03:58:14 +0000 (22:58 -0500)
committerChip Black <bytex64@bytex64.net>
Mon, 3 Jun 2013 03:58:14 +0000 (22:58 -0500)
www/doc/changelog.html

index a7936d3..378372e 100644 (file)
 The intent of this changelog is to give an overview of the major changes
 and fixes made to BlĂ«rg.  For a detailed changelog, see the git log.
 
+<a name="v1.8.1"><h2>Version 1.8.1 - released Sunday, July 2, 2013</h2</a>
+
+<h3>Features Added</h3>
+<ul>
+<li>Added a flag to account metadata allowing accounts to be "muted" so
+their posts do not update tags/references/subscription indices.</li>
+<li>Post indices are no longer preallocated, but instead created as
+sparse files.</li>
+</ul>
+
+<h3>Bugs Squashed<?h3>
+<ul>
+<li>Numerous safety and integrity checks added</li>
+<li>The internal segment counter wasn't being updated when switching
+segments, causing deadlock on the 65537th entry.</li>
+<li>Record count is now updated after successfully writing a record
+rather than before.</li>
+</ul>
+
 <a name="v1.8"><h2>Version 1.8 - released Thursday, May 30, 2013</h2></a>
 
 <h3>Features Added</h3>