Release 1.6.3
[blerg.git] / www / doc / changelog.html
index b1359f6..0ef5ecb 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.6.3"><h2>Version 1.6.3 - released Thursday, January 19, 2012</h2>
+
+<h3>Features Added</h3>
+<ul>
+<li>Added password change support</li>
+</ul>
+
+<h3>Bugs Squashed</h3>
+<ul>
+<li>Added missing application/json Content-type to success/failure
+responses</li>
+</ul>
+
+<a name="v1.6.2"><h2>Version 1.6.2 - released Sunday, January 15, 2012</h2>
+
+<h3>Features Deprecated</h3>
+<ul>
+<li>Blerg.httpd (the standalone HTTP Blërg server) is now deprecated.
+It will not get new features and has been removed as a default build
+target.  Libmicrohttpd is just too obtuse to continue to support.  Look
+for a FastCGI version in the future, or maybe a new standalone version
+written using <a href="https://github.com/ellzey/libevhtp">libevhtp</a>.</li>
+</ul>
+
+<a name="v1.6.1"><h2>Version 1.6.1 - released Monday, November 7, 2011</h2>
+
+<h3>Features Added</h3>
+<ul>
+<li>Added support for inline media formats (mp3/ogg) played via the
+audio tag</li>
+<li>Added autoconf build system graciously provided by Boris
+Manojlovic</li>
+</ul>
+
+<a name="v1.6"><h2>Version 1.6 - released Monday, July 18th 2011</h2>
+
+<h3>Features Added</h3>
+<ul>
+<li>Passwords are now stored as MD5 hashes. See
+tools/convert_to_md5_passwords.pl to convert old passwords.</li>
+<li>Added notification of new messages from subscribed feeds.</li>
+</ul>
+
+<h3>Bugs Squashed</h3>
+<ul>
+<li>Users can now log in from multiple locations without clobbering
+their previous login.</li>
+<li>Fixed some relative URL problems so that Blërg can be more easily
+used on a subpath.</li>
+</ul>
+
 <a name="v1.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2>
 
 <h3>Features Added</h3>