gtkmeat 0.5.5

This commit is contained in:
troyengel 2014-11-26 12:25:46 -06:00
parent 7b023afa6e
commit 26f60ade77
7 changed files with 57 additions and 24 deletions

View file

@ -1,3 +1,11 @@
Mon Jan 11 1999 v0.5.5 Troy Engel <tengel@sonic.net>
* replaced non ANSI C func strsep with strtok (Sun Solaris)
* replaced getenv("HOME") with glib equiv
* functions made static
* reworked g_malloc/g_free code, probably lost some mem leaks :)
* void main -> int main
* fixed RC buffer problem (darn \0)
Sun Jan 03 1999 Troy Engel <tengel@sonic.net>
* versioned to 0.5.4
* initial public release