summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog6
-rw-r--r--docs/ChangeLog44
-rw-r--r--include/baresip.h2
-rw-r--r--mk/Doxyfile2
-rw-r--r--rpm/baresip.spec2
6 files changed, 54 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fc6bb11..10e3393 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
USE_VIDEO := 1
PROJECT := baresip
-VERSION := 0.5.2
+VERSION := 0.5.3
DESCR := "Baresip is a modular SIP User-Agent with audio and video support"
# Verbose and silent build modes
diff --git a/debian/changelog b/debian/changelog
index 03f76d7..369fba7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+baresip (0.5.3) unstable; urgency=medium
+
+ * version 0.5.3
+
+ -- Alfred E. Heggestad <alfred.heggestad@gmail.com> Sun, 14 May 2017 07:00:00 +0200
+
baresip (0.5.2) unstable; urgency=medium
* version 0.5.2
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 21c1235..37e3a87 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,47 @@
+2017-05-14 Alfred E. Heggestad <alfred.heggestad@gmail.com>
+
+ * Version 0.5.3
+
+ * GIT URL: https://github.com/alfredh/baresip.git
+ * GIT tag: v0.5.3
+ * NOTE: Requires libre v0.5.3 or later
+ Requires librem v0.5.0 or later
+
+ * config:
+ - (no changes)
+
+ * build:
+ - detect jack module (thanks Tony Langley)
+ - Updated MSVS projects to vs2015 (thanks Mikhail Barg)
+
+ * baresip-core:
+ - aulevel: add aulevel_calc_dbov()
+ - audio: Set correct clock rate for telephone events
+ (thanks Jan Hoffmann)
+ - play: Add gapless repeat for tone playback (thanks Jan Hoffmann)
+
+ * selftest:
+ - add tests for aulevel
+ - add tests for audio player
+ - add mock aucodec/auplay
+
+ * Modules:
+
+ * gst_video1: Tune x264enc for low latency (thanks Jonathan Sieber)
+
+ * httpd: fix a crash
+
+ * ice: update to latest libre ICE-api
+
+ * omx: Fixed some problems on OMX/RaspberryPi (thanks Jonathan Sieber)
+
+ * srtp: fix SRTP for early-media (thanks Jan Hoffmann)
+
+ * vumeter: use aulevel_calc_dbov to calculate signal energy
+
+ * zrtp: update to latest libzrtp from freeswitch (thanks Juha Heinanen)
+
+
2017-04-07 Alfred E. Heggestad <alfred.heggestad@gmail.com>
* Version 0.5.2
diff --git a/include/baresip.h b/include/baresip.h
index 5087296..748f1fd 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -13,7 +13,7 @@ extern "C" {
/** Defines the Baresip version string */
-#define BARESIP_VERSION "0.5.2"
+#define BARESIP_VERSION "0.5.3"
#ifndef NET_MAX_NS
diff --git a/mk/Doxyfile b/mk/Doxyfile
index 1dc7a80..74065b4 100644
--- a/mk/Doxyfile
+++ b/mk/Doxyfile
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = baresip
-PROJECT_NUMBER = 0.5.2
+PROJECT_NUMBER = 0.5.3
OUTPUT_DIRECTORY = ../baresip-dox
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/rpm/baresip.spec b/rpm/baresip.spec
index 74875d8..66fa0a1 100644
--- a/rpm/baresip.spec
+++ b/rpm/baresip.spec
@@ -1,5 +1,5 @@
%define name baresip
-%define ver 0.5.2
+%define ver 0.5.3
%define rel 1
Summary: Modular SIP useragent