summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2018-09-19 22:29:06 +0200
committerMarcel Holtmann <marcel@holtmann.org>2018-09-19 22:29:06 +0200
commit878912e12ae9864c7b9aca2a61d782f8e1044ffe (patch)
treeaa534c3d05b93b0c3b7ee979b86f4b876914e0b1
parente8a71b38caec0a53f914c24ebaee36740f03e5d1 (diff)
downloadsbc-878912e12ae9864c7b9aca2a61d782f8e1044ffe.tar.gz
Release 1.41.4
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8592d7f..cc21f4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ver 1.4:
+ Fix issue with stack overflow within sbc_crc8 function.
+
ver 1.3:
Fix issue with frame length calculation for dual-channel mode.
diff --git a/configure.ac b/configure.ac
index 2a499e6..30f1cf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(sbc, 1.3)
+AC_INIT(sbc, 1.4)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)