[ucommon] ABI update to iterate address lists and new utility program added.

David Sugar dyfet at fedoraproject.org
Thu Jun 16 09:41:35 UTC 2011


commit 0c833485ef3de1939facf6fa3d3af3183b513c5a
Author: David Sugar <dyfet at gnutelephony.org>
Date:   Thu Jun 16 05:40:59 2011 -0400

    ABI update to iterate address lists and new utility program added.

 .gitignore   |    1 +
 sources      |    2 +-
 ucommon.spec |    8 +++++++-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f0c77bd..d81e34e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ ucommon-3.3.4.tar.gz
 /ucommon-4.3.3.tar.gz
 /ucommon-5.0.0.tar.gz
 /ucommon-5.0.2.tar.gz
+/ucommon-5.0.3.tar.gz
diff --git a/sources b/sources
index 7241cb1..904fc9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90c8e5635984f9294d1a8090e3359007  ucommon-5.0.2.tar.gz
+8ae904549982abb0d3638dce695a3843  ucommon-5.0.3.tar.gz
diff --git a/ucommon.spec b/ucommon.spec
index 98361f7..1566b2a 100644
--- a/ucommon.spec
+++ b/ucommon.spec
@@ -10,7 +10,7 @@
 
 Name: ucommon
 Summary: Portable C++ framework for threads and sockets
-Version: 5.0.2
+Version: 5.0.3
 Release: 0%{?dist}
 License: LGPLv3+
 URL: http://www.gnu.org/software/commoncpp
@@ -90,6 +90,7 @@ html browsable.
 %defattr(-,root,root,-)
 %{_bindir}/args
 %{_bindir}/mdsum
+%{_bindir}/sockaddr
 %{_bindir}/zerofill
 %{_bindir}/scrub
 %{_bindir}/car
@@ -97,6 +98,7 @@ html browsable.
 %{_mandir}/man1/car.*
 %{_mandir}/man1/mdsum.*
 %{_mandir}/man1/scrub.*
+%{_mandir}/man1/sockaddr.*
 %{_mandir}/man1/zerofill.*
 
 %files devel
@@ -119,6 +121,10 @@ html browsable.
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Jun 16 2011 David Sugar <dyfet at gnutelephony.org> - 5.0.3-0
+- new linked_pointer to walk address lists.
+- new utility sockaddr to check resolver results.
+
 * Sat Jun 11 2011 David Sugar <dyfet at gnutelephony.org> - 5.0.2-0
 - cryptographic archiver added
 - extended the cipher key management api


More information about the scm-commits mailing list