Update NEWS, bump version
This commit is contained in:
parent
aa4e86c2a0
commit
4179a9bd49
|
@ -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)
|
endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
|
||||||
|
|
||||||
# Version
|
# 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
|
# 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.
|
# we could also detect dirty worktrees but that's very hard to get right.
|
||||||
|
|
2
NEWS
2
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
|
* kike: fix wildcard handling in WHOIS
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ All of them have these potentially interesting properties:
|
||||||
- TLS support, including client certificates
|
- TLS support, including client certificates
|
||||||
- lean on dependencies (with the exception of 'degesch')
|
- lean on dependencies (with the exception of 'degesch')
|
||||||
- compact and arguably easy to hack on
|
- compact and arguably easy to hack on
|
||||||
- permissive license
|
- very permissive license
|
||||||
|
|
||||||
degesch
|
degesch
|
||||||
-------
|
-------
|
||||||
|
@ -52,6 +52,9 @@ Not supported:
|
||||||
be used to implement this feature if needed
|
be used to implement this feature if needed
|
||||||
- limits of almost any kind, just connections and mode `+l`
|
- 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
|
ZyklonB
|
||||||
-------
|
-------
|
||||||
The IRC bot. It builds upon the concept of my other VitaminA IRC bot. The main
|
The IRC bot. It builds upon the concept of my other VitaminA IRC bot. The main
|
||||||
|
|
2
kike.c
2
kike.c
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* kike.c: the experimental IRC daemon
|
* 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
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted.
|
* purpose with or without fee is hereby granted.
|
||||||
|
|
Loading…
Reference in New Issue