From 31a309110b67f95e1ed705c2bdcde3d205cdc63a Mon Sep 17 00:00:00 2001 From: Simon Morlat <simon.morlat@linphone.org> Date: Wed, 19 Feb 2014 14:54:20 +0100 Subject: [PATCH] Add more documentation --- AUTHORS | 2 ++ Makefile.am | 2 +- NEWS | 11 +++++++++++ README | 15 +++++++++++++-- configure.ac | 2 +- 5 files changed, 28 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index e69de29b..eb0a3ffa 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1,2 @@ +Belledonne Communications SARL <contact@belledonne-communications.com> + diff --git a/Makefile.am b/Makefile.am index 41f42bb0..ce268305 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I m4 +#ACLOCAL_AMFLAGS = -I m4 SUBDIRS=include src tester diff --git a/NEWS b/NEWS index e69de29b..0df04bee 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,11 @@ +belle-sip-1.3.0 -- February 20th, 2014 -- initial release of belle-sip + * RFC3261 compliant implementation of SIP parser, writer, transactions and dialog layers. + * http client api + * support of client TLS certificate + * fully asynchronous transport layer (UDP, TCP, TLS) + * fully asynchronous DNS resolution with SRV + * full dual-stack IPv6 support + * SIP transaction state machines with lastest corrections (RFC6026) + * automatic management of request refreshes with network disconnection resiliency thanks to the "refresher" object + * supported platforms: Linux, Mac OSX, windows XP+, iOS, Android, Blackberry 10. + diff --git a/README b/README index 8f9f04f3..e92e8895 100644 --- a/README +++ b/README @@ -1,5 +1,16 @@ -Dependencies: -************* +Overview +******** + +Belle-sip is a SIP (RFC3261) implementation written in C, with an object oriented API. +Please check "NEWS" file for an overview of current features. +Copyright 2012-2014, Belledonne Communications SARL <contact@belledonne-communications.com>, all rights reserved. + +Belle-sip is distributed to everyone under the GNU GPLv2 (see COPYING file for details). +Incorporating belle-sip within a closed source project is not possible under the GPL. +Commercial licensing can be purchased for that purpose from Belledonne Communications (http://www.belledonne-communications.com). + +Dependencies +************ *libantlr3c-3.2 or 3.4 *antlr3-3.2 or 3.4 diff --git a/configure.ac b/configure.ac index 5773389d..81032f2f 100755 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.63]) -AC_INIT([belle-sip],[1.2.4],[jehan.monnier@linphone.org]) +AC_INIT([belle-sip],[1.3.0],[jehan.monnier@linphone.org]) AC_CONFIG_SRCDIR([src/belle_sip_utils.c]) -- GitLab