aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS9
2 files changed, 10 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 02b9190..c25f161 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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")
+set (project_version "0.9.3.1")
# 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.
diff --git a/NEWS b/NEWS
index b570157..2de64c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.9.3.1 (2016-04-??)
+
+ * degesch: fix crash on characters invalid in Windows-1252
+
+ * ZyklonB: add a calc plugin providing a basic Scheme REPL
+
+ * kike, ZyklonB: use pledge(2) on OpenBSD
+
+
0.9.3 (2016-03-27) "Doesn't Even Suck"
* Use TLS Server Name Indication when connecting to servers