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 =
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
+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