From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bart Oldeman" Subject: 1.4.0.1 prerelease Date: Thu, 27 Mar 2008 12:32:02 -0400 Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=T3Jd1xOIcrkJf9ZbUvO1b3I8vhfvlIWkqa5AFVuqsYg=; b=iY8V9x8B2zfjRDVYU6BZK3N8U0cf6eLcMXwUH9MzEAfVUAWbGM9NusjFePH9ePm3EJ1eknwATM/FZj4ee+qk0G+LoyPJtC9Fbry7r9G5HLJb2Uhl/ZBjyMPM0jAU2K7lZYbJCz6XascbpsPD2ngKlKimvaUJ+wThiYkAPlw6IJ4= In-Reply-To: Content-Disposition: inline Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: dosEmu-list Hi, There is a 1.4.1 pre-release patch available at http://dosemu.sourceforge.net/prereleases/patch-1.4.0.1.gz I'd encourage distributors to ship this because there have been quite a few fixes since 1.4.0. I'm looking at some more patches and bugs before releasing 1.4.1. Thanks to Michael Karcher for a lot of bug fixing in the CPU emulator. Bart overview of changes: * Bug fixes, especially pertaining to the CPU emulator that is used in the x86-64 port (also in combination with Xen), and for DPMI on x86-64. * Better LFN support. * Optionally prompt if the keyboard layout can't be auto-detected. * Some things previously done by the dosemu script are now done by the dosemu.bin binary (X font locations, terminal warnings, DOSDRIVE_D environment variable handling). * Handle UTF-8 in window titles. * Improved copy and paste of text to and from DOSEMU. * Avoid problems with the dotless i as used in Turkish and some other languages. * Reduce lines of output in config.sys, autoexec.bat, blaster, and the banner, so everything fits on 25 lines. List of SourceForge tracker numbers with bugs that were closed: #1683073 P: handle 16bit address overflow in string instructions (simulator) #1713659 Error Encountered on DOSEMU 1.4.0 #1728817 SR: 132character screen ? #1729556 Added some diagnostics to check for UTF-8 terminal mismatches. #1763166 P: CPU emu: ignore access to unknown VGA ports. #1763169 P: CPU emu: handle prefixed jumps correctly. #1763170 P: CPU emu: implement INTO correctly. #1800717 P: cpuemu: BOUND is signed. #1801411 Running File Wizard crashes DOSEMU 1.4.0.0. #1910153 P: SkyRoads failure: JIT fails some self-modifying code #1910415 P: Fix Non-VESA SVGA video (partly fixes #1806787: Moraff's World high-res video bug(s)) #1910535 P: fix for "e_vgaemu_fault corrupts eip/rip"