diff --git a/CHANGELOGS.txt b/CHANGELOGS.txt
index da54ebf3..6f4f3c1e 100644
--- a/CHANGELOGS.txt
+++ b/CHANGELOGS.txt
@@ -1,38 +1,7 @@
History for Eiffel-Web-Framework
+[2015-06-10]
+ * Updated EWF design to better support concurrency, including SCOOP via
+ the new standalone connector.
-[2011-09-23] Jocelyn
- * library "ewsgi":
- - NEW simple autotest cases using Nino web server
- -fixed issue with RAW_POST_DATA being added in form_data_parameters
- instead of meta_variables ...
- - Implemented WGI_VALUE for parameter's type (query_parameter,
- form_data_parameter, item ...)
- * Nino connector: added feature to shutdown the server from the WGI application
- * NEW library "http_client": a new library to perform simple http requests
- such as get, head, post, put, ... (currently implemented with Eiffel cURL)
- * NEW library "http_authorization": added simple library to support
- HTTP_AUTHORIZATION. For now only "Basic" auth type is supported ..
-
-[2011-09-22] Javier
- * NEW Example: added partial Restbuck example
-
-[2011-09-21] Jocelyn
- * Nino connector: fixed an issue with missing value for Content-Type and Content-Length
-
-[2011-09-13] Jocelyn
- * library "router": now using a generic design to allow customization of
- request handler context class.
- * NEW library "server/request/rest": first attempt to provide a library to
- help building RESTful application (the interfaces are likely to change
- soon) EXPERIMENTAL
-
-[2011-09-09] Jocelyn
- * library "uri-template": better support for {/vars} and {?vars}
-
-[2011-09-07] Jocelyn
- * library "router": now routing depends on uri (or uri template) and request methods
- * Nino connector: Fixed issue where HTTP_ prefix were missing for header meta variable.
-
-[2011-09-07] Jocelyn
- * changelog: starting to write down changelogs file
+[Previous ] Many significant changes in v0
diff --git a/MIGRATION.md b/MIGRATION.md
index 6b34d0b1..5a5b5bad 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -1,4 +1,4 @@
-Date: 2015-mar-31
+Date: 2015-june
# Goal:
=======
@@ -7,7 +7,7 @@ Date: 2015-mar-31
# Status:
=========
-- The current version of EWF has mainly 3 connectors: CGI, libFCGI, and nino.
+- The version v0 of EWF has mainly 3 connectors: CGI, libFCGI, and nino.
- CGI and libFCGI connectors does not need any concurrency support.
- But the nino connector had a pseudo concurrency support with Thread, however one could do write code that result in hasardeous concurrency execution.
diff --git a/library/server/ewsgi/connectors/standalone/src/httpd/httpd-safe.ecf b/library/server/ewsgi/connectors/standalone/src/httpd/httpd-safe.ecf
index 83338d1e..2641135a 100644
--- a/library/server/ewsgi/connectors/standalone/src/httpd/httpd-safe.ecf
+++ b/library/server/ewsgi/connectors/standalone/src/httpd/httpd-safe.ecf
@@ -27,7 +27,6 @@
- /EIFGENs$
/concurrency$
/ssl$
/no_ssl$