[sipwitch] Start of migration to eXosip2 4.x api support

David Sugar dyfet at fedoraproject.org
Sun Sep 8 17:46:12 UTC 2013


commit c8792eea4042f5e678c253e31aa99bdeb4be1368
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Sun Sep 8 13:44:45 2013 -0400

    Start of migration to eXosip2 4.x api support

 .gitignore    |    1 +
 sipwitch.spec |    5 ++++-
 sources       |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a347d8..3bef8bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ sipwitch-0.9.0.tar.gz
 /sipwitch-1.3.2.tar.gz
 /sipwitch-1.4.0.tar.gz
 /sipwitch-1.6.1.tar.gz
+/sipwitch-1.8.0.tar.gz
diff --git a/sipwitch.spec b/sipwitch.spec
index 458dbab..603f9d6 100644
--- a/sipwitch.spec
+++ b/sipwitch.spec
@@ -12,7 +12,7 @@
 
 Name: sipwitch
 Summary: A secure peer-to-peer VoIP server for the SIP protocol
-Version: 1.6.1
+Version: 1.8.0
 Release: 1%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/sipwitch
@@ -197,6 +197,9 @@ echo "PLUGINS=auto" >>%{buildroot}/%{_sysconfdir}/sysconfig/sipwitch
 %systemd_postun_with_restart sipwitch.service
 
 %changelog
+* Sun Sep 08 2013 David Sugar <dyfet at gnutelephony.org> - 1.8.0-1
+- Initial multi-protocol context support, for registration only so far
+
 * Mon Aug 12 2013 David Sugar <dyfet at gnutelephony.org> - 1.6.1-1
 - migrated to systemd support (finally!)
 - removed sipwitch-gui subpackage; now separated into switchview pkg.
diff --git a/sources b/sources
index 870dba3..d89aa0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-33710f14cfb39bd1daff1612f35adc86  sipwitch-1.6.1.tar.gz
+917d867bfb76daaa840ee6cb5e8b1eb3  sipwitch-1.8.0.tar.gz


More information about the scm-commits mailing list