From 023fc311fa28ee43fb0845f163b7aea72d34621c Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 10 Dec 2007 08:04:59 +0000 Subject: [PATCH] version 1.1.2 --- NEWS | 6 +++++- configure.ac | 2 +- doc/pgbouncer.1 | 4 ++-- etc/test.ini | 8 ++++---- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index da55c14..6ebb5e4 100644 --- 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 = @@ -18,6 +18,10 @@ 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 = diff --git a/configure.ac b/configure.ac index 712533f..694938f 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/doc/pgbouncer.1 b/doc/pgbouncer.1 index 4da240e..be14f2b 100644 --- a/doc/pgbouncer.1 +++ b/doc/pgbouncer.1 @@ -1,11 +1,11 @@ .\" Title: pgbouncer .\" Author: .\" Generator: DocBook XSL Stylesheets v1.71.1 -.\" 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) diff --git a/etc/test.ini b/etc/test.ini index a246ebc..ea03555 100644 --- a/etc/test.ini +++ b/etc/test.ini @@ -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 -- 2.39.5