Permalink
Please sign in to comment.
Showing
with
20 additions
and 2 deletions.
- +18 −0 HISTORY.md
- +1 −1 project.clj
- +1 −1 test/fleetdb/server_test.clj
18
HISTORY.md
| @@ -0,0 +1,18 @@ | ||
| +## 0.2.0-RC2 (2010-07-09) | ||
| + | ||
| +* Put temporary snapshot and compact files in the same directory as the corresponding main files instead of /tmp | ||
| +* Fix bug in in checking of empty logs | ||
| +* Fix bug in compaction | ||
| +* Provide more visibility into errors occurring in spawned threads | ||
| + | ||
| +## 0.2.0-RC1 (2010-03-06) | ||
| + | ||
| +* Introduce `not-in` where condition | ||
| +* Introduce `distinct` query qualifier | ||
| +* Introduce `clear` query | ||
| +* Optimize `count` queries | ||
| +* Introduce `drop-collection` query | ||
| +* More explicitly handle type mismatch errors | ||
| +* Check the log for integrity on startup, repairing if necessary | ||
| +* Allow comparison of boolean values | ||
| +* Introduce `-x <password>` command line option to require client authentication |
2
project.clj
2
test/fleetdb/server_test.clj
0 comments on commit
7eef5ad