]> granicus.if.org Git - pgbouncer/commitdiff
include userlist.txt in tgz pgbouncer_1_2_3
authorMarko Kreen <markokr@gmail.com>
Fri, 8 Aug 2008 13:32:55 +0000 (13:32 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 8 Aug 2008 13:32:55 +0000 (13:32 +0000)
Makefile
NEWS

index 3ab2cc363afe6609af15148eb97236e21460506b..8091f5cc19b70e589b3d02a60424c964f20e7b09 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ HDRS = client.h loader.h objects.h pooler.h proto.h sbuf.h server.h util.h \
 # 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 \
diff --git a/NEWS b/NEWS
index 1ba729e72394b207f0ecda31c624b43a40210e47..15e38ff147b730347426bcf259771c780149a8c9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
 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.