diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2004-12-25 17:37:52 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2004-12-25 17:37:52 +0000 | 
| commit | be59bde48abafbc4ec4f4053c1cf25a80e2fc64e (patch) | |
| tree | 5d45e03ff9336f3283de194ec5a4693e2677b4f4 | |
| parent | 8661484ddc5d79689c6a3d1dd41102ca9e89a8cf (diff) | |
Update changelog and bump version numberlibs-2.13
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 7 insertions, 1 deletions
| @@ -1,3 +1,9 @@ +ver 2.13: +	Add Device ID and HID attribute definitions. +	Update the UUID constants and its translations. +	Update L2CAP socket option definitions. +	Update connection information definitions. +  ver 2.12:  	Correct kernel interface for CMTP and HIDP support.  	Add service classes and profile ids for WAP. diff --git a/configure.in b/configure.in index d44f85cf..9e3885b3 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 2.12) +AM_INIT_AUTOMAKE(bluez-libs, 2.13)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
