commit:e01bce7710b1b70b003a2cccc8483fcda3d72014
author:Chip Black
committer:Chip Black
date:Tue Jan 15 22:12:23 2013 -0800
parents:3d9d506fb56b9f1ef04a27aa3f5a615a877bb6ec
Version 1.7
diff --git a/configure.in b/configure.in
line changes: +1/-1
index ea052b2..a4f7731
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.65])
 AC_INIT(config.h)
-AM_INIT_AUTOMAKE([blerg], [1.6.3])
+AM_INIT_AUTOMAKE([blerg], [1.7])
 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 0ef5ecb..b06e421
--- 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.7"><h2>Version 1.7 - released Wednesday, January 16, 2013
+
+<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>
 
 <h3>Features Added</h3>