diff --git a/Makefile b/Makefile
index 8e08b1a..a1d6e10 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ static_dir=$(TOPSRCDIR)/web-static
webbuild_dir=$(TOPSRCDIR)/tools/webbuild
requirejs_dir=$(webbuild_dir)/requirejs
-version := 0.7.0
+version := 0.7.1
ifeq ($(release_build),)
xpi_type := dev
diff --git a/extensions/firefox-share/src/install.rdf b/extensions/firefox-share/src/install.rdf
index dd33d8c..0da54dc 100755
--- a/extensions/firefox-share/src/install.rdf
+++ b/extensions/firefox-share/src/install.rdf
@@ -4,7 +4,7 @@
ffshare@mozilla.org
2
F1 by Mozilla Labs
- 0.7.0
+ 0.7.1
Mozilla
http://f1.mozillamessaging.com/
@@ -14,7 +14,7 @@
{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
3.6
- 4.0b9pre
+ 4.0b8pre
diff --git a/tasks.txt b/tasks.txt
index dcb9ff7..e9e6069 100644
--- a/tasks.txt
+++ b/tasks.txt
@@ -1,24 +1,27 @@
Tasks:
-- timezone fix? - Shane
-- injector code review: David ask Myk?
+- injector code review, minefield issue?: Shane follow up with Myk?
+- update xpi link to have src. - James
+- respin the xpi - Shane, James check the commits logs for xpi changes.
-- Talk to ludo - Shane
-- reproduced first time facebook add error case.
-- Use "F1" instead of "f1" in the twitter/facebook/gmail app IDs?
+- Use "F1" instead of "f1" in the twitter/facebook/gmail app IDs? - Shane
-- Autcomplete on ff beta 6 does not work
-- aTab is null in minefied
- notificationBox.insertBefore(iframeNode, notificationBox.firstChild); seems to cause it, at least in FF4 beta 6
-- script error for injector, in minefield
-- Ludo: Sorry you need to authenticate: got a 401 or 535 on api/send call.
+- unicode account creation - Shane
-http://pastebin.mozilla.org/844443
-http://pastebin.mozilla.org/844446
-http://pastebin.mozilla.org/844494
+- Ludo: Sorry you need to authenticate: got a 401 or 535 on api/send call. - Shane to look at Ludo's record.
+ - Try with a completely new gmail account, to confirm ok.
+
+- "Spinner, background, Connecting to domain" message in auth.html to help blank window.
+
+- Wipe tables, clear session cache.
+
+- Email folks
Thursday morning 10am.
+* aTab is null in minefied
+ notificationBox.insertBefore(iframeNode, notificationBox.firstChild); seems to cause it, at least in FF4 beta 6
+
* What if bitly breaks? reaches API limits? Make sure error mentions bitly api thing. - shane/James
This page: http://code.google.com/p/bitly-api/wiki/ApiBestPractices#HTTP_Response_Status_Codes
seems to indicate we will get a status 200, but the json response's status_code
@@ -38,8 +41,14 @@ Thursday morning 10am.
* Twitter application ID is "Mozilla f1" instead of "Mozilla F1"?
+* Autcomplete on ff beta 6 does not work. Need to talk to satchel owner to
+ make automcomplete provider more robust and officially supported.
+
+
--- optional ----
+* Look at html5 autocomplete, for minefield. Did they change the stachel UUID?
+
* add F1 logo in the share frame so users know where the feature came from/what
to tell others.