summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-01-17 13:17:04 +0100
committerAlfred E. Heggestad <aeh@db.org>2016-01-17 13:17:04 +0100
commit6024f3ec1fcd4a1f98093fc4900191897313723a (patch)
tree2b8863279e1ea5d290d661e488e2caedd365999c /docs
parent0a8027347fd243817c7b3b5b527544f91d6efd1c (diff)
release baresip 0.4.17
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog49
-rw-r--r--docs/README2
2 files changed, 50 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 1abbe85..fe13478 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,52 @@
+2016-01-17 Alfred E. Heggestad <aeh@db.org>
+
+ * Version 0.4.17
+
+ * GIT URL: https://github.com/alfredh/baresip.git
+ * GIT tag: v0.4.17
+ * NOTE: Requires libre v0.4.14 or later
+ Requires librem v0.4.7 or later
+
+ * new modules:
+ - echo Echo server module
+ - jack JACK Audio Connection Kit audio-driver
+
+ * baresip-core:
+ - config: keep config object in memory
+ - ua: moved playing of ringtones out of core, to "menu" module
+ (let's keep the core nice and slim..)
+ - ui: added ui_password_prompt()
+
+ * selftest:
+ - silence debug/info log by default, only print warnings
+ (use -v to see verbose logging)
+
+ * Modules:
+
+ * alsa: added config option to specify the sample format
+ "alsa_sample_format {s16,float,s24_3le}"
+ thanks to Ola Palm for valuable feedback
+
+ * audiounit: fix recording on OSX (thanks Sebastian Reimers)
+ print hardware samplerate in debug mode
+
+ * auloop: add support for 44100 Hz samplerate
+
+ * daala: update to latest libdaala API (thanks Dmitrij D. Czarkoff)
+
+ * echo: new module which implements a simple Echo-server, to
+ be used in combination with the aubridge.so module.
+ contributed by Sebastian Reimers
+
+ * gtk: fixes to support C89 compiler (thanks Dmitrij D. Czarkoff)
+
+ * jack: new module which implements audio-driver for JACK
+
+ * menu: playing of ringtones moved here, from ua.c
+
+ * sndio: fix crash when device open fails (thanks Dmitrij D. Czarkoff)
+
+
2015-12-01 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.16
diff --git a/docs/README b/docs/README
index bb9511e..fd38140 100644
--- a/docs/README
+++ b/docs/README
@@ -2,7 +2,7 @@ README
------
Baresip is a portable and modular SIP User-Agent with audio and video support
-Copyright (c) 2010 - 2015 Creytiv.com
+Copyright (c) 2010 - 2016 Creytiv.com
Distributed under BSD license