[socket_wrapper/epel7] Update to version 1.1.3.

asn asn at fedoraproject.org
Mon Feb 23 17:18:56 UTC 2015


commit ea0f65416aa493575f4456ff9a9f6cfe68267017
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Mon Feb 23 17:00:59 2015 +0100

    Update to version 1.1.3.

 .gitignore          |  1 +
 socket_wrapper.spec | 10 ++++++++--
 sources             |  2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c41b69c..704db7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /socket_wrapper-1.1.0.tar.gz
 /socket_wrapper-1.1.1.tar.gz
 /socket_wrapper-1.1.2.tar.gz
+/socket_wrapper-1.1.3.tar.gz
diff --git a/socket_wrapper.spec b/socket_wrapper.spec
index f2a83d2..29ebe4e 100644
--- a/socket_wrapper.spec
+++ b/socket_wrapper.spec
@@ -1,6 +1,6 @@
 Name:           socket_wrapper
-Version:        1.1.2
-Release:        2%{?dist}
+Version:        1.1.3
+Release:        1%{?dist}
 
 License:        BSD
 Summary:        A library passing all socket communications through Unix sockets
@@ -68,6 +68,12 @@ popd
 %{_mandir}/man1/socket_wrapper.1*
 
 %changelog
+* Mon Feb 23 2015 Andreas Schneider <asn at redhat.com> - 1.1.3-1
+- Update to version 1.1.3.
+  o Added support for address sanitizer.
+  o Fixed leaking of memory and fds of stale sockets.
+  o Fixed the library loading code.
+
 * Mon Dec 15 2014 Michael Adam <madam at redhat.com> - 1.1.2-2
 - Fix format of changelog entries.
 - Require cmake.
diff --git a/sources b/sources
index fa0de80..4a0a4b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6263c8bf3cf980ad58b77b603eb2357  socket_wrapper-1.1.2.tar.gz
+c97b558f7c7dd17154c2c19d49897de2  socket_wrapper-1.1.3.tar.gz


More information about the scm-commits mailing list