37
38
39
40
41
42
43
44
|
37
38
39
40
41
42
43
44
45
|
+
|
Aside from that: hack at will.
<h2>News</h2>
Notable changes...
* 20120726: when opening a repo db, the library now validates that it is a repo db, and can distinguish between/report various types of errors, e.g. repo schema is out of data or the db is not a fossil repo.
* 20120725: removed the per-instance allocator configuration - it is now library-wide. This simplified buffer usage and makes it legal to use them before instantiating a fossil context.
|