Search
j0ke.net Open Build Service
>
Projects
>
server:pxe
>
syslinux
> syslinux.changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File syslinux.changes of Package syslinux (Revision 36)
Currently displaying revision
36
,
show latest
------------------------------------------------------------------- Sun Dec 22 14:25:56 UTC 2013 - cs@linux-administrator.com - update to release 4.07 * EXTLINUX: fix crash caused by dereferencing garbage pointer. * Plug memory leak in searchdir which eventually leads to an observable hang (Shao Miller). * ISOLINUX: fix bug triggered by isohybrid images larger than 32K which results in an invalid image checksum error. * menugen: make it Py3k compatible (Paulo Alcantara). ------------------------------------------------------------------- Tue Oct 30 20:13:28 UTC 2012 - cs@linux-administrator.com - update to final 4.06 release * Support for NTFS, by Paulo Alcantara. * EXTLINUX: more robust device detection, allow user to override. * kontron_wdt.c32: Add a new module to enable the hardware watchdog of some Kontron boards. It allows enabling the watchdog and then booting a given image. * HDT updated, and now can display images regarding some detection steps. Add postexec command to run a particular entry after HDT's execution, add silent option and various fixes. * ifcpu.c32: Detect hypervisor presence. * lua.c32: Add dhcp support and support for native Syslinux functions syslinux_config(), syslinux_ipappend_strings() and syslinux_reboot(). * isohybrid: Workaround for various EFI systems. * pxechn.c32, a PXE NBP chainloader. More versatile alternative to pxechain.com and resolves the PXELINUX -> WDS issue with Microsoft Windows Server 2008R2 (Gene Cumm). * btrfs: Fix booting off of a subvolume. * com32: Add device tree support. * SYSLINUX: Fix relative paths for VFAT. The CONFIG and APPEND directives now support entirely relative paths. ------------------------------------------------------------------- Wed Oct 17 20:35:08 UTC 2012 - cs@linux-administrator.com - update to 4.06pre14 ------------------------------------------------------------------- Sun Oct 14 15:12:41 UTC 2012 - cs@linux-administrator.com - update to 4.06pre13 ------------------------------------------------------------------- Sat Aug 4 19:26:34 UTC 2012 - cs@linux-administrator.com - update to 4.06pre11 ------------------------------------------------------------------- Sun Jul 29 10:33:23 UTC 2012 - cs@linux-administrator.com - added syslinux-build-ifmemdsk.patch ------------------------------------------------------------------- Sun Jul 29 09:22:50 UTC 2012 - cs@linux-administrator.com - Update to version 4.05 * HDT updated, and now supports uploading data to a TFTP server. * ISOLINUX: remove the .img file support; it has been broken on virtually all systems since the beginning, and has been totally broken since 4.00 at least. Use MEMDISK instead. * chain.c32: Support chaining ReactOS' FreeLdr (Shao Miller) * isohybrid: -m option to add support for Mac EFI booting. * ifmemdsk.c32: Choose boot option based on presence of MEMDISK. * Remove bogus distributed mk-lba-img binary. * The Syslinux project has a new, cool logo by Abi "ixxvil" Rasheed (doc/logo/*). ------------------------------------------------------------------- Fri Jun 24 09:59:18 UTC 2011 - cs@linux-administrator.com - Update to version 4.04 * PXELINUX: Fix handling of unqualified DNS names. * PXELINUX: Fix timer bug when PXELINUX might be unloaded (Gene Cumm). * core/writedec.inc: Fix duplicate declaration and overflow (Gene Cumm). * GCC 4.5 fixes. * sample directory: Fix Makefile include (Gene Cumm). * ver.com: New universal DOS/COMBOOT application to display version information (includes DRMK) (Gene Cumm). * rosh.c32: updated; Using getopt() for internal commands to aid parsing options; Fix bugs in ls; add warm reboot and echo (Gene Cumm). * com32: fix a file descriptor leak. * gfxboot.c32: handle TEXT..ENDTEXT; error out on no LABELs found (Sebastian Herbszt). * Fix booting on non-partitioned devices. * MBR, isohybrid: Workaround for a BIOS issue on Acer Travelmate and possibly other machines. * COM32: Adding ACPI parsing libary * HDT: Release 0.4.1 to support ACPI parsing, improved mutli-core/cpu reporting * LUA: Updating to 5.1.4-2 * SYSLINUX: core/diskstart.inc: Reset DS after checksum in case it isn't 0 (Gene Cumm). * win64: Script update for additional mingw compiler names (Gene Cumm). * diag: New directory for diagnostic-related tools. Add a handoff MBR/VBR and geometry display images (Gene Cumm). * MEMDISK: use "mem=" parameter to mark available memory above this point as reserved (core already does alignment) (Gene Cumm). * MEMDISK: Additional disk probe checks and debug output (Shao Miller, Gene Cumm). * gpxe: add gpxelinuxk.0, based off of undionly.kpxe + new script (Gene Cumm). * isohybrid: install the isohdpfx*.bin/isohdppx*.bin files to make isohybrid images in one step with GNU xorriso. * PXELINUX: disable a hack that would make localboot work on some machines, but break just about as many. Some machines which worked with "localboot 0" in previous versions may need "localboot -1" in this one. If you have a machine which requires "localboot -1", a copy of the dmidecode or sysdump output would be appreciated. * Include a set of diagnostics by Gene Cumm. * Fixes for gcc 4.6 and binutils 2.21.51. * chain.c32: Allow "uuid" as a synonym to "guid". * Handle directory names starting with .. for vfat and iso9660. * New MENU HIDDENKEY command to provide a one-keystroke way to activate a boot option from a hidden menu intro screen.