diff options
author | Přemysl Janouch <p@janouch.name> | 2018-10-21 05:44:39 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-10-21 05:44:39 +0200 |
commit | 4179a9bd498bd8869c14aed8204503d92ce9dbd7 (patch) | |
tree | c35dce78d90cb5faa6d0202976e69a47c85b5a1b | |
parent | aa4e86c2a0f7090e697830124ff1629d53d1ac5d (diff) | |
download | xK-4179a9bd498bd8869c14aed8204503d92ce9dbd7.tar.gz xK-4179a9bd498bd8869c14aed8204503d92ce9dbd7.tar.xz xK-4179a9bd498bd8869c14aed8204503d92ce9dbd7.zip |
Update NEWS, bump versionv0.9.7
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README.adoc | 5 | ||||
-rw-r--r-- | kike.c | 2 |
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. @@ -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 @@ -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. |