Skip to content

Commit

Permalink
Upd readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van der Heijden committed Jan 8, 2019
1 parent c2098e4 commit 128245e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
2019.01.07, Version 1.2.0

* Added drop database option.
* Added drop database option. (issue #10)
* Update SiriDB GO Connector
* Use Vlow instead of Reflux

2017.11.14, Version 1.1.3

Expand All @@ -9,19 +11,16 @@
2017.05.04, Version 1.1.2

* Fixed accepting IPv6 SiriDB server address from command line. (issue #5)

* Freeze npm package versions.

2017.04.06, Version 1.1.1

* Fixed verbose logging. (issue #1)

* Fixed honoring the force argument when creating a new replica. (issue #2)

2017.04.06, Version 1.1.0

* Renamed some command line arguments.

* Print error message if the web server cannot start listening.

2017.04.03, Version 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You might want to copy the binary to /usr/local/bin and create a symlink like th
$ sudo cp siridb-admin_X.Y.Z_OS_ARCH.bin /usr/local/bin/
$ sudo ln -s /usr/local/bin/siridb-admin_X.Y.Z_OS_ARCH.bin /usr/local/bin/siridb-admin
```
Note: replace `X.Y.Z_OS_ARCH` with your binary, for example `1.1.1_linux_amd64`
Note: replace `X.Y.Z_OS_ARCH` with your binary, for example `1.2.0_linux_amd64`

### Compile from source
> Before compiling from source make sure **go**, **npm** and **git** are installed and your [$GOPATH](https://github.com/golang/go/wiki/GOPATH) is set.
Expand Down

0 comments on commit 128245e

Please sign in to comment.