diff --git a/.phrozn/entries/history/index.twig b/.phrozn/entries/history/index.twig
index 1a0291f..1cb0bef 100755
--- a/.phrozn/entries/history/index.twig
+++ b/.phrozn/entries/history/index.twig
@@ -1,6 +1,19 @@
id: history
title: History
---
+
+Version 2.0-rc2 (2011/09/29)
+
+
+ -
+ Automatic failover between Wi-Fi and mobile data connection if server is unreachable
+ (e.g. when Wi-Fi router is on, but it has no internet access)
+
+ -
+ Send timestamp of incoming messages to server
+
+
+
Version 2.0-rc1 (2011/09/28)
diff --git a/.phrozn/entries/serverapi/index.twig b/.phrozn/entries/serverapi/index.twig
index e4711fb..1cd5ab4 100755
--- a/.phrozn/entries/serverapi/index.twig
+++ b/.phrozn/entries/serverapi/index.twig
@@ -264,6 +264,11 @@ Additional parameters sent in POST requests with action=incoming
:
The message body of the SMS, or the content of the text/plain
part of the MMS.
For multipart SMS messages, this field contains all parts concatenated and may be longer than 160 characters.
+
+ - "timestamp" ::= <long integer>
+ -
+ The timestamp of the incoming message, in milliseconds since midnight, January 1, 1970 UTC.
+
Additional parameters sent in POST requests with action=incoming
and message_type=mms
:
diff --git a/history/index.html b/history/index.html
index dde9a7b..8366490 100755
--- a/history/index.html
+++ b/history/index.html
@@ -39,7 +39,20 @@
History
- Version 2.0-rc1 (2011/09/28)
+
+Version 2.0-rc2 (2011/09/29)
+
+
+ -
+ Automatic failover between Wi-Fi and mobile data connection if server is unreachable
+ (e.g. when Wi-Fi router is on, but it has no internet access)
+
+ -
+ Send timestamp of incoming messages to server
+
+
+
+Version 2.0-rc1 (2011/09/28)
-
diff --git a/serverapi/index.html b/serverapi/index.html
index 94340e4..1e09c91 100755
--- a/serverapi/index.html
+++ b/serverapi/index.html
@@ -302,6 +302,11 @@ Additional parameters sent in POST requests with
action=incoming
:
The message body of the SMS, or the content of the text/plain
part of the MMS.
For multipart SMS messages, this field contains all parts concatenated and may be longer than 160 characters.
+
+ - "timestamp" ::= <long integer>
+ -
+ The timestamp of the incoming message, in milliseconds since midnight, January 1, 1970 UTC.
+
Additional parameters sent in POST requests with action=incoming
and message_type=mms
: