Deprecate blerg.httpd since it's become a hassle
[blerg.git] / www / doc / changelog.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Blërg Changelog</title>
5 <link rel="stylesheet" href="/css/doc.css">
6 </head>
7 <body>
8
9 <h1>Changelog</h1>
10
11 The intent of this changelog is to give an overview of the major changes
12 and fixes made to Blërg.  For a detailed changelog, see the git log.
13
14 <a name="v1.6.2"><h2>Version 1.6.2 - released Sunday, January 15, 2012</h2>
15
16 <h3>Features Deprecated</h3>
17 <ul>
18 <li>Blerg.httpd (the standalone HTTP Blërg server) is now deprecated.
19 It will not get new features and has been removed as a default build
20 target.  Libmicrohttpd is just too obtuse to continue to support.  Look
21 for a FastCGI version in the future, or maybe a new standalone version
22 written using <a href="https://github.com/ellzey/libevhtp">libevhtp</a>.</li>
23 </ul>
24
25 <a name="v1.6.1"><h2>Version 1.6.1 - released Monday, November 7, 2011</h2>
26
27 <h3>Features Added</h3>
28 <ul>
29 <li>Added support for inline media formats (mp3/ogg) played via the
30 audio tag</li>
31 <li>Added autoconf build system graciously provided by Boris
32 Manojlovic</li>
33 </ul>
34
35 <a name="v1.6"><h2>Version 1.6 - released Monday, July 18th 2011</h2>
36
37 <h3>Features Added</h3>
38 <ul>
39 <li>Passwords are now stored as MD5 hashes. See
40 tools/convert_to_md5_passwords.pl to convert old passwords.</li>
41 <li>Added notification of new messages from subscribed feeds.</li>
42 </ul>
43
44 <h3>Bugs Squashed</h3>
45 <ul>
46 <li>Users can now log in from multiple locations without clobbering
47 their previous login.</li>
48 <li>Fixed some relative URL problems so that Blërg can be more easily
49 used on a subpath.</li>
50 </ul>
51
52 <a name="v1.5"><h2>Version 1.5 - released Friday, March 4th 2011</h2>
53
54 <h3>Features Added</h3>
55 <ul>
56 <li>Added "stalking" (follow)</li>
57 <li>Added markdown-style headers (lines beginning with #), wiki-style
58 headers (lines beginning with =), lists (groups of lines beginning with
59 * separated by blank lines), and quoting (lines beginning with &gt;)</li>
60 <li>Added permalinks to posts</li>
61 <li>Added a new kind of ref tag (@user/N) that links to a specific post,
62 as well as a reply link that auto-enters the perma-ref tag into the
63 content of your post</li>
64 </ul>
65
66 <h3>Bugs Squashed</h3>
67 <ul>
68 <li>Removed the extra whitespace at the end of multi-line posts.</li>
69 <li>Fixed paging so that each page is its own URL, which means the back
70 button works in more places</li>
71 <li>Fixed a number of places where switching views would do nothing</li>
72 <li>Allow formatting metachars to be escaped with backslashes</li>
73 </ul>
74
75 <a name="v1.0"><h2>Version 1.0 - released Wednesday, February 9th 2011</h2>
76
77 <h3>Features Added</h3>
78 <ul>
79 <li>Added recent tags and posts display</li>
80 <li>Added a link to see chatter for users other than yourself</li>
81 <li>Changed ref/tag link colors to be gray so that they aren't confused
82 with hyperlinks</li>
83 </ul>
84
85 <h3>Bugs Squashed</h3>
86 <ul>
87 <li>Fixed a few XSS vulnerabilities in regex parsing for urls</li>
88 <li>Fixed tag accessibility issues for longer tags</li>
89 </ul>
90
91 <a name="v0"><h2>Version 0.ofuckreddit - released Thursday, Jan 13th 2011</h2>
92
93 <h3>Initial Release</h3>
94
95 </body>
96 </html>