summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-08 17:27:36 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-08 17:27:36 +0100
commit88a720cca82ccf44631e03a731bddc65c70927bc (patch)
treef290a5e0639e8d14d6808941596cba494361b7c9
parentfbf146827831ed8e3f8067c852fcfc6cef6bedfe (diff)
Release 4.264.26
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff928226..1a9b402e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 4.26:
+ Use of constant shift in SBC quantization code.
+ Add possibility to analyze 4 blocks at once in encoder.
+ Fix correct handling of frame sizes in the encoder.
+ Fix for big endian problems in SBC codec.
+ Fix audio client socket to always be non-blocking.
+ Update telephony support for Maemo.
+
ver 4.25:
Fix receiving data over the audio control socket.
Fix subbands selection for joint-stereo in SBC encoder.
diff --git a/configure.ac b/configure.ac
index d9d38fa3..bc825918 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez, 4.25)
+AM_INIT_AUTOMAKE(bluez, 4.26)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE