summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-24 15:26:53 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-24 15:26:53 -0700
commit3c7cdcfe110b2a1564bf663afdf08f66de16a1c0 (patch)
tree51185d0fed10304cdbaa95d6b09d9603ed4d2b73
parent8ddf2e8466abf785d7ffa3da44cf7ce8791c6297 (diff)
downloadbluez-3c7cdcfe110b2a1564bf663afdf08f66de16a1c0.tar.gz
Release 4.504.50
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c0b2dcc1..d06f4944e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 4.50:
+ Fix issue with missing manual pages in distribution.
+ Fix issue with the configuration and state directories.
+ Fix issue with creating include directory.
+ Fix dependencies of include file generation.
+
ver 4.49:
Add simple test program for basic GAP testing.
Add support for confirmation requests to agent example.
diff --git a/configure.ac b/configure.ac
index d9a6189d3..9e5279dc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(bluez, 4.49)
+AC_INIT(bluez, 4.50)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)