aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-10-21 05:44:39 +0200
committerPřemysl Janouch <p@janouch.name>2018-10-21 05:44:39 +0200
commit4179a9bd498bd8869c14aed8204503d92ce9dbd7 (patch)
treec35dce78d90cb5faa6d0202976e69a47c85b5a1b
parentaa4e86c2a0f7090e697830124ff1629d53d1ac5d (diff)
downloadxK-4179a9bd498bd8869c14aed8204503d92ce9dbd7.tar.gz
xK-4179a9bd498bd8869c14aed8204503d92ce9dbd7.tar.xz
xK-4179a9bd498bd8869c14aed8204503d92ce9dbd7.zip
Update NEWS, bump versionv0.9.7
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS2
-rw-r--r--README.adoc5
-rw-r--r--kike.c2
4 files changed, 7 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 65aeaba..b1c567d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
# Version
-set (project_version "0.9.6")
+set (project_version "0.9.7")
# Try to append commit ID if it follows a version tag. It might be nicer if
# we could also detect dirty worktrees but that's very hard to get right.
diff --git a/NEWS b/NEWS
index 4c11b48..66a23db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.9.x (201x-xx-xx) "Business as Usual"
+0.9.7 (2018-10-21) "Business as Usual"
* kike: fix wildcard handling in WHOIS
diff --git a/README.adoc b/README.adoc
index b8cdaee..5292c52 100644
--- a/README.adoc
+++ b/README.adoc
@@ -12,7 +12,7 @@ All of them have these potentially interesting properties:
- TLS support, including client certificates
- lean on dependencies (with the exception of 'degesch')
- compact and arguably easy to hack on
- - permissive license
+ - very permissive license
degesch
-------
@@ -52,6 +52,9 @@ Not supported:
be used to implement this feature if needed
- limits of almost any kind, just connections and mode `+l`
+This program has been https://git.janouch.name/p/haven/src/branch/master/hid[
+ported to Go], and development continues over there.
+
ZyklonB
-------
The IRC bot. It builds upon the concept of my other VitaminA IRC bot. The main
diff --git a/kike.c b/kike.c
index d0aa6a3..8360076 100644
--- a/kike.c
+++ b/kike.c
@@ -1,7 +1,7 @@
/*
* kike.c: the experimental IRC daemon
*
- * Copyright (c) 2014 - 2016, Přemysl Janouch <p@janouch.name>
+ * Copyright (c) 2014 - 2018, Přemysl Janouch <p@janouch.name>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted.