Clarify privacy/data policies
[blerg.git] / www / doc / changelog.html
index b1359f6..a7936d3 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.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2>
+<a name="v1.8"><h2>Version 1.8 - released Thursday, May 30, 2013</h2></a>
+
+<h3>Features Added</h3>
+<ul>
+<li>Passwords are now hashed with scrypt instead of lame old MD5. Source
+for scrypt 1.1.6 is embedded as it provides no readily usable
+library.</li>
+<li>Password formats are automatically upgraded upon login.</li>
+<li>mailto: is now supported in markdown links</li>
+<li>Added new <a href="/doc/privacy_data.html">Privacy and Data
+  Policies</a></li>
+</ul>
+
+<h3>Editing</h3>
+<ul>
+<li>Minor edits to the documentation.</li>
+</ul>
+
+<a name="v1.7"><h2>Version 1.7 - released Wednesday, January 16, 2013</h2></a>
+
+<h3>World Turned Upside-Down</h3>
+<ul>
+<li>Rewrote front-end using Enyo 2.1</li>
+</ul>
+
+<h3>Bugs Squashed</h3>
+<ul>
+<li>Links are now recognized inside parentheses/brackets, provided there
+is whitespace ahead of it.</li>
+</ul>
+
+<a name="v1.6.3"><h2>Version 1.6.3 - released Thursday, January 19, 2012</h2></a>
+
+<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></a>
+
+<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></a>
+
+<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></a>
+
+<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></a>
 
 <h3>Features Added</h3>
 <ul>
@@ -34,7 +116,7 @@ button works in more places</li>
 <li>Allow formatting metachars to be escaped with backslashes</li>
 </ul>
 
-<a name="v1.0"><h2>Version 1.0 - released Wednesday, February 9th 2011</h2>
+<a name="v1.0"><h2>Version 1.0 - released Wednesday, February 9th 2011</h2></a>
 
 <h3>Features Added</h3>
 <ul>
@@ -50,7 +132,7 @@ with hyperlinks</li>
 <li>Fixed tag accessibility issues for longer tags</li>
 </ul>
 
-<a name="v0"><h2>Version 0.ofuckreddit - released Thursday, Jan 13th 2011</h2>
+<a name="v0"><h2>Version 0.ofuckreddit - released Thursday, Jan 13th 2011</h2></a>
 
 <h3>Initial Release</h3>