diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-08-13 00:33:27 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-09-24 16:17:40 +0200 |
commit | 63a79803298e585a3a634792aca4fcde84cbe857 (patch) | |
tree | 4c6829c942f20af239f8fe3c997c767ac887d36c | |
parent | bc54bf520db3b452ac222b0f15415ad1a4700183 (diff) | |
download | xK-63a79803298e585a3a634792aca4fcde84cbe857.tar.gz xK-63a79803298e585a3a634792aca4fcde84cbe857.tar.xz xK-63a79803298e585a3a634792aca4fcde84cbe857.zip |
Bump version, add NEWS
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 31 |
2 files changed, 32 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 107a151..c630da1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC) # Version set (project_VERSION_MAJOR "0") set (project_VERSION_MINOR "9") -set (project_VERSION_PATCH "0") +set (project_VERSION_PATCH "1") set (project_VERSION "${project_VERSION_MAJOR}") set (project_VERSION "${project_VERSION}.${project_VERSION_MINOR}") @@ -0,0 +1,31 @@ +0.9.1 (2015-09-??) + + * All "ssl" options have been renamed to "tls" + + * The project now builds on OpenBSD + + * Pulled in kqueue support + + * degesch: added backlog/scrollback functionality using less(1) + + * degesch: made showing the entire set of channel mode user prefixes optional + + * degesch: nicknames in /names are now ordered + + * degesch: nicknames now use the 256-color terminal palette if available + + * degesch: now we skip entries in the "addresses" list that can't be resolved + to an address, along with displaying a more helpful message + + * degesch: joins, parts, nick changes and quits don't count as new buffer + activity anymore + + * degesch: add Meta-H to open the full log file + + * degesch: various bugfixes and little improvements + + +0.9.0 (2015-07-23) + + * Initial release + |