Skip to content

Commit

Permalink
fpta: bump version to v0.3.11
Browse files Browse the repository at this point in the history
Backward compatibility break:
-----------------------------

The database format signature has been changed to prevent
forward-interoperability with an previous releases, which may lead to a
[false positive diagnosis of database corruption](erthink/libmdbx#238)
due to flaws of an old library versions.

This change is mostly invisible:

 - previously versions are unable to read/write a new DBs;
 - but the new release is able to handle an old DBs and will silently upgrade ones.

Signed-off-by: Leonid Yuriev <leo@yuriev.ru>
  • Loading branch information
erthink committed Oct 23, 2021
1 parent 8d5f75a commit 5f584f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.3.10.{build}
version: 0.3.11.{build}

environment:
GTEST_SHUFFLE: 1
Expand Down

0 comments on commit 5f584f6

Please sign in to comment.