Release 4.59
diff --git a/ChangeLog b/ChangeLog
index ab2ce3c..49705e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 4.59:
+	Add values for Bluetooth 4.0 specification.
+	Add SDP functions for HDP support.
+	Add test scripts for input and audio.
+	Fix missing close on BtIO create_io function.
+	Fix sending incorrect AVDTP commands after timeout occurs.
+	Fix timer removal when device disconnects unexpectedly.
+	Fix Extended Inquiry Response record for Device ID.
+
 ver 4.58:
 	Fix crash when adapter agent exists during authentication.
 	Fix CK-20W quirks for play and pause events.
diff --git a/configure.ac b/configure.ac
index 6e7d253..d3bb30c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.58)
+AC_INIT(bluez, 4.59)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)