diff --git a/ChangeLog b/ChangeLog
index 606cbf7ac..3bbf572d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,12 +7,15 @@ represents a feature release, and the Z represents a patch.
------ current release ---------------------------
-1.4.1 (7/?/2008)
+1.5.0 (?/?/?)
+
+------ old releases ------------------------------
+
+1.4.1 (7/18/2008)
+ Bug: Descriptions can not be altered with "task 123 New description"
+ Tweak: For "task calendar" month names are now centered over the month
+ Removed TUTORIAL file contents in favor of online version
-
------- old releases ------------------------------
+ + Provided Mac .pkg binary
1.4.0 (7/10/2008)
+ New recurring tasks feature
diff --git a/configure.ac b/configure.ac
index d9f7bbeb4..e89a1aa53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(task, 1.4.1, bugs@beckingham.net)
+AC_INIT(task, 1.5.0, bugs@beckingham.net)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/task.cpp])
AC_CONFIG_HEADER([auto.h])
diff --git a/html/task.html b/html/task.html
index a2458ea92..84f28544e 100644
--- a/html/task.html
+++ b/html/task.html
@@ -75,11 +75,11 @@
diff --git a/html/versions.html b/html/versions.html
index 30df5851f..e6e3ffe4f 100644
--- a/html/versions.html
+++ b/html/versions.html
@@ -35,6 +35,20 @@
+
+
New in version 1.4.1 (7/18/2008)
+
task-1.4.1.tar.gz
+
+ Mac OS X 10.5 (Leopard) Intel-only:
+
task-1.4.1.pkg
+
+
+
+ - Fixed bug: Descriptions could not be altered with "task 123 New description"
+
- Tweak: For "task calendar" month names are now centered over the month
+
- Removed TUTORIAL file contents in favor of online version
+
- New Mac Intel-only Leopard (10.5) binary package
+
New in version 1.4.0 (7/10/2008)
Source:
task-1.4.0.tar.gz