From 79e97c1925d03c0100705f69fc2fd4a8f02412ce Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 23 Feb 2015 17:00:59 +0100 Subject: [PATCH] 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 99cc1a9..e431869 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 - 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 - 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