Version 0.4 (26 Dec 2002) (Benjamin Schieder)

 * Updated Files: INSTALL README TODO ChangeLog
 * New Files: COPYING man-pages
 * New GLUT Demo: EditBox
 * editbox: Added Function GetText
 * Demos: Moved to their own Project because of size
 * Chose LGPL License and updated sourcefiles arrordingly

Version 0.3 (05 Dec 2002)  (Benjamin Schieder)

 * Changed name to libgli
 * Dropped official support for Non-Linux Systems
 * Makefile adopted to create a .so-file for dynamic linking
 * added SetRotation to gli_object.cpp
 * added editbox
 * progress-bar now 3D if Depth > 0
 * Center of Progress-Bar now is REALLY its center, not the lower left corner
 * CGLI_ProgressBar instead of CGLI_ProgressBar2D
 * removed pesky ^M from source-files
 * fixed missing new-lines at end of .h files
 * still couldn't decide on a license

Version 0.2 (13 May 2001) (Roman Podobedov)

 * Added support for Checked Buttons (2D and textured)
 * Added support for Progress bars (2D at this time)
 * Added support for Images (Textured polygons)
 * Added support for loading TGA textures
 * New, improved and rewrited mouse managing system
 * Improved callback system
 * 6 new GLUT demos
 * 2 new Win32 demos
 * 1 new GLX demo
 * More fonts added (from released GLF library 1.3)
 * Now GLI can be built under MacOS X operating system
 * Tonns of improvements, tons of bugs fixed, tons of comments added
 * And much more...

Version 0.1 (23 Apr 2001) (Roman Podobedov)

 * Main implementation of GLI library (First Alpha release)
 * 2D Buttons support
 * Texture Buttons support
 * 2D Windows support
 * Text support
 * Object hierarchy support
 * Connection between objects and Your program (Callback)
 * GLF and BMF fonts support (Vector and Bitmapped fonts from GLF library),
   fonts included into this library
 * Texture loading from file and memory (at this time .RGB format supported, if load from file)
 * 3 GLUT demos included in Alpha release (more Unix/Windows/GLUT demos come later)
 * Object picking by Mouse
