From 82c7b4d248b25d3eafb0d63059f0f2a03150ccd4 Mon Sep 17 00:00:00 2001
From: Marko Kreen <markokr@gmail.com>
Date: Wed, 28 Nov 2012 12:55:18 +0200
Subject: [PATCH] v1.5.4

---
 NEWS             | 18 ++++++++++++++++++
 configure.ac     |  2 +-
 debian/changelog |  6 ++++++
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 75762e1..a9ffa59 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2012-11-28  -  PgBouncer 1.5.4  -  "No Leaks, Potty-Training Successful"
+
+  = Fixes =
+
+    * DNS: Fix memory leak in getaddrinfo_a() backend.
+
+    * DNS: Fix memory leak in udns backend.
+
+    * DNS: Fix stats calculation.
+
+    * DNS: Improve error message handling for getaddrinfo_a().
+
+    * Fix win32 compile.
+
+    * Fix compiler dependency support check in configure.
+
+    * Few documentation fixes.
+
 2012-09-12  -  PgBouncer 1.5.3  -  "Quantum Toaster"
 
   = Critical fix =
diff --git a/configure.ac b/configure.ac
index 28e20ff..cd5b515 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.5.3)
+AC_INIT(pgbouncer, 1.5.4)
 AC_CONFIG_SRCDIR(src/janitor.c)
 AC_CONFIG_HEADER(lib/usual/config.h)
 AC_PREREQ([2.59])
diff --git a/debian/changelog b/debian/changelog
index 2956af8..c04228a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pgbouncer (1.5.4-1) unstable; urgency=low
+
+  * v1.5.4
+
+ -- Marko Kreen <marko.kreen@skype.net>  Wed, 28 Nov 2012 12:44:39 +0200
+
 pgbouncer (1.5.3-1) unstable; urgency=low
 
   * v1.5.3
-- 
2.40.0