Update NEWS, bump version
This commit is contained in:
parent
57e92fbb85
commit
1ff82ee907
|
@ -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.7")
|
set (project_version "0.9.8")
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
10
NEWS
10
NEWS
|
@ -1,3 +1,13 @@
|
||||||
|
0.9.8 (2020-09-02) "Yep, Still Using It"
|
||||||
|
|
||||||
|
* degesch: fixed a crash and prompt attribute output in libedit 20191231-3.1,
|
||||||
|
though users are officially discouraged from using this library
|
||||||
|
|
||||||
|
* degesch: fixed Lua 5.4 build, so far the support is experimental
|
||||||
|
|
||||||
|
* Miscellaneous little fixes
|
||||||
|
|
||||||
|
|
||||||
0.9.7 (2018-10-21) "Business as Usual"
|
0.9.7 (2018-10-21) "Business as Usual"
|
||||||
|
|
||||||
* kike: fix wildcard handling in WHOIS
|
* kike: fix wildcard handling in WHOIS
|
||||||
|
|
Loading…
Reference in New Issue