aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2012-04-30 17:06:29 +0800
committernivit <nivit@FreeBSD.org>2012-04-30 17:06:29 +0800
commiteca8e0087ac10a13edbce3a51907cc0db43c0c9d (patch)
treefce87623dade16de69fc65c4418a2a9414f012db /UPDATING
parent6ba2ae1c0c8ccafaf7de9eef753eb4271b881187 (diff)
downloadfreebsd-ports-gnome-eca8e0087ac10a13edbce3a51907cc0db43c0c9d.tar.gz
freebsd-ports-gnome-eca8e0087ac10a13edbce3a51907cc0db43c0c9d.tar.zst
freebsd-ports-gnome-eca8e0087ac10a13edbce3a51907cc0db43c0c9d.zip
- Added an entry about the updating of www/py-google-api-python-client to 1.0.b8
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