Bump version; update NEWS, README

This commit is contained in:
Přemysl Eric Janouch 2016-04-28 23:40:38 +02:00
parent 2474b5f3f5
commit db17223df0
Signed by: p
GPG Key ID: B715679E3A361BE6
3 changed files with 12 additions and 2 deletions

View File

@ -13,7 +13,7 @@ if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC)
endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC) endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC)
# Version # Version
set (project_version "0.9.3.1") set (project_version "0.9.4")
# 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.

9
NEWS
View File

@ -1,9 +1,16 @@
0.9.3.1 (2016-04-??) 0.9.4 (2016-04-28) "Oops"
* degesch: fix crash on characters invalid in Windows-1252 * degesch: fix crash on characters invalid in Windows-1252
* degesch: add an auto-rejoin plugin
* degesch: better date change messages with customizable formatting;
now also used in the backlog, so it looks closer to regular output
* ZyklonB: add a calc plugin providing a basic Scheme REPL * ZyklonB: add a calc plugin providing a basic Scheme REPL
* ZyklonB: add a seen plugin
* kike, ZyklonB: use pledge(2) on OpenBSD * kike, ZyklonB: use pledge(2) on OpenBSD

View File

@ -162,3 +162,6 @@ is included within the package, or, at your option, you may relicense the work
under the MIT or the Modified BSD License, as listed at the following site: under the MIT or the Modified BSD License, as listed at the following site:
http://www.gnu.org/licenses/license-list.html http://www.gnu.org/licenses/license-list.html
Note that 'degesch' technically becomes GPL-licensed when you compile it against
GNU Readline, but that is not a concern of this source package.