From 45614de80512eb63b966e5a866c887077679e073 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Wed, 06 Dec 2006 21:56:33 +0000 Subject: Release 8.2.2 Added an explanation on msvcr71.dll redistribution. Release 8.2.2 Added an explanation on msvcr71.dll redistribution. --- diff --git a/ChangeLog b/ChangeLog index dfefb42..3e9f748 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ + *** RELEASE 8.2.2 *** + 2006-12-06 Bruno coudoin -- Merge from HEAD @@ -10,8 +12,6 @@ * src/boards/python/anim.py: * src/boards/shapegame.c: (create_title): now uses gettext for tittles. - *** RELEASE 8.2.2 *** - 2006-11-18 Bruno coudoin - Added missing somali voices diff --git a/Makefile.mingw.in b/Makefile.mingw.in index b4a8a5f..f4c5653 100644 --- a/Makefile.mingw.in +++ b/Makefile.mingw.in @@ -67,7 +67,7 @@ NEEDED_DLLS = $(GNUCHESS_TOP)/bin/pthreadGC.dll \ NEEDED_FILES = README \ COPYING \ - COPYING \ + README.mingw \ Changelog ## diff --git a/README.mingw b/README.mingw index fca1203..24eef25 100644 --- a/README.mingw +++ b/README.mingw @@ -25,6 +25,13 @@ to upgrade to newer versions, and (2) they show up as /opt/gtk, /opt/libxml, and so on from msys, which is reasonably clear. If you choose a different hierarchy make sure to tweak your Makefile.mingw. +WARNING: Library Microsoft mscrt71.dll. +This library is needed only due to python. +Based on microsoft wev site, it is freely redistributable if you get +the free Microsoft Visual C++ 2005 Express Edition: +http://support.microsoft.com/kb/326922/fr +This library is not free software. + 2.1 GTK ======= + gcompris needs gtk to run. -- cgit v0.9.1