v2.1.12rc2
authorMarko Kreen <markokr@gmail.com>
Tue, 5 Oct 2010 10:04:38 +0000 (10:04 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 5 Oct 2010 10:04:38 +0000 (10:04 +0000)
AUTHORS
NEWS
configure.ac
debian/changelog

diff --git a/AUTHORS b/AUTHORS
index 2d831df73008577763cc7338b2672b2c220bbb9d..d2c6f675610689f075b11748f24b41982b26e91d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,6 +26,7 @@ Mark Kirkwood
 Martin Pihlak
 Nico Mandery
 Pierre-Emmanuel André
+Sébastien Lardière
 Sergey Konoplev
 Shoaib Mir
 Steve Singer
diff --git a/NEWS b/NEWS
index a1773439e11565b457dfaea9503612d6fb9c581a..52db516a476884dce1874dd9b30e17e7ccc931f2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,14 +6,20 @@
     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)
 
+  * walmgr: consider wal_level during setup/stop (Martin Pihlak)
+
+  * skytools.dbstruct: support version-dependant sql.
+
+  * psycopgwrapper: always set db.server_version
+
  = Fixes =
 
-  * Support Postgres 9.0.  (Devrim Gündüz, Jason Buberel)
+  * Support Postgres 9.0.  (Devrim Gündüz, Jason Buberel, Sébastien Lardière)
 
   * londiste copy: restore index clustering info.  (André Malo)
 
@@ -33,7 +39,7 @@
     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 2f9b56ecc30f55b22aa96cbf4742cfb37e811dbb..77701ef6e325edcf0d1fe4a00d4a55fb39c47cd9 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(skytools, 2.1.12rc1)
+AC_INIT(skytools, 2.1.12rc2)
 AC_CONFIG_SRCDIR(python/pgqadm.py)
 
 dnl Find Python interpreter
index 13c38df7a2a9cc0461a3297fa440bde4e2bda48c..38169a3d8c0c0d2f33024ee58d630c0269fc6e69 100644 (file)
@@ -1,3 +1,9 @@
+skytools (2.1.12rc2) unstable; urgency=low
+
+  * v2.1.12rc2
+
+ -- Marko Kreen <marko.kreen@skype.net>  Tue, 05 Oct 2010 11:43:38 +0300
+
 skytools (2.1.12rc1) unstable; urgency=low
 
   * v2.1.12rc1