OSDN Git Service

Release 4.43
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 2 Jul 2009 22:28:09 +0000 (15:28 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 2 Jul 2009 22:28:09 +0000 (15:28 -0700)
ChangeLog
configure.ac

index f027d51..53d82c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 4.43:
+       Add support for udev based on-demand startup.
+       Fix verbose error reporting of CUPS backend.
+       Fix various string length issues.
+       Fix issues with Maemo telephony driver.
+       Fix another device setup and temporary flag issue.
+       Fix and update example agent implementation.
+
 ver 4.42:
        Add TI WL1271 to Texas Instruments chip list.
        Add special udev mode to bluetoothd.
index bfd49e1..c27dd66 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.60)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez, 4.42)
+AM_INIT_AUTOMAKE(bluez, 4.43)
 AM_CONFIG_HEADER(config.h)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])