diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-01-09 13:51:11 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-01-09 13:51:11 -0800 |
commit | 3848d1157013504d0a835a69dbfce3ef02870d31 (patch) | |
tree | 574bcd4dda03c988d2f149be0a72c42c144c8347 | |
parent | 4b9b6d6d6339a6e902cb9861e0dba070a6c59285 (diff) |
Release 4.604.60
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +ver 4.60: + Fix voice mailbox number reading from SIM. + Fix some races with D-Bus mainloop integration. + Add helpers for D-Bus signal watches. + ver 4.59: Add values for Bluetooth 4.0 specification. Add SDP functions for HDP support. diff --git a/configure.ac b/configure.ac index d3bb30c2b..199d2adcb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(bluez, 4.59) +AC_INIT(bluez, 4.60) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |