Update to version 1.1.3.
This commit is contained in:
parent
fead331557
commit
79e97c1925
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user