Move all files related to Visual Studio 2008 into 2 directories, one for the normal...
[freeglut] / ChangeLog
index e6a6c3e..4da606b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,16 @@
+2009-05-24  Sven Panne  <sven.panne@aedion.de>
+
+       * freeglut_static_vs2008.vcproj,freeglut_vs2008.vcproj,
+         freeglut_vs2008.sln,freeglut_vs2008_static.sln: Move all files related
+         to Visual Studio 2008 into 2 directories, one for the normal DLL
+         build, and one for the static build. We should do this for other IDEs,
+         too.
+
 2009-05-22  Sven Panne  <sven.panne@aedion.de>
+
+       * include/GL/freeglut_std.h: Avoid warnings when the ATEXIT_HACK is used
+         with GCC, making the hack even uglier.
+
        * include/GL/freeglut_std.h,src/freeglut_init.c,src/freeglut_internal.h,
          src/freeglut_menu.c,src/freeglut_window.c,src/freeglutdll.def: Added the
          ugly ATEXIT_HACK from GLUT 3.7, making freeglut binary compatible with the