Update to point release 0.7.4

This commit is contained in:
Stef Walter 2013-09-09 13:56:17 +02:00
parent a9a9035869
commit 593e230d2e
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/old
/adcli-0.7.2.tar.gz
/adcli-0.7.3.tar.gz
/adcli-0.7.4.tar.gz

View File

@ -1,5 +1,5 @@
Name: adcli
Version: 0.7.3
Version: 0.7.4
Release: 1%{?dist}
Summary: Active Directory enrollment
License: LGPLv2+
@ -51,6 +51,12 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%doc %{_datadir}
%changelog
* Mon Sep 09 2013 Stef Walter <stefw@redhat.com> - 0.7.4-1
- Update to upstream point release 0.7.4
- Correctly handle truncating long host names
- Try to contact all available addresses for discovery
- Build fixes
* Wed Aug 07 2013 Stef Walter <stefw@redhat.com> - 0.7.3-1
- Update to upstream point release 0.7.3
- Don't try to set encryption types on Windows 2003

View File

@ -1 +1 @@
70c735a9f984c9712ab3c32c58e3616a adcli-0.7.3.tar.gz
a02d5aaefe18adc441cc604ee08c5741 adcli-0.7.4.tar.gz