diff options
author | Jan Mercl <0xjnml@gmail.com> | 2019-12-26 17:24:51 +0100 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2019-12-26 17:24:51 +0100 |
commit | 6efd3c70006496181ffdf7397f8181c1b49895d8 (patch) | |
tree | 4108ec133e01017f490c5b4f023ffbd00f0ecdaa /doc.go | |
parent | 8717080461412ef105e587b66fecfc6221691674 (diff) |
v1.1.0-alpha.2v1.1.0-alpha.2
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -7,10 +7,15 @@ // // Changelog // -// 2019-12-18 v1.1.0 First alpha release using the new cc/v3, gocc, qbe -// toolchain. Some primitive tests pass on linux_{amd64,386}. Not yet safe for -// concurrent access by multiple goroutines. Next alpha release is planed to -// arrive before the end of this year. +// 2019-12-26 v1.1.0-alpha.2: Second alpha release adds support for accessing a +// database concurrently by multiple goroutines and/or processes. v1.1.0 is now +// considered feature-complete. Next planed release should be a beta with a +// proper test suite. +// +// 2019-12-18 v1.1.0-alpha.1: First alpha release using the new cc/v3, gocc, +// qbe toolchain. Some primitive tests pass on linux_{amd64,386}. Not yet safe +// for concurrent access by multiple goroutines. Next alpha release is planed +// to arrive before the end of this year. // // 2017-06-10 Windows/Intel no more uses the VM (thanks Steffen Butzer). // |