# Changelog for sstrings
# Copyright Pablo Yanez Trujillo <yanezp@informatik.uni-freiburg.de>
# $HEADER: http://klingsor.informatik.uni-freiburg.de/projects/sstrings/ChangeLog

sstrings-2.0.1:

Tue Nov 14 2006: Pablo Yanez Trujillo <yanezp@informatik.uni-freiburg.de>
- man pages done
- html doc done
- release 2.0.1

Thu Sep 14 2006: Pablo Yanez Trujillo <yanezp@informatik.uni-freiburg.de>
- After a long pause I had some time to rewrite some new functions.
I hope that it is now easier to use the library than all version =<2.x

the first function for 2.0.1 release seem to be complete. Now we have
to write the manual pages (and html pages)

Sun Dec 18 2005
- New Version 2.0.1 started. sstrings-1.x and >=sstrings-2.x won't be
compatible. Versions sstrings-1.x are deprected. 

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++
