Version bump
Dependencies
- [2]
VRAQTH26Fixing two crashes on corrupted files - [3]
3CKCVBXTA few optional storable types - [4]
G7K2WSVYFixing unsized iterators - [5]
J7LJZBMESetting reverse cursor to last by default - [6]
GGEFV4YYSome page splits were not properly handled in deletions - [7]
7T2CCH3PFixing a segfault (wrong offset in page_unsized::del) - [8]
P5NWMJ2HVersion bump - [9]
E4MD6T3LProofreading and commenting of this crate (massive bug fixes included) - [10]
W2MIZD5BSingle file databases + CRC for the root pages (checking the other pages makes everything very slow) - [11]
5LSYTRQ6More docs, example, and fixing the free page diagnostic function for mutable transactions - [12]
OHUZ73MKVersions - [13]
Z33OHFPAVersion bump - [14]
FQ567GAXVersion bumps - [15]
WTXLZDYIFixing bus errors on a full disk - [16]
LK2C7EU4More (optional) impls for direct_repr! - [17]
2ZRCQBXPVersion bump - [18]
DEKK3RUIFixing a bug when splitting unsized pages - [19]
ACB4A27ZCode coverage - [20]
PRDUE4YACleanup + published on crates.io - [21]
BPR2HVMRVersion bump - [22]
YXKP4AIWNew file locks, with multiple sets of free pages - [23]
GPP7KJSFVersion bump - [24]
DASFQGORDebugging - [25]
M6PHQUGLfallocate only when necessary - [26]
TJ2R4HAZAccessing the root pages (unsafely, of course) - [27]
PUOGOIJ3Debugging, impls and version bump - [28]
77TAHKV4Fixing a logical error (again) in del - [29]
OP6SVMODResetting history
Change contents
- file move: sanakirja-core → sanakirja-core
- replacement in "sanakirja-core/Cargo.toml" at line 3
version = "1.2.12"version = "1.2.14" - edit in "sanakirja-core/Cargo.toml" at line 43
log = "*" - file move: sanakirja → sanakirja
- replacement in "sanakirja/Cargo.toml" at line 3
version = "1.2.11"version = "1.2.12" - replacement in "sanakirja/Cargo.toml" at line 32
sanakirja-core = { path = "../sanakirja-core", version = "1.2.12" }sanakirja-core = { path = "../sanakirja-core", version = "1.2.14" } - replacement in "sanakirja/Cargo.toml" at line 44
uuid_ = { name = "uuid", version = "0.8", features = [ "v4" ] }uuid_ = { package = "uuid", version = "0.8", features = [ "v4" ] } - file move: cover → cover
- file move: Cargo.toml → Cargo.toml