From 82add38577cfee1abb6d6fca09003dc865c76d5c Mon Sep 17 00:00:00 2001
From: Lubos Slovak <lubos.slovak@nic.cz>
Date: Fri, 13 Apr 2012 13:12:01 +0200
Subject: [PATCH] Updated RELNOTES, KNOWN_ISSUES and version.

---
 KNOWN_ISSUES |  1 +
 RELNOTES     | 18 ++++++++++++++++++
 configure.ac |  2 +-
 3 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
index 1d879585fa..bd0453434e 100644
--- a/KNOWN_ISSUES
+++ b/KNOWN_ISSUES
@@ -12,3 +12,4 @@ Known bugs
 
 * IXFR may be slow when too much (10 000+) RRSets are transfered at once.
 * Slow start with too many zones.
+* Slower compilation of zones (to be fixed soon).
diff --git a/RELNOTES b/RELNOTES
index 5e80be9f54..d5f4d2df0d 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,21 @@
+v1.0.2 - Apr 13, 2012
+---------------------
+
+New features:
+        * Configuration checker (invoked via knotc).
+        * Specifying source interface for transfers and NOTIFY requests directly.
+
+Bugfixes:
+        * Fixed leak when querying non-existing name and zone SOA TTL > minimal.
+        * Fixed some minor bugs in tansfers.
+
+Other improvements:
+        * Improved log messages (added date and time, better specification of XFR remote).
+        * Improved saving incoming IXFR to journal (memory optimized).
+        * Now using system scheduler (better for Linux).
+        * Decreased thread stack size.
+
+
 v1.0.1 - Mar 9, 2012
 --------------------
 
diff --git a/configure.ac b/configure.ac
index d87e9c828d..e0c8feb1ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 
 AC_PREREQ([2.65])
-AC_INIT([knot], [1.0.1], [knot-dns@labs.nic.cz])
+AC_INIT([knot], [1.0.2], [knot-dns@labs.nic.cz])
 AM_INIT_AUTOMAKE([gnu -Wall -Werror])
 AC_CONFIG_SRCDIR([src/knot/main.c])
 AC_CONFIG_HEADERS([src/config.h])
-- 
GitLab