Bump version; update NEWS, README
This commit is contained in:
parent
2474b5f3f5
commit
db17223df0
|
@ -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)
|
||||
|
||||
# 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
|
||||
# we could also detect dirty worktrees but that's very hard to get right.
|
||||
|
|
9
NEWS
9
NEWS
|
@ -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: 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 seen plugin
|
||||
|
||||
* kike, ZyklonB: use pledge(2) on OpenBSD
|
||||
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue