Skip to content

Commit 2a1f927

Browse files
author
Kevin Turner
committed
[project @ [#1041] NEWS: Add new Upgrading from 1.2 section referencing upgrade-store script.]
1 parent 7d7b1d8 commit 2a1f927

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

NEWS

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,18 @@ Fetcher API
132132
urljr.fetchers.HTTPFetcher. get() and post() have been replaced by
133133
fetch(), see urljr.fetchers for details.
134134

135-
Upgrading
136-
---------
135+
Upgrading from 1.1 or 1.2
136+
-------------------------
137+
138+
One of the additions to the OpenID protocol was a specified nonce
139+
format for one-way nonces. As a result, the nonce table in the store
140+
has changed. You'll need to run contrib/upgrade-store-1.1-to-2.0 to
141+
upgrade your store, or you'll encounter errors about the wrong number
142+
of columns in the oid_nonces table.
143+
144+
145+
Upgrading from 1.0
146+
------------------
137147

138148
The server changed the way it indexes associations in the store, so if
139149
you're upgrading a server installation, we recommend you clear the old

0 commit comments

Comments
 (0)