summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2008-03-14 16:53:22 +0000
committerMarko Kreen2008-03-14 16:53:22 +0000
commite7f26b0c07e60b4236c1f51e9c47f1ff69ad5ddd (patch)
treea7b18f808804b7c81f3207ba7251b0831569b928
parentc39e7b9d171aef7d9889e3db12a8b601997a11f4 (diff)
news for 2.1.6rc3skytools_2_1_6_rc3
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
3 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1abd7d57..22b02d1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-2008-02-xx - SkyTools 2.1.6 - ""
+2008-03-xx - SkyTools 2.1.6 - ""
= Fixes =
@@ -14,7 +14,12 @@
* Restore iter-on-values behaviour for rows from curs.fetch*. The attempt
to make them iter-on-keys seems now misguided, as iter-on-values is already
used in existing code, and iter-on-keys returns keys in random order.
+
* londiste subscriber add: Dont drop triggers on table if --expect-sync is used.
+ * londiste copy: drop triggers and fkeys in case "replay" or "subscriber add" was skipped
+ * walmgr restore: better detection if old postmaster is running (Charles Duffy)
+ * walmgr xrestore: detect the death of parent process
+
= Features =
@@ -40,6 +45,7 @@
quote_bytea_raw, unescape, db_urlencode, db_urldecode. This gives
20x speedup for db_urlencode and 50x for db_urldecode on some
real-life data.
+ - unquote_ident(), unquote_literal()
2007-11-19 - SkyTools 2.1.5 - "Enterprise-Grade Duct Tape"
diff --git a/configure.ac b/configure.ac
index 89d27c7e..d6366209 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(skytools, 2.1.6rc2)
+AC_INIT(skytools, 2.1.6rc3)
AC_CONFIG_SRCDIR(python/pgqadm.py)
dnl Find Python interpreter
diff --git a/debian/changelog b/debian/changelog
index 789ba509..10c1766f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+skytools (2.1.6rc3) unstable; urgency=low
+
+ * quoting/parsing fixes
+ ? walmgr fix
+
+ -- Marko Kreen <marko.kreen@skype.net> Wed, 12 Mar 2008 15:43:39 +0200
+
skytools (2.1.6rc2) unstable; urgency=low
* Bugfix release.