20180606-alt1

- dhcp.c: Remove temporary default route properly (altbug:#34347).
- dhcp.c: Provide DHCP vendor class identifier in requests (altbug:#34320).
  This behaviour can be reverted with a kernel command line parameter.
This commit is contained in:
Arseny Maslennikov 2018-05-09 21:04:40 +03:00
parent 6ce39ab483
commit 41bb05e67e

View File

@ -2,7 +2,7 @@
%def_with splash %def_with splash
Name: propagator Name: propagator
Version: 20180423 Version: 20180606
Release: alt1 Release: alt1
Summary: 'Early userspace' set of binaries Summary: 'Early userspace' set of binaries
@ -37,6 +37,10 @@ including init and various helpers for hw probing and bootstrapping.
%_sbindir/propagator %_sbindir/propagator
%changelog %changelog
* 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).
* Mon Apr 23 2018 Leonid Krivoshein <klark@altlinux.org> 20180423-alt1 * Mon Apr 23 2018 Leonid Krivoshein <klark@altlinux.org> 20180423-alt1
- New udev control logic imported from make-initrd scripts. - New udev control logic imported from make-initrd scripts.
- Udev-trigger replaced to udev-settle() in hardware wait loops. - Udev-trigger replaced to udev-settle() in hardware wait loops.