From 088f09450c6a7362b7c1db08c801da9d6aea282f Mon Sep 17 00:00:00 2001 From: Kevin Turner Date: Wed, 2 May 2007 21:17:24 +0000 Subject: [project @ NEWS: mention store API changes] more people have custom stores than I thought. --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a4a3283..4b0b765 100644 --- a/NEWS +++ b/NEWS @@ -27,7 +27,10 @@ format for one-way nonces. As a result, the nonce table in the store has changed. You'll need to run contrib/upgrade-store-1.1-to-2.0 to upgrade your store, or you'll encounter errors about the wrong number of columns in the oid_nonces table. - + +If you've written your own custom store or code that interacts directly with it, +you'll need to review the change notes in openid.store.interface. + Consumers should now pass an additional parameter to Consumer.complete() to defend against return_to tampering. -- cgit v1.2.1