summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2003-03-26 13:45:18 +0000
committerDonovan Baarda <abo@minkirri.apana.org.au>2003-03-26 13:45:18 +0000
commit7d8cf22d85f4be98872e744c4f71fc153eb14a91 (patch)
tree590223e5ffb4ba3e5171479d03540ea2a40a9576 /THANKS
parent72f4731bd799ccb1b03337f957deb850989e0758 (diff)
downloadlibrsync-7d8cf22d85f4be98872e744c4f71fc153eb14a91.tar.gz
* acconfig.h: removed, redundant.
* acinclude.m4: removed, redundant. * configure.in: Ran autoupdate. Cleaned up boilerplate, adding AC_COPYRIGHT, removing comment quote. Changed AC_REVISION to use $Revision$ instead of $Id$ Moved AC_DISABLE_SHARED above program checks. Tidied up program checks including checks from configure.scan. Changed AC_DEFINE of _GNU_SOURCE to AC_GNU_SOURCE check. Reformated AC_COMPILE_IFELSE generated by autoupdate. Added descriptions to AC_DEFINES from librsyncupdate.patch. Made popt test actually use local popt if missing. Removed spurious HAVE_SOCK_SIN_LEN and intmax_t tests. Simplified trace and cmalloc enable tests (trace is off by default). Removed suspect old AC_SUBST settings. Moved AC_GNU_SOURCE and AC_ISC_POSIX around CC program check. Added mcheck.h to AC_CHECK_HEADERS for popt Added AC_CHECK_FUNCS([gettext dgettext]) for popt Re-arranged to put FUNC tests together Changed to indent 2 spaces. Commented out AC_FUNC_MALLOC|MEMCMP|REALLOC because of missing replacements. * Makefile.am: Changed librsync_la_SOURCES to build prototab.[ch] first. Removed quote comment (was raising warnings in automake). simplified MAINTAINERCLEANFILES for automake1.7, removing AUX_DIST. added depcomp to MAINTAINERCLEANFILES for automake1.7. * README: added instructions for compiling on Windows. * README.CVS: changed apt-get instructions to ensure automake1.7 is installed. * NEWS: added summary of updates for 0.9.6. * THANKS: updated with contributors for 0.9.6 * TODO: added stuff about autoconf cleanups. * librsync.spec: updated for 0.9.6 and sourceforge project. * testsuite/delta.test: Changed to use tempfile instead of /dev/null for win32 testing. * testsuite/driver.sh: Added option and default of using relative paths for tests for win32 testing.
Diffstat (limited to 'THANKS')
-rw-r--r--THANKS34
1 files changed, 34 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index 2e604e7..e4798c1 100644
--- a/THANKS
+++ b/THANKS
@@ -19,3 +19,37 @@ Luke Kenneth Casson Leighton <lkcl@samba.org>
Tim Potter <tpot@linuxcare.com.au>
Hugh Blemings <hugh@linuxcare.com.au>
David Gibson <dgibson@linuxcare.com.au>
+
+The release of 0.9.6 was contributed to mostly by the following people;
+
+Wayne Davidson <wayned@users.sourceforge.net>
+ - librsync sf project admin
+ - sf project creation, import cvs etc
+ - many cvs commits of submitted patches
+Martin Pool <mbp@users.sourceforge.net>
+ - sf project admin
+ - sf project developers setup
+Donovan Baarda <abo@minkirri.apana.org.au>
+ - librsync sf project admin
+ - sf project tracker and lists setup
+ - MSVC6 and cygwin compiling patch
+ - mdfour optimisations and cleanups patch
+ - autconf/autmake cleanups
+ - build and release
+Ben Escoto <bescoto@users.sourceforge.net>
+ - librsync sf project admin
+Ben Elliston <bje@air.net.au>
+ - many cvs commits before migrating to sf
+Robert Weber <chipsforbrains@users.sourceforge.net>
+ - bigendian and >512M mdfour patch
+Skip Montanaro <montanaro@users.sourceforge.net>
+ - librsync on MacOSX patch
+Diego Liziero <diegoliz@users.sourceforge.net>
+ - memory leak patches
+ - again rdiff cosmetic patch
+Berkan Eskikaya <berkan@users.sourceforge.net>
+ - Control files for librsync debian packages patch
+Mark Moraes <moraes@sbcglobal.net>
+ - cygwin testsuite fixes email patch
+Robert Collins <robert.collins@itdomain.com.au>
+ - autoconf/automake cleanups email (old patch)