commit:974dbf20da7aec573384615db50f7e03e56c1667
author:Chip Black
committer:Chip Black
date:Sun Jun 2 22:58:14 2013 -0500
parents:fd07ab46f5f37057e9290441931d5de92d62761b
Changelog for 1.8.1
diff --git a/www/doc/changelog.html b/www/doc/changelog.html
line changes: +19/-0
index a7936d3..378372e
--- a/www/doc/changelog.html
+++ b/www/doc/changelog.html
@@ -11,6 +11,25 @@
 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>