# Changelog for sstrings
# Copyright Pablo Yanez Trujillo <pabloy@pcpool.mathematik.uni-freiburg.de>
# $HEADER: http://pcpool.mathematik.uni-freiburg.de/~pabloy/projects/sstrings/ChangeLog

sstrings-1.0.4:
Wed Jul 13 2005; Pablo Yanez Trujillo <pabloy@pcpool.mathematik.uni-freiburg.de>
- Version 1.0.4 started

Wed Jul 20 2005; Pablo Yanez Trujillo <pabloy@pcpool.mathematik.uni-freiburg.de>
- bug fixed from delsstr
- new version released

sstrings-1.0.3:
Tue Jul 12 2005; Pablo Yanez Trujillo <pabloy@pcpool.mathematik.uni-freiburg.de>
- Gentoo ebuild should now installed under sys-libs

Mon Jul 11 2005; Pablo Yanez Trujillo <pabloy@pcpool.mathematik.uni-freiburg.de>
- Version 1.0.3 is released

- Gentoo Ebuild for Version 1.0.3 rewritten

- NEWS, README, BUGS, TODO, configure.ac files were rewritten

- ss_errno specifications added in all man pages

- 10 new functions added

sstrings-0.0.2:

Fri Mar 11 2005; Pablo Yanez Trujillo <pabloy@pcpool.mathematik.uni-freiburg.de>
- Version 0.0.2 is released

- Gentoo Ebuild for Version 2 rewritten

- Gentoo Ebuild added in the tar.gz file

- NEWS, README, BUGS, TODO, configure.ac files were rewritten

- Bugs in the manual pages fixed

- Bugs in char* strrstr(const char *haystack, const char *needle) fixed.
changed the return type from return haystack to  return (char*)
&haystack[0]; otherwise it cannot be compiled by other
compiler like the MS VC++
