summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog7
-rw-r--r--docs/ChangeLog28
-rw-r--r--include/baresip.h2
-rw-r--r--mk/Doxyfile2
-rw-r--r--rpm/baresip.spec2
6 files changed, 39 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 39ca7f6..dbab5bd 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
USE_VIDEO := 1
PROJECT := baresip
-VERSION := 0.4.14
+VERSION := 0.4.15
ifndef LIBRE_MK
LIBRE_MK := $(shell [ -f ../re/mk/re.mk ] && \
diff --git a/debian/changelog b/debian/changelog
index 3a2dcab..37c6a62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,16 @@
+baresip (0.4.15) unstable; urgency=low
+
+ * version 0.4.15
+
+ -- Alfred E. Heggestad <aeh@db.org> Sat, 26 Sep 2015 12:00:00 +0100
+
baresip (0.4.14) unstable; urgency=low
* version 0.4.14
-- Alfred E. Heggestad <aeh@db.org> Sat, 8 Aug 2015 12:00:00 +0100
+
baresip (0.4.13) unstable; urgency=low
* version 0.4.13
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 72c4ba5..49ee31e 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,31 @@
+2015-09-26 Alfred E. Heggestad <aeh@db.org>
+
+ * Version 0.4.15
+
+ * GIT URL: https://github.com/alfredh/baresip.git
+ * GIT commit 86262a6fc17e19e2be82eb8a2a05ec0f884d3d38
+ * GIT tag: v0.4.15
+ * NOTE: Requires libre v0.4.13 or later
+
+ * added selftest binary
+
+ * baresip-core:
+ - audio: fix televent when pt != 101 (reported by AndyJRobinson)
+ - magic: use __func__ for C99 or later
+ - sip: make sip_req_send() public
+ - ua: add UA_EVENT_CALL_DTMF_START/END, thanks Gary Metalle
+
+ * Modules:
+
+ * alsa: added extra logging
+
+ * gtk: add support for libnotify (thanks Charles Lehner)
+
+ * video: fix potential null deref (thanks Tomasz Ostrowski)
+
+ * zrtp: added 36-bytes preamble for TURN-header
+
+
2015-08-08 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.14
diff --git a/include/baresip.h b/include/baresip.h
index 8474642..2d9c598 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -13,7 +13,7 @@ extern "C" {
/** Defines the Baresip version string */
-#define BARESIP_VERSION "0.4.14"
+#define BARESIP_VERSION "0.4.15"
/* forward declarations */
diff --git a/mk/Doxyfile b/mk/Doxyfile
index acd6c62..2655bbf 100644
--- a/mk/Doxyfile
+++ b/mk/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = baresip
-PROJECT_NUMBER = 0.4.14
+PROJECT_NUMBER = 0.4.15
OUTPUT_DIRECTORY = ../baresip-dox
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/rpm/baresip.spec b/rpm/baresip.spec
index 8d246c3..ac23046 100644
--- a/rpm/baresip.spec
+++ b/rpm/baresip.spec
@@ -1,5 +1,5 @@
%define name baresip
-%define ver 0.4.14
+%define ver 0.4.15
%define rel 1
Summary: Modular SIP useragent