commit:993eed26085de3e6467221c442499fb5bc81e0ae
author:Chip Black
committer:Chip Black
date:Thu Jan 19 02:06:44 2012 -0600
parents:25d05f5f2c444ca67199b7108fe74fb728cf8554
Release 1.6.3
diff --git a/configure.in b/configure.in
line changes: +1/-1
index 0c635bb..ea052b2
--- a/configure.in
+++ b/configure.in
@@ -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])

diff --git a/www/doc/changelog.html b/www/doc/changelog.html
line changes: +13/-0
index 549505b..0ef5ecb
--- a/www/doc/changelog.html
+++ b/www/doc/changelog.html
@@ -11,6 +11,19 @@
 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>