From 9c710432314a34e1d9a6b402ce36836b751e30b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Bigaret?=
 <sebastien.bigaret@telecom-bretagne.eu>
Date: Wed, 18 Oct 2017 10:44:02 +0200
Subject: [PATCH] Prepare release 2.2

---
 CHANGES                                                | 4 ++++
 src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index 3bb0fdfc..bfc99b2d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,11 @@
+v2.2
+----
 
 - Praxis was really slow on machines where 'localhost' takes seconds
   to resolve, due to some DNS (mis)configuration.  This has been
   observed on Mac OS X "Sierra".
+  Thanks to Patrick Gasser (Singapore-ETH Centre) for reporting the
+  issue, and for his help to diagnose than fix the problem.
 
 v2.1
 ----
diff --git a/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java b/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
index 5cdb26e1..fe2277fb 100644
--- a/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
+++ b/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
@@ -7,13 +7,13 @@ package eu.telecom_bretagne.praxis.common;
  */
 public abstract class ReleaseInfo
 {
-	public static final String release              = "2.1";
+	public static final String release              = "2.2";
 
 	public static final int    revision             = 0;
 
 	public static final int    application_revision = Configuration.getInt("revision");
 
-	public static final String release_date         = "2017-09-07";
+	public static final String release_date         = "2017-10-18";
 
 	/** The date of the packaging. It has always been the same as {@link #release_date}: use the latter field instead */
 	@Deprecated
-- 
GitLab