1v1.1.0, May 2009
2
3Changed the build so that the functions in stdthread.h are always defined, but most will simply
4return error codes when not built in a reentrant manner.  Added a "null mutex" that does nothing
5to allow user programs to always successfully call at least the mutex functions even in a
6non-reentrant build.
7
8v1.0.1, November 2007
9
10Fixed a few minor bugs.
11
12v1.0.0, November 2006
13
14First major release of StdUtil library.
15