GitHub user MikeFair opened a pull request:
https://github.com/apache/couchdb-couch/pull/156
Explicity use the {minor_version, 1} option with term_to_binary when â¦
â¦calculating the revision id.
This uses the 64-bit IEEE format for floats, making the binary
representation consistent between OTP versions before and after 17.0.
This also makes it easier for third parties to replicate the md5 portion of
the revision id calculation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MikeFair/couchdb-couch
revId-minor_version_1-md5Calc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch/pull/156.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #156
----
commit fc9acc2f35743fcb8077b71d7e292acf261143aa
Author: Mike Fair <[email protected]>
Date: 2016-03-24T06:20:01Z
Explicity use the {minor_version, 1} option with term_to_binary when
calculating the revision id.
This uses the 64-bit IEEE format for floats, making the binary
representation consistent between OTP versions before and after 17.0.
This also makes it easier for third parties to replicate the md5 portion of
the revision id calculation.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---