From c40d454d700d7afaddf6566d6337f94a2a402666 Mon Sep 17 00:00:00 2001
From: Lubos Slovak <lubos.slovak@nic.cz>
Date: Fri, 13 Jan 2012 17:43:12 +0100
Subject: [PATCH] Updated release information

---
 KNOWN_ISSUES |  1 -
 RELNOTES     | 17 +++++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
index b2da935731..1a42844051 100644
--- a/KNOWN_ISSUES
+++ b/KNOWN_ISSUES
@@ -4,7 +4,6 @@ Features not supported
 Here is a list of the most notable features that are not supported in the 
 current version of Knot.
 
-* TSIG
 * NSID (RFC5001)
 * RRSet rotation
 * Root zone support
diff --git a/RELNOTES b/RELNOTES
index a948f15c59..147f9c2801 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,20 @@
+v0.9 - Jan 13, 2012
+-------------------
+
+New features:
+        * TSIG support in both client and server.
+        * Use of sendmmsg() on Linux 3.0+ (improves performance).
+
+Bugfixes:
+        * Knot was not accepting AXFR-style IXFR with first SOA in a separate 
+          packet (i.e. from Power DNS).
+        * Wrong SOA TTL in negative answers.
+        * Wrong max packet size for outgoing transfers (was causing the 
+          packets to be malformed).
+        * Wrong handling of WKS record in zone compiler.
+        * Problems with zone bootstrapping.
+
+
 v0.8.1 - Dec 1, 2011
 --------------------
 
-- 
GitLab