Skip to content

Commit 1b10113

Browse files
committed
baresip release v0.4.18
1 parent 8120bb5 commit 1b10113

File tree

6 files changed

+46
-4
lines changed

6 files changed

+46
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
USE_VIDEO := 1
1414

1515
PROJECT := baresip
16-
VERSION := 0.4.17
16+
VERSION := 0.4.18
1717
DESCR := "Baresip is a modular SIP User-Agent with audio and video support"
1818

1919
# Verbose and silent build modes

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
baresip (0.4.18) unstable; urgency=medium
2+
3+
* version 0.4.18
4+
5+
-- Alfred E. Heggestad <[email protected]> Sat, 12 Mar 2016 18:00:00 +0100
6+
17
baresip (0.4.17) unstable; urgency=low
28

39
* version 0.4.17

docs/ChangeLog

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
2016-03-12 Alfred E. Heggestad <[email protected]>
2+
3+
* Version 0.4.18
4+
5+
* GIT URL: https://github.com/alfredh/baresip.git
6+
* GIT tag: v0.4.18
7+
* NOTE: Requires libre v0.4.14 or later
8+
Requires librem v0.4.7 or later
9+
10+
* baresip-core:
11+
- call: fix SIP INFO with dtmf-relay (thanks Gary Metalle)
12+
- ua: add event UA_EVENT_CALL_CLOSED for ua_hangup()
13+
14+
* selftest:
15+
- add tests for answer a call and hangup
16+
17+
* Modules:
18+
19+
* alsa: fix potential crash (thanks Gary Metalle)
20+
21+
* audiounit: fix compilation for iOS (issue #91)
22+
23+
* avcodec: fix compilation for FFmpeg 3.0
24+
25+
* avformat: fix compilation for FFmpeg 3.0
26+
27+
* gtk: always handle incoming calls (thanks Charles Lehner)
28+
29+
* h265: fix compilation for FFmpeg 3.0
30+
31+
* menu: add config 'menu_bell off/on' to enable Bell alert
32+
add command 'A' for switch audio device (thanks AlexMarlo)
33+
34+
* v4l2_codec: add list of encoders (fixes #99)
35+
36+
137
2016-01-17 Alfred E. Heggestad <[email protected]>
238

339
* Version 0.4.17

include/baresip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C" {
1313

1414

1515
/** Defines the Baresip version string */
16-
#define BARESIP_VERSION "0.4.17"
16+
#define BARESIP_VERSION "0.4.18"
1717

1818

1919
/* forward declarations */

mk/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Project related configuration options
55
#---------------------------------------------------------------------------
66
PROJECT_NAME = baresip
7-
PROJECT_NUMBER = 0.4.17
7+
PROJECT_NUMBER = 0.4.18
88
OUTPUT_DIRECTORY = ../baresip-dox
99
CREATE_SUBDIRS = NO
1010
OUTPUT_LANGUAGE = English

rpm/baresip.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name baresip
2-
%define ver 0.4.17
2+
%define ver 0.4.18
33
%define rel 1
44

55
Summary: Modular SIP useragent

0 commit comments

Comments
 (0)