diff --git a/CHANGES b/CHANGES index 3c688bb..f24e379 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,13 @@ -The following are the changes from calc version 2.14.2.3 to date: +The following are the changes from calc version 2.14.1.5 to date: + + Fixed version numbers in two cases in CHANGES that referred + to the 2.14.2.x instead of 2.14.1.x. + + Rename MINGW Makefile variable (a holdover from MINGW32_NT-5.0) + to OSNAME. + + +The following are the changes from calc version 2.14.1.3 to 2.14.1.4: Fixed missing /dev/null) endif -ifeq ($(MINGW),) -MINGW=$(shell uname -o 2>/dev/null) +ifeq ($(OSNAME),) +OSNAME=$(shell uname -o 2>/dev/null) endif #endif /* end of skip for non-Gnu makefiles */ @@ -113,7 +113,7 @@ endif # then we will also need to use the Cygwin runtime enviroment # and the calc Cygwin make target. ## -ifeq ($(MINGW),Cygwin) +ifeq ($(OSNAME),Cygwin) target:= Cygwin endif #