File tree Expand file tree Collapse file tree 6 files changed +46
-4
lines changed Expand file tree Collapse file tree 6 files changed +46
-4
lines changed Original file line number Diff line number Diff line change 13
13
USE_VIDEO := 1
14
14
15
15
PROJECT := baresip
16
- VERSION := 0.4.17
16
+ VERSION := 0.4.18
17
17
DESCR := "Baresip is a modular SIP User-Agent with audio and video support"
18
18
19
19
# Verbose and silent build modes
Original file line number Diff line number Diff line change
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
+
1
7
baresip (0.4.17) unstable; urgency=low
2
8
3
9
* version 0.4.17
Original file line number Diff line number Diff line change
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
+
1
37
2016-01-17 Alfred E. Heggestad <
[email protected] >
2
38
3
39
* Version 0.4.17
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ extern "C" {
13
13
14
14
15
15
/** Defines the Baresip version string */
16
- #define BARESIP_VERSION "0.4.17 "
16
+ #define BARESIP_VERSION "0.4.18 "
17
17
18
18
19
19
/* forward declarations */
Original file line number Diff line number Diff line change 4
4
# Project related configuration options
5
5
#---------------------------------------------------------------------------
6
6
PROJECT_NAME = baresip
7
- PROJECT_NUMBER = 0.4.17
7
+ PROJECT_NUMBER = 0.4.18
8
8
OUTPUT_DIRECTORY = ../baresip-dox
9
9
CREATE_SUBDIRS = NO
10
10
OUTPUT_LANGUAGE = English
Original file line number Diff line number Diff line change 1
1
%define name baresip
2
- %define ver 0.4.17
2
+ %define ver 0.4.18
3
3
%define rel 1
4
4
5
5
Summary: Modular SIP useragent
You can’t perform that action at this time.
0 commit comments