summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-05 11:48:17 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-05 11:48:17 +0200
commit77bce046cb2387b2c2ed7757ab5c37fa1a6a4766 (patch)
treececb3c8699f188012153c51564440cd19467577c
parentfa58d42ae682c52a28363bb6697b92dc9316b1bd (diff)
downloadbluez-4.75.tar.gz
Release 4.754.75
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9aa6d5e17..1bc61374d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 4.75:
+ Fix use of uninitialized variable on legacy pairing.
+ Fix mismatch of attribute protocol opcode.
+
ver 4.74:
Fix regression for Legacy Pairing.
Fix wrong PSM value for attribute protocol.
diff --git a/configure.ac b/configure.ac
index c23bf2b42..eee4c01bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.74)
+AC_INIT(bluez, 4.75)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)