Update to version 1.1.3.

This commit is contained in:
Andreas Schneider 2015-02-23 17:00:59 +01:00
parent fead331557
commit 79e97c1925
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@redhat.com> - 1.1.2-2
- Fix format of changelog entries.
- Require cmake.

View File

@ -1 +1 @@
b6263c8bf3cf980ad58b77b603eb2357 socket_wrapper-1.1.2.tar.gz
c97b558f7c7dd17154c2c19d49897de2 socket_wrapper-1.1.3.tar.gz