From 69f9b2cb51ff3b9fb3de39f657f734e507ccec68 Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 25 May 2016 12:35:54 +0200 Subject: Version 0.3.0 --- CHANGES.md | 9 ++++++++- README.md | 6 +++--- lib/nickserver/version.rb | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c4949c0..15a505b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +### version 0.3.0 + +* ruby version 2.1.5 +* use travis CI +* bind nickserver only to localhost +* `kkp_ca_file` config option + ### version 0.2.2 -* move the config file location from /etc/leap/nickserver.yml to /etc/nickserver.yml \ No newline at end of file +* move the config file location from /etc/leap/nickserver.yml to /etc/nickserver.yml diff --git a/README.md b/README.md index 963d9e7..21c5581 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For more information, see https://leap.se/nicknym About nickserver: -* Written in Ruby 1.9, licensed GPLv3 +* Written in Ruby 2.1, licensed GPLv3 * Lightweight and scalable (high concurrency, reasonable latency) * Uses asynchronous network IO for both server and client connections (via EventMachine) @@ -34,7 +34,7 @@ For more details, see https://leap.se/nicknym Requirements ================================== -* Ruby 1.9 +* Ruby (tested with 2.1.5) * CouchDB Installation @@ -44,7 +44,7 @@ You have three fine options for installing nickserver: Install prerequisites - $ sudo apt-get install ruby1.9.1-dev libssl-dev + $ sudo apt-get install ruby-dev libssl-dev Note: libssl-dev must be installed before installing the gem EventMachine, otherwise the gem will get built without TLS support. diff --git a/lib/nickserver/version.rb b/lib/nickserver/version.rb index fca33a0..15afa73 100644 --- a/lib/nickserver/version.rb +++ b/lib/nickserver/version.rb @@ -1,3 +1,3 @@ module Nickserver - VERSION = "0.2.2" + VERSION = "0.3.0" end -- cgit v1.2.3