Update version and debian/changelog

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is ahead of 'origin/master' by 8 commits.
#
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	modified:   configure.ac
#	modified:   debian/changelog
#
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	ltmain.sh
#	src/process.c.orig
#	src/process.c.rej
diff --git a/configure.ac b/configure.ac
index 82e6e6b..fb18852 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([functracer], [0.15.1])
+AC_INIT([functracer], [0.17])
 AC_CONFIG_HEADERS(include/config.h)
 AC_CONFIG_SRCDIR(src/functracer.c)
 AM_INIT_AUTOMAKE([-Wall -Werror foreign no-define])
diff --git a/debian/changelog b/debian/changelog
index a6e382d..39e2c96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+functracer (0.17) unstable; urgency=low
+
+  * Fix segfault on attaching to non-main thread (NB#120151)
+  * Update version in configure.ac (NB#120152)
+
+ -- Kiryl Shutsemau <kiryl.shutsemau@nokia.com>  Tue, 9 Jun 2009 12:43:17 +0200
+
 functracer (0.16) unstable; urgency=low
 
   * Rewrite processes and threads hangling to avoid assumptions about ptrace's
