gtkslash 0.5.5

This commit is contained in:
tengel 2024-03-20 09:24:54 -05:00
parent a8ab89fa0d
commit 6c0e882704
7 changed files with 60 additions and 33 deletions

View file

@ -1,11 +1,17 @@
Sun Jan 03 1999 Troy Engel <tengel@sonic.net>
* versioned to 0.5.4
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 (fpetitje@bureauveritas.com)
* 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 v0.5.4 Troy Engel <tengel@sonic.net>
* implemented autoconf/automake support (*nix, Bruce Smith)
* *nix netscape launching cleaned up
* removed bad list clearing (Bruce Smith)
* repackaged in standard *nix format
Sun Dec 13 1998 Troy Engel <tengel@sonic.net>
* versioned to 0.5.3
Sun Dec 13 1998 v0.5.3 Troy Engel <tengel@sonic.net>
* initial public release