# data & dirs to include in tgz
DOCS = doc/overview.txt doc/usage.txt doc/config.txt doc/todo.txt
MANPAGES = doc/pgbouncer.1 doc/pgbouncer.5
-DATA = README NEWS AUTHORS etc/pgbouncer.ini Makefile config.mak.in include/config.h.in \
+DATA = README NEWS AUTHORS etc/pgbouncer.ini etc/userlist.txt Makefile \
+ config.mak.in include/config.h.in \
configure configure.ac debian/packages debian/changelog doc/Makefile \
test/Makefile test/asynctest.c test/conntest.sh test/ctest6000.ini \
test/ctest7000.ini test/run-conntest.sh test/stress.py test/test.ini \
2008-08-08 - PgBouncer 1.2.3 - "Carefully Selected Bytes"
+ * Disable SO_ACCEPTFILTER code for BSDs which did not work.
+ * Include example etc/userlist.txt in tgz.
* Use '$(MAKE)' instead 'make' for recursion (Jørgen Austvik)
* Define _GNU_SOURCE as glibc is useless otherwise.
* Let the libevent 1.1 pass link test so we can later report "1.3b+ needed"
* Detect stale pidfile and remove it.
- * Disable SO_ACCEPTFILTER code for BSDs which did not work.
Thanks to Devrim GÜNDÜZ and Bjoern Metzdorf for problem reports and testing.