]> granicus.if.org Git - libevent/commitdiff
acknowledgements and new version
authorNiels Provos <provos@gmail.com>
Mon, 4 Apr 2005 00:35:14 +0000 (00:35 +0000)
committerNiels Provos <provos@gmail.com>
Mon, 4 Apr 2005 00:35:14 +0000 (00:35 +0000)
svn:r143

README
configure.in

diff --git a/README b/README
index 9873d2a7a667f451158f6b2915f43dd00c36ff27..b326609c075b48ff7e0a5030a1927afd75078b48 100644 (file)
--- a/README
+++ b/README
@@ -10,4 +10,17 @@ You can run the regression tests by
 
 $ make verify
 
-Before, reporting any problems, please run the regression tests.
\ No newline at end of file
+Before, reporting any problems, please run the regression tests.
+
+Acknowledgements:
+-----------------
+
+The following people have helped with suggestions, ideas or code:
+
+  Nick Mathewson
+  Andrew Danforth
+  Shie Erlich
+  Mike Davis
+
+If I have forgotten your name, please contact me.
+
index f3e40286b11afe84b533e2b740852a0681519d7d..2f0541c2a7bba11e62608158a4fbab0c4e5c0827 100644 (file)
@@ -2,7 +2,7 @@ dnl configure.in for libevent
 dnl Dug Song <dugsong@monkey.org>
 AC_INIT(event.c)
 
-AM_INIT_AUTOMAKE(libevent,1.0b)
+AM_INIT_AUTOMAKE(libevent,1.0c)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE