[sipwitch] Fixes bug 712546 and extends api for external plugins

David Sugar dyfet at fedoraproject.org
Wed Jun 29 10:19:50 UTC 2011


commit 0ebb25cbb35466c2a064fa988f66f3b682f1552c
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Wed Jun 29 06:19:22 2011 -0400

    Fixes bug 712546 and extends api for external plugins

 .gitignore    |    1 +
 sipwitch.spec |    7 ++++++-
 sources       |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8aee26c..a4c7abf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ sipwitch-0.9.0.tar.gz
 /sipwitch-0.9.3.tar.gz
 /sipwitch-0.10.3.tar.gz
 /sipwitch-1.0.1.tar.gz
+/sipwitch-1.0.3.tar.gz
diff --git a/sipwitch.spec b/sipwitch.spec
index 0d0ca45..9631610 100644
--- a/sipwitch.spec
+++ b/sipwitch.spec
@@ -10,7 +10,7 @@
 
 Name: sipwitch
 Summary: A secure peer-to-peer VoIP server for the SIP protocol
-Version: 1.0.1
+Version: 1.0.3
 Release: 0%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/sipwitch
@@ -212,6 +212,11 @@ fi
 /sbin/ldconfig
 
 %changelog
+* Wed Jun 29 2011 David Sugar <dyfet at gnutelephony.org> - 1.0.3-0
+- fixed init script issue, per bug #712546
+- new internal redirection api simplifies plugin linking
+- extended header documentation
+
 * Sun May 22 2011 David Sugar <dyfet at gnutelephony.org> - 1.0.1-0
 - 1.0 baseline release
 - updated for ucommon 5.0 api
diff --git a/sources b/sources
index 1474bb1..e1bb4df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-168d87c1d3df60e018b188b048f554de  sipwitch-1.0.1.tar.gz
+23f9a49774972e7663624da2cedd9f51  sipwitch-1.0.3.tar.gz


More information about the scm-commits mailing list