20180822-alt1

- add support cifs install method
- replace HTTP request version from 1.0 to 1.1
- increase DHCP tries and timeouts for DISCOVER request
This commit is contained in:
Evgeny Sinelnikov 2014-01-12 10:20:07 +04:00 committed by Evgeny Sinelnikov
parent 59a9c4de30
commit a352e62521

View File

@ -3,7 +3,7 @@
%def_with splash
Name: propagator
Version: 20180606
Version: 20180822
Release: alt1
Summary: 'Early userspace' set of binaries
@ -39,6 +39,11 @@ including init and various helpers for hw probing and bootstrapping.
%_sbindir/propagator
%changelog
* Wed Aug 22 2018 Evgeny Sinelnikov <sin@altlinux.org> 20180822-alt1
- add support cifs install method
- replace HTTP request version from 1.0 to 1.1
- increase DHCP tries and timeouts for DISCOVER request
* Wed Jun 06 2018 Arseny Maslennikov <arseny@altlinux.org> 20180606-alt1
- dhcp.c: Remove temporary default route properly (altbug:#34347).
- dhcp.c: Provide DHCP vendor class identifier in requests (altbug:#34320).