Search
j0ke.net Open Build Service
>
Projects
>
server:pxe
>
syslinux5
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
syslinux.changes
@@ -1,4 +1,28 @@ ------------------------------------------------------------------- +Sun Dec 22 14:31:58 UTC 2013 - cs@linux-administrator.com + +- update to release 5.10 + * PXELINUX: An entirely new network implementation based on the lwIP + embedded TCP/IP stack. As a result, plain PXELINUX can now support + HTTP and FTP without gPXE/iPXE. ls/readdir functionality is supported + over HTTP with an indexing webserver, or over FTP with most common + FTP servers. For the new network stack use lpxelinux.0. + For the legacy stack use pxelinux.0. + * Rename the "ipappend" option to "sysappend" ("ipappend" is still + accepted as an alias) and make it available for all derivatives. + Add additional strings derived from the system DMI/SMBIOS information if available. + * "sysappend" strings are also sent as http cookies, with the prefix + _Syslinux_ added, on all http transfers. This can be overridden with + the SENDCOOKIES configuration file command. + * poweroff.c32: A new module to power off a system via APM. + It replaces the poweroff COMBOOT module (Sebastian Herbszt). + * PXELINUX: Fix booting with DHCP options 209 and 210 which was broken in 5.00. + * Handle loading kernel images with no protected mode code. + A legitimate kernel image can consist solely of real-mode code. + The support for booting such images was broken in 5.00 (Josh Triplett). + * Fix a regression in the .psf font file loader introduced in 5.00. + +------------------------------------------------------------------- Sun Mar 17 11:32:57 UTC 2013 - cs@linux-administrator.com - initial package of version 5.x
[-]
[+]
Changed
syslinux.spec
^
@@ -1,6 +1,6 @@ #!BuildIgnore: post-build-checks -%define RPMVERSION 5.01 -%define VERSION 5.01 +%define RPMVERSION 5.10 +%define VERSION 5.10 Summary: Kernel loader which uses a FAT, ext2/3 or iso9660 filesystem or a PXE network Name: syslinux Version: %{RPMVERSION}
Added
syslinux-5.10.tar.bz2
^