aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2012-04-30 09:06:29 +0000
committerNicola Vitale <nivit@FreeBSD.org>2012-04-30 09:06:29 +0000
commit4fc1509f31b171744c6a801bf9181640ed9209c1 (patch)
tree2dad409732075abf9a509dbff8bc9adb4c2895e6 /UPDATING
parent3eb8560d71a96cb5aef202d468f5408867ba16d7 (diff)
downloadports-4fc1509f31b171744c6a801bf9181640ed9209c1.tar.gz
ports-4fc1509f31b171744c6a801bf9181640ed9209c1.zip
- Added an entry about the updating of www/py-google-api-python-client to 1.0.b8
Notes
Notes: svn path=/head/; revision=295715
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 172f3c159cb6..ea74e85ae2e2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20120430:
+ AFFECTS: users of www/py-google-api-python-client
+ AUTHOR: nivit@FreeBSD.org
+
+ The port has been updated to 1.0.b8. This new version has important
+ changes which might break your code:
+
+ * apiclient.anyjson has moved to oauth2client.anyjson.
+ * Some calls, for example, taskqueue().lease() used to require
+ a parameter named body. In this new release only methods that
+ really need to send a body require a body parameter, and so
+ you may get errors about an unknown 'body' parameter in your call.
+ The solution is to remove the unneeded body={} parameter
+
+ See http://code.google.com/p/google-api-python-client/wiki/PyDoc for
+ more information.
+
20120426:
AFFECTS: users of editors/libreoffice
AUTHORS: bapt@FreeBSD.org