Update to version 1.2.0

This commit is contained in:
Andreas Schneider 2015-10-29 13:58:25 +01:00
parent 630ecda9f3
commit 7cd1177e2f
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/uid_wrapper-1.0.2.tar.gz
/uid_wrapper-1.1.0.tar.gz
/uid_wrapper-1.1.1.tar.gz
/uid_wrapper-1.2.0.tar.gz

View File

@ -1 +1 @@
ea0a3917db8bd48cebf10f518d8bbb96 uid_wrapper-1.1.1.tar.gz
8d75bb77e1f9d6e17d400e78b18bbf30 uid_wrapper-1.2.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: uid_wrapper
Version: 1.1.1
Version: 1.2.0
Release: 1%{?dist}
Summary: A wrapper for privilege separation
@ -67,6 +67,12 @@ popd
%{_mandir}/man1/uid_wrapper.1*
%changelog
* Thu Oct 29 2015 Andreas Schneider <asn@redhat.com> - 1.2.0-1
- Update to version 1.2.0
* Added privilege checks for all set*uid and set*gid functions.
* Added a lot more and accurate tests which work as root.
* Fixed some minor issues
* Wed Sep 02 2015 Andreas Schneider <asn@redhat.com> - 1.1.1-1
- Update to version 1.1.1