[ucommon] fix for breakage in shell::getsym, required for new sipwitch releases

David Sugar dyfet at fedoraproject.org
Tue Aug 10 23:28:00 UTC 2010


commit 9c892e21fcad684167fea27ac558d53f9b739799
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Tue Aug 10 19:27:58 2010 -0400

    fix for breakage in shell::getsym, required for new sipwitch releases

 .gitignore   |    1 +
 sources      |    2 +-
 ucommon.spec |    5 ++++-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0735cab..3b65985 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ ucommon-3.3.0.tar.gz
 ucommon-3.3.1.tar.gz
 ucommon-3.3.2.tar.gz
 ucommon-3.3.3.tar.gz
+ucommon-3.3.4.tar.gz
diff --git a/sources b/sources
index f9cc8d7..f037bef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-704ddc01bb8ea8530daab1b1104a61e6  ucommon-3.3.3.tar.gz
+96aafe67bc3322fa5c26055879cb634e  ucommon-3.3.4.tar.gz
diff --git a/ucommon.spec b/ucommon.spec
index 433978c..3ba9f11 100644
--- a/ucommon.spec
+++ b/ucommon.spec
@@ -10,7 +10,7 @@
 
 Name: ucommon
 Summary: Portable C++ framework for threads and sockets
-Version: 3.3.3
+Version: 3.3.4
 Release: 0%{?dist}
 License: LGPLv3+
 URL: http://www.gnu.org/software/commoncpp
@@ -153,6 +153,9 @@ html browsable.
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Aug 10 2010 - David Sugar <dyfet at gnutelephony.org> - 3.3.4-0
+- major breakage in shell::getsym found and fixed.
+
 * Sun Aug 08 2010 - David Sugar <dyfet at gnutelephony.org> - 3.3.3-0
 - daemon detach and restart support.
 - completion of string to numeric conversions.


More information about the scm-commits mailing list