X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=e6a6c3e89758987090ebad10e513ac09da0c698e;hb=8fb7b342a32cb2336b5c3752c68714b47ac7c63e;hp=70271724206adb534c7680068ca7b331f205aaf6;hpb=20a4e84d93b4bdfe51800f49f5a1b8d9a526d383;p=freeglut diff --git a/ChangeLog b/ChangeLog index 7027172..e6a6c3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2009-05-22 Sven Panne + * 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 + GLUT DLLs out in the wild. + + * src/freeglutdll.def: Removed obsolete lines. Fixed version number. + + * freeglut_vs2008.vcproj: Use our module definition file, so we get + undecorated names in the resulting DLL, just like the classic GLUT DLL + from Nate Robins. + 2009-04-05 Sven Panne * Makefile.am: Added more project/workspace/... files to distribution.