From 364c2256d41ec0287fd0a126ce02bd0015094c60 Mon Sep 17 00:00:00 2001 From: HouzuoGuo Date: Mon, 1 Dec 2014 19:45:37 +0100 Subject: [PATCH] mark 3.1.2 --- README.md | 6 +++--- doc/Contributors-and-License.md | 1 + doc/Home.md | 6 +++--- doc/Version-History.md | 4 ++++ 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 63970d8..78db65b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Keywords: Golang, go, document database, NoSQL, JSON ### tiedot - Your NoSQL database powered by Golang -[![Build Status](https://travis-ci.org/HouzuoGuo/tiedot.svg?branch=master)](https://travis-ci.org/HouzuoGuo/tiedot) [![GoDoc](https://godoc.org/github.com/HouzuoGuo/tiedot?status.svg)](https://godoc.org/github.com/HouzuoGuo/tiedot) +[![Build Status](https://travis-ci.org/HouzuoGuo/tiedot.svg?branch=master)](https://travis-ci.org/HouzuoGuo/tiedot) [![GoDoc](https://godoc.org/github.com/HouzuoGuo/tiedot?status.svg)](https://godoc.org/github.com/HouzuoGuo/tiedot) [Open Build Service](https://build.opensuse.org/package/show/home:guohouzuo/tiedot) tiedot is a document database engine that uses __JSON__ as document notation; it has a powerful query processor that supports advanced set operations; it can be __embedded__ into your program, or run a stand-alone server using __HTTP__ for an API. It runs on *nix and Windows operating systems. @@ -37,7 +37,7 @@ Let me know what you think about tiedot, I love to hear from you! Please [Email tiedot is distributed under the [Simplified BSD license][Contributors and License]. -The newest version 3.1.1 (branch 3.1, tag 3.1.1) introduces better error handling in embedded usage, and bug fixes in query processor. Please check out [Version History] for change logs and more version information. +The newest version 3.1.2 (tag 3.1.2) introduced improved RPM spec and systemd unit file to properly build on Open Build Service. Please check out [Version History] for change logs and more version information. ### Project Story @@ -63,4 +63,4 @@ There are several other data structure servers/DB engines written in Go, namely [Twitter]: https://twitter.com/hzguo [blog]: http://allstarnix.blogspot.com.au [Issues]: https://github.com/HouzuoGuo/tiedot/issues -[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License +[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License \ No newline at end of file diff --git a/doc/Contributors-and-License.md b/doc/Contributors-and-License.md index ffe8128..c0ddd42 100644 --- a/doc/Contributors-and-License.md +++ b/doc/Contributors-and-License.md @@ -10,6 +10,7 @@ I sincerely appreciate the following individuals and organizations for their con - dchapes - Evan Shaw - Freiheit.com +- Gert Cuykens - "IFQ" - Nick Prestra - NoahShen diff --git a/doc/Home.md b/doc/Home.md index ba5d339..78db65b 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -4,7 +4,7 @@ Keywords: Golang, go, document database, NoSQL, JSON ### tiedot - Your NoSQL database powered by Golang -[![Build Status](https://travis-ci.org/HouzuoGuo/tiedot.svg?branch=master)](https://travis-ci.org/HouzuoGuo/tiedot) +[![Build Status](https://travis-ci.org/HouzuoGuo/tiedot.svg?branch=master)](https://travis-ci.org/HouzuoGuo/tiedot) [![GoDoc](https://godoc.org/github.com/HouzuoGuo/tiedot?status.svg)](https://godoc.org/github.com/HouzuoGuo/tiedot) [Open Build Service](https://build.opensuse.org/package/show/home:guohouzuo/tiedot) tiedot is a document database engine that uses __JSON__ as document notation; it has a powerful query processor that supports advanced set operations; it can be __embedded__ into your program, or run a stand-alone server using __HTTP__ for an API. It runs on *nix and Windows operating systems. @@ -37,7 +37,7 @@ Let me know what you think about tiedot, I love to hear from you! Please [Email tiedot is distributed under the [Simplified BSD license][Contributors and License]. -The newest version 3.1.1 (branch 3.1, tag 3.1.1) introduces better error handling in embedded usage, and bug fixes in query processor. Please check out [Version History] for change logs and more version information. +The newest version 3.1.2 (tag 3.1.2) introduced improved RPM spec and systemd unit file to properly build on Open Build Service. Please check out [Version History] for change logs and more version information. ### Project Story @@ -63,4 +63,4 @@ There are several other data structure servers/DB engines written in Go, namely [Twitter]: https://twitter.com/hzguo [blog]: http://allstarnix.blogspot.com.au [Issues]: https://github.com/HouzuoGuo/tiedot/issues -[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License +[Contributors and License]: https://github.com/HouzuoGuo/tiedot/wiki/Contributors-and-License \ No newline at end of file diff --git a/doc/Version-History.md b/doc/Version-History.md index 83aa9b7..215ab89 100644 --- a/doc/Version-History.md +++ b/doc/Version-History.md @@ -1,3 +1,7 @@ +### 3.1.2 (2014-12-01) + +Improved RPM spec and systemd unit file to properly build on Open Build Service. + ### 3.1.1 (2014-10-18) Error handling is easier in embedded usage, see example.go for more details.