version 1.1.2 pgbouncer_1_1_2
authorMarko Kreen <markokr@gmail.com>
Mon, 10 Dec 2007 08:04:59 +0000 (08:04 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 10 Dec 2007 08:04:59 +0000 (08:04 +0000)
NEWS
configure.ac
doc/pgbouncer.1
etc/test.ini

diff --git a/NEWS b/NEWS
index da55c14331c75563d771c29bd7ecd546d396823b..6ebb5e4f36c430d46d70cfbff50e2c3cf4154378 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 
-2007-11-xx  -  PgBouncer 1.1.2  -  ""
+2007-12-10  -  PgBouncer 1.1.2  -  "The Hammer"
 
   = Features =
 
       in code on INFO level, so they polluted logs.
     * Unbroke debian/changelog
 
+  = Cleanup =
+
+    * reorder struct SBuf fields to get better alignment for buffer.
+
 2007-10-26  -  PgBouncer 1.1.1  -  "Breakdancing Bee"
 
   = Fixes =
index 712533f1281e69188dc86ef1796fcd2266cfa3e3..694938fb5f383205971a56e2011c05c2ef172618 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(pgbouncer, 1.1.2rc1)
+AC_INIT(pgbouncer, 1.1.2)
 AC_CONFIG_SRCDIR(src/bouncer.h)
 AC_CONFIG_HEADER(config.h)
 
index 4da240ed16066ad34bbf1efec3885a8beaac1aa1..be14f2b1f2395ea01920203d82d9f0b334e52f52 100644 (file)
@@ -1,11 +1,11 @@
 .\"     Title: pgbouncer
 .\"    Author: 
 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
-.\"      Date: 11/20/2007
+.\"      Date: 11/23/2007
 .\"    Manual: 
 .\"    Source: 
 .\"
-.TH "PGBOUNCER" "1" "11/20/2007" "" ""
+.TH "PGBOUNCER" "1" "11/23/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
index a246ebc9dffa4830239a7bf4cc33caed92dd9a24..ea035554c363fbc2a2ce020d3e482726f1242fdb 100644 (file)
@@ -1,5 +1,5 @@
 [databases]
-marko = host=127.0.0.1 port=7000
+marko = host=127.0.0.1 port=5432
 
 [pgbouncer]
 logfile = lib/pgbouncer.log
@@ -29,9 +29,9 @@ stats_users = marko
 
 stats_period = 60
 
-log_connections = 0
-log_disconnections = 0
-log_pooler_errors = 0
+log_connections = 1
+log_disconnections = 1
+log_pooler_errors = 1
 
 ; short timeouts
 server_lifetime = 5