Version bump
Dependencies
- [2]
FQ567GAXVersion bumps - [3]
5LSYTRQ6More docs, example, and fixing the free page diagnostic function for mutable transactions - [4]
W2MIZD5BSingle file databases + CRC for the root pages (checking the other pages makes everything very slow) - [5]
TJ2R4HAZAccessing the root pages (unsafely, of course) - [6]
OP6SVMODResetting history - [7]
DASFQGORDebugging - [8]
J7LJZBMESetting reverse cursor to last by default - [9]
77TAHKV4Fixing a logical error (again) in del - [10]
GGEFV4YYSome page splits were not properly handled in deletions - [11]
DEKK3RUIFixing a bug when splitting unsized pages - [12]
YXKP4AIWNew file locks, with multiple sets of free pages - [13]
E4MD6T3LProofreading and commenting of this crate (massive bug fixes included) - [14]
PRDUE4YACleanup + published on crates.io - [15]
GPP7KJSFVersion bump - [16]
WTXLZDYIFixing bus errors on a full disk - [17]
M6PHQUGLfallocate only when necessary - [18]
OHUZ73MKVersions - [19]
7T2CCH3PFixing a segfault (wrong offset in page_unsized::del) - [20]
2ZRCQBXPVersion bump - [21]
PUOGOIJ3Debugging, impls and version bump - [22]
Z33OHFPAVersion bump - [23]
BPR2HVMRVersion bump
Change contents
- replacement in sanakirja-core/Cargo.toml at line 3
version = "1.2.10"version = "1.2.12" - replacement in sanakirja/Cargo.toml at line 3
version = "1.2.6"version = "1.2.9" - replacement in sanakirja/Cargo.toml at line 29
sanakirja-core = { path = "../sanakirja-core", version = "1.2.10" }sanakirja-core = { path = "../sanakirja-core", version = "1.2.12" }