Skip to content

Commit b2e3151

Browse files
committed
Update changelog and version to 0.83pre4.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/freecom/trunk@1803 6ac86273-5f31-0410-b378-82cca8765d1b
1 parent b323c97 commit b2e3151

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGED

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v0.84pre4
2+
fix: spelling, by Anders Jonsson <anders.jonsson@norsjovallen.se>
3+
fix: Edits to Swedish translation file, by Anders Jonsson
4+
fix: Make echolib.bat compatible with cmd.exe (Tom Ehlert)
5+
fix: Fix build for GCC-compiled load_icd.exe (Bart)
6+
fix: parsefnm failures and cleanup other inline asm for OW and GCC (Bart)
7+
fix: revert change keeping context alwyas on heap (caused out-of-memory) (Bart)
8+
fix: replace use of inline asm lcall/call for GCC with plain C calls (Bart)
19
v0.84pre3
210
fix: Make sure that ds=ss in XMSexec call (Bart)
311
The newest ia16-elf-gcc floats ds inside functions and with the inline

VERSION.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FreeCom version 0.84-pre3 - WATCOMC - XMS_Swap [Feb 2 2018 09:18:38]
1+
FreeCom version 0.84-pre4 - WATCOMC - XMS_Swap [Feb 21 2018 22:36:00]

shell/ver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include "../err_fcts.h"
4242
#include "../strings.h"
4343

44-
const char shellver[] = "0.84-pre3 - "
44+
const char shellver[] = "0.84-pre4 - "
4545
#if defined(__BORLANDC__)
4646
"BORLANDC"
4747
#elif defined(__TURBOC__)

0 commit comments

Comments
 (0)