Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-12-06 21:56:33 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-12-06 21:56:33 (GMT)
commit45614de80512eb63b966e5a866c887077679e073 (patch)
treec5022afc678bd128116519909a9eafb5692427aa
parent43ad7ca526244fe991228b89704432ea1e2309af (diff)
Release 8.2.2 Added an explanation on msvcr71.dll redistribution.GCOMPRIS_8_2
Release 8.2.2 Added an explanation on msvcr71.dll redistribution.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.mingw.in2
-rw-r--r--README.mingw7
3 files changed, 10 insertions, 3 deletions
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 <bruno.coudoin@free.fr>
-- 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 <bruno.coudoin@free.fr>
- 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.