v2.1.12rc1
authorMarko Kreen <markokr@gmail.com>
Wed, 22 Sep 2010 13:51:46 +0000 (13:51 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 22 Sep 2010 13:51:46 +0000 (13:51 +0000)
AUTHORS
NEWS
configure.ac
debian/changelog

diff --git a/AUTHORS b/AUTHORS
index 77afd3d924c08e97f8681f2558b98a4cd2ae0f81..2d831df73008577763cc7338b2672b2c220bbb9d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -28,5 +28,6 @@ Nico Mandery
 Pierre-Emmanuel André
 Sergey Konoplev
 Shoaib Mir
+Steve Singer
 Zoltán Böszörményi
 
diff --git a/NEWS b/NEWS
index 3faddbd4715d98103acd7216f695c6fc54f3f07d..a1773439e11565b457dfaea9503612d6fb9c581a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
 2010-xx-xx  -  SkyTools 2.1.12  -  ""
 
+ = Features =
+
+  * walmgr: Introduce a 'slave_pg_xlog' configuration variable.
+    This allows master and slave pg_xlog files to be in different
+    locations. During restore this directory is symlinked to
+    slave pg_xlog.  (Steve Singer)
+  
+  * walmgr: Introduce a 'backup_datadir' configuration variable to
+    control whether the slave data directory is kept or
+    overwritten during restore.  (Steve Singer)
+
  = Fixes =
 
   * Support Postgres 9.0.  (Devrim Gündüz, Jason Buberel)
   * londiste launcher: don't interpret file 'londiste' as module.
     Needed for 3.0 compatibility.
 
+  * walmgr: "sync" now omits unneeded WAL segments if the
+    database has been cleanly shut down. This greatly reduces
+    sync time during planned switchovers as usually there
+    is only a single WAL file to be synched to slave.
+    
 2010-02-03  -  SkyTools 2.1.11  -  "Replicates Like Randy Rabbit"
 
   = Fixes =
index 6490def42f1bc355cf222c1af67697fc43d83f4c..2f9b56ecc30f55b22aa96cbf4742cfb37e811dbb 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(skytools, 2.1.11)
+AC_INIT(skytools, 2.1.12rc1)
 AC_CONFIG_SRCDIR(python/pgqadm.py)
 
 dnl Find Python interpreter
index 23e2f8635942f9b1d7f9216de12d86081ba734e7..13c38df7a2a9cc0461a3297fa440bde4e2bda48c 100644 (file)
@@ -1,3 +1,9 @@
+skytools (2.1.12rc1) unstable; urgency=low
+
+  * v2.1.12rc1
+
+ -- Marko Kreen <marko.kreen@skype.net>  Tue, 21 Sep 2010 07:26:22 -0700
+
 skytools (2.1.11) unstable; urgency=low
 
   * v2.1.11