2004-07-20 - RPF * Fixed a few compiler warnings which exist with stricter -W options. * Fixed a compiler error in libgutenfetch_utility.c which prevented compilation on newer compilers than what I am using. * Thanks to Pav Lucistnik for pointing this out. * Fixed some compiler warnings in the mergesort code. * Release 1.2 2004-07-17 - RPF * Removed configure.in, added configure.ac * Put configure.in back, removed configure.ac * Release 1.1 2004-07-13 - RPF * Added gutenfetch_get_aussie_server(3) and gutenfetch_set_active_server(3) man pages. 2004-07-11 - RPF * Fixed a memory leak in gutenfetch_util_build_path() function. * Modified gutenfetch_init(3) man page. * Modified libgutenfetch(3) man page. * Added gutenfetch_shutdown(3) and gutenfetch_version(3) man pages. * Added gutenfetch_is_threadsafe(3) and gutenfetch_list_servers(3) man pages. * Added gutenfetch_get_active_server(3) man page. 2004-07-06 - RPF * Fixed a number of complier warnings and potential bugs. * Commented a number of functions. 2004-07-05 - RPF * A bug in gutenfetch_list_servers() where the continent parameter would be ignored is now fixed. * fixed a bug in gutenfetch_listing.c which caused an extra '/' to be added to directory paths of all new etext entries and old etext entries not in the etext90 directory. 2004-07-03 - RPF * fixed a few bugs in gutenfetch_servers.c * fixed a few bugs in gutenfetch_detail.c/listing.c * Ready for 1.0 release * Made 1.0 release 2004-05-09 gettextize * configure.in (AC_CONFIG_FILES): Add m4/Makefile. 2004-03-21 - RPF * Added acinclude.m4, fixes some ac errors. * Added .cvsignore to root directory. * Added libgutenfetch.3 manual page. and removed the gutenfetch.1 manual page. * Added the gutenfetch_is_threadsafe() function. 2004-03-18 - RPF * Branched code from gutenfetch project base.