diff --git a/CHANGELOG b/CHANGELOG
index d09680ee..042a0dce 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,10 @@ OpenMesh 2.0.1 ( Rev 376 ):
* Build System
- Updated debian dir (thanks to Jean Pierre Charalambos)
+- Removed glew depedency
+- Only one fixbundle on mac and windows
+- Run fixbundle only in standalone mode
+- Change debian control to reduce dependencies (glew,some qt libs)
* Documentation
- Fixed error in image about edge collapses
diff --git a/Doc/history.docu b/Doc/history.docu
index e6b0446f..3b699161 100644
--- a/Doc/history.docu
+++ b/Doc/history.docu
@@ -22,6 +22,10 @@
Build System
- Updated debian dir (thanks to Jean Pierre Charalambos)
+- Removed glew depedency
+- Only one fixbundle on mac and windows
+- Run fixbundle only in standalone mode
+- Change debian control to reduce dependencies (glew,some qt libs)
Documentation
diff --git a/Doc/misc.docu b/Doc/misc.docu
index cb2e9809..9842c147 100644
--- a/Doc/misc.docu
+++ b/Doc/misc.docu
@@ -64,7 +64,6 @@ gcc 4.2
Install the following external libraries / frameworks if you want to use the included Applications:
\section build_systems Chosing build system
@@ -112,7 +111,6 @@ There are some additional targets:
If you want to use cmake to build your Visual Studio 2008 solution file,
download and install CMake from www.cmake.org.
(Note: This is not mandatory since there are already VS2008 solution files included in %OpenMesh).
-Install the OpenGL Extension Wrangler Library (GLEW) from http://glew.sourceforge.net.
@@ -139,8 +137,6 @@ In Visual Studio 2008 choose "Release" in the appropriate select box and build t
\section sec_compiling_macosx MacOS X
Download and install required libraries as stated above.
-Because some of the examples depend on the GLEW library, it's recommended to install glew via MacPorts portage system MacPorts.
-If you have not installed it yet, follow the instructions given on their site. Type sudo port -v install glew to install glew headers and libraries.
You can download %OpenMesh's sources from www.openmesh.org or check out the latest repository via SVN:
svn co http://www.openmesh.org/svnrepo/OpenMesh/trunk %OpenMesh.