]> granicus.if.org Git - pgbouncer/commitdiff
release 1.3
authorMarko Kreen <markokr@gmail.com>
Wed, 18 Feb 2009 13:17:56 +0000 (13:17 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 18 Feb 2009 13:17:56 +0000 (13:17 +0000)
NEWS
configure.ac
debian/changelog

diff --git a/NEWS b/NEWS
index fdcbdaa8bbfb1b543a099343c62407eba61dc199..ae67e4a16043bb8cba796f5b414b15e615593dc0 100644 (file)
--- 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.
index a650b64c9c2c493a8f0938cef4ea1b749a83c1ac..78715ea6af573eaaf75acd0f3b9911ebc26035fe 100644 (file)
@@ -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])
index 8ec8f6b13f287c03f2c257f265c6407b06dfa32d..5fabe69584e88271c932d63fce36c99898fdf63e 100644 (file)
@@ -1,3 +1,9 @@
+pgbouncer (1.3-1) unstable; urgency=low
+
+  * v1.3
+
+ -- Marko Kreen <marko.kreen@skype.net>  Wed, 18 Feb 2009 14:11:41 +0200
+
 pgbouncer (1.3rc1-0) unstable; urgency=low
 
   * v1.3rc1