From: Marko Kreen Date: Wed, 18 Feb 2009 13:17:56 +0000 (+0000) Subject: release 1.3 X-Git-Tag: pgbouncer_1_3_1_rc1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2db2aeef06848fecedcf6d2908a5c7a8d7257f22;p=pgbouncer release 1.3 --- diff --git a/NEWS b/NEWS index fdcbdaa..ae67e4a 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,12 @@ -2009-xx-xx - PgBouncer 1.3 - "" +2009-02-18 - PgBouncer 1.3 - "New Ki-Smash Finishing Move" = Features = - * Default port is now changed to 6432, as 6000 did conflict with X11. + * IANA has assigned port 6432 to be official port for PgBouncer. + Thus the default port number has changed to 6432. Existing + individual users do not need to change, but if you distribute + packages of PgBouncer, please change the package default + to official port. * Dynamic database creation (David Galoyan) @@ -12,8 +16,9 @@ * Windows support (Hiroshi Saito) - PgBouncer runs on Windows 2000+ now. To run as service, define - parameter service_name in config. Then: + PgBouncer runs on Windows 2000+ now. Command line usage stays same, + except it cannot run as daemon and cannot do online reboot. + To run as service, define parameter service_name in config. Then: > pgbouncer.exe config.ini -regservice > net start SERVICE_NAME @@ -59,6 +64,8 @@ * Replace old MD5 implementation with more compact one. + * Update ISC licence with the FSF clarification. + = Fixes = * In case event_del() reports failure, just proceed with cleanup. @@ -74,6 +81,8 @@ * Fix include order, as otherwise system includes could come before internal ones. Was problem for new md5.h include file. + * Include COPYRIGHT file in .tgz... + 2008-08-08 - PgBouncer 1.2.3 - "Carefully Selected Bytes" * Disable SO_ACCEPTFILTER code for BSDs which did not work. diff --git a/configure.ac b/configure.ac index a650b64..78715ea 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.3rc1) +AC_INIT(pgbouncer, 1.3) AC_CONFIG_SRCDIR(src/janitor.c) AC_CONFIG_HEADER(include/config.h) AC_PREREQ([2.59]) diff --git a/debian/changelog b/debian/changelog index 8ec8f6b..5fabe69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.3-1) unstable; urgency=low + + * v1.3 + + -- Marko Kreen Wed, 18 Feb 2009 14:11:41 +0200 + pgbouncer (1.3rc1-0) unstable; urgency=low * v1.3rc1