Release 1.6.3
authorChip Black <bytex64@bytex64.net>
Thu, 19 Jan 2012 08:06:44 +0000 (02:06 -0600)
committerChip Black <bytex64@bytex64.net>
Thu, 19 Jan 2012 08:06:44 +0000 (02:06 -0600)
configure.in
www/doc/changelog.html

index 0c635bb..ea052b2 100644 (file)
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.65])
 AC_INIT(config.h)
-AM_INIT_AUTOMAKE([blerg], [1.6.1])
+AM_INIT_AUTOMAKE([blerg], [1.6.3])
 AC_PROG_RANLIB
 AC_CONFIG_SRCDIR([common/app.c])
 AC_CONFIG_HEADERS([config.h])
index 549505b..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>