1
0
Fork 0

Tweak start-up logo

Strictly speaking the system is rqlite, not rqlited. The latter is just
the daemon.
master
Philip O'Toole 7 years ago
parent 51f14531df
commit 75cec9a9c1

@ -1,6 +1,7 @@
## 4.0.0 (unreleased)
**The 4.0 release has renamed command-line options relative to earlier releases.** This means that previous commands used to launch rqlited will not work. However the command-line changes are cosmetic, and each previous option maps 1-to-1 to a renamed option.
- [PR #309](https://github.com/rqlite/rqlite/pull/309): Tweak start-up logo.
- [PR #308](https://github.com/rqlite/rqlite/pull/308): Move to clearer command-line options.
- [PR #307](https://github.com/rqlite/rqlite/pull/307): Support node-to-node encryption. Fixes [issue #93](https://github.com/rqlite/rqlite/issues/93).

@ -35,12 +35,12 @@ import (
const sqliteDSN = "db.sqlite"
const logo = `
_ _ _ _
| (_) | | |
_ __ __ _| |_| |_ ___ __| |
| '__/ _ | | | __/ _ \/ _ | The lightweight, distributed
| | | (_| | | | || __/ (_| | relational database.
|_| \__, |_|_|\__\___|\__,_|
_ _ _
| (_) |
_ __ __ _| |_| |_ ___
| '__/ _ | | | __/ _ \ The lightweight, distributed
| | | (_| | | | || __/ relational database.
|_| \__, |_|_|\__\___|
| |
|_|
`

Loading…
Cancel
Save