diff --git a/NEWS b/NEWS
index 3854e64ddb2d2da6363facbc6f12fea48dbe5d55..1b84462b3802b7c6e801e0889e02377d4463b3cf 100644
--- a/NEWS
+++ b/NEWS
@@ -4,15 +4,19 @@ News
 Version 2.1.5
 -------------
 
-*(Unreleased)*
+*(Released Thu, 01 Jul 2010)*
 
 A small bugfix release:
   - Fix disk adoption: broken by strict --disk option checking in 2.1.4
   - Fix batch-create: broken in the whole 2.1 series due to a lookup on
     a non-existing option
   - Fix instance create: the --force-variant option was ignored
-  - Fix pylint 0.21 compatibility and warnings with python 2.6
-  - Fix modify node storage with non-fqdn arguments
+  - Improve pylint 0.21 compatibility and warnings with Python 2.6
+  - Fix modify node storage with non-FQDN arguments
+  - Fix RAPI client to authenticate under Python 2.6 when used
+    for more than 5 requests needing authentication
+  - Fix gnt-instance modify -t (storage) giving a wrong error message
+    when converting a non-shutdown drbd instance to plain
 
 Version 2.1.4
 -------------
diff --git a/configure.ac b/configure.ac
index 02aac110a34f150cf24aafa69445a582fd550cad..be58c5ea79c782d59a1c0377b71355e059d1926a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Configure script for Ganeti
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [1])
-m4_define([gnt_version_revision], [4])
+m4_define([gnt_version_revision], [5])
 m4_define([gnt_version_suffix], [])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],