Last tweaks to setup for 1.0 release.
Reviewed in https://codereview.appspot.com/6489115/.
diff --git a/Makefile b/Makefile
index 8102da7..b0808fe 100644
--- a/Makefile
+++ b/Makefile
@@ -24,9 +24,7 @@
 	python samples-index.py > ../google-api-python-client.wiki/SampleApps.wiki
 
 .PHONY: prerelease
-prerelease:
-	./runtests.sh python2.6
-	./runtests.sh python2.7
+prerelease: test
 	-rm -rf dist/
 	-sudo rm -rf dist/
 	-rm -rf snapshot/
@@ -54,7 +52,7 @@
 	python googlecode_upload.py --summary="Samples for google-api-python-client Version $(shell python setup.py --version)" --project=google-api-python-client snapshot/google-api-python-client-samples-*.zip
 
 .PHONY: oauth2_prerelease
-oauth2_prerelease:
+oauth2_prerelease: test
 	-rm -rf dist/
 	-sudo rm -rf dist/
 	-rm -rf snapshot/
diff --git a/setup.py b/setup.py
index 67b9d2a..5ddcc34 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@
   ]
 
 install_requires = [
-    'httplib2>=0.7.4',
+    'httplib2>=0.7.6',
     'python-gflags',
     ]
 
diff --git a/setup_oauth2client.py b/setup_oauth2client.py
index fd2b67d..b0cdf9b 100644
--- a/setup_oauth2client.py
+++ b/setup_oauth2client.py
@@ -24,7 +24,7 @@
 ]
 
 install_requires = [
-    'httplib2>=0.7.4',
+    'httplib2>=0.7.6',
     'python-gflags',
     ]
 
diff --git a/tools/gae-zip-creator.sh b/tools/gae-zip-creator.sh
old mode 100644
new mode 100755