diff --git a/CHANGES b/CHANGES
index 4bea0dc146917c5718fc543bf90854637ee1c7a8..ca73e4c6da7f484359d526265d4cfb1bc517a358 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+v1.5
+----
+
+- The bridge now asks the server to delete a result after receiving it.
 
 - Added a consistency check to the ResultStore on the server side.  It removes
   results with invalid statuses, and the results which are closed and point to
diff --git a/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java b/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
index 3ad94c715127c6327079b5f401fa5eb69e077706..74df197ae948f212e1af275f000849fd91642209 100644
--- a/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
+++ b/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
@@ -6,15 +6,15 @@ package eu.telecom_bretagne.praxis.common;
  */
 public abstract class ReleaseInfo
 {
-	public static final String release              = "1.4.1";
+	public static final String release              = "1.5";
 
 	public static final int    revision             = 0;
 
 	public static final int    application_revision = Configuration.getInt("revision");
 
-	public static final String release_date         = "2011-11-14";
+	public static final String release_date         = "2011-11-22";
 
-	public static final String package_date         = "2011-11-14";
+	public static final String package_date         = "2011-11-22";
 
 	/**
 	 * Returns a array of three strings: the release, the application_revision number, and the release date