From 6c807f2ddd6a996a46e0d3733f09e61110361742 Mon Sep 17 00:00:00 2001 From: David Steele Date: Sat, 13 Jun 2015 18:30:10 -0400 Subject: [PATCH] Fixed release notes for info command. --- README.md | 12 +----------- doc/doc.xml | 12 +----------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index d8222484c..5bf06fe5e 100644 --- a/README.md +++ b/README.md @@ -768,17 +768,7 @@ example: db-path=/data/db ### v0.75: IN DEVELOPMENT - OTTAWA MILESTONE -* -Info feature TODO: -* stanza create/upgrade? -* New regression for expiration now that the path structure is different. - -Less Important: -* running/error state based on lock in tmp/stanza -* Add last WAL info to archive.info and info function -* Remote calls are not returning expected code (this is OK because of log testing, but not ideal) -* Comment blocks for the .info files - +* Add info command. * Logging now uses unbuffered output. This should make log files that are being written by multiple threads less chaotic. Suggested by Michael Renner. diff --git a/doc/doc.xml b/doc/doc.xml index e5963227d..66b008886 100644 --- a/doc/doc.xml +++ b/doc/doc.xml @@ -724,17 +724,7 @@ Run a full backup on the db stanza. --type can - - Info feature TODO: - * stanza create/upgrade? - * New regression for expiration now that the path structure is different. - - Less Important: - * running/error state based on lock in tmp/stanza - * Add last WAL info to archive.info and info function - * Remote calls are not returning expected code (this is OK because of log testing, but not ideal) - * Comment blocks for the .info files - + Add info command. Logging now uses unbuffered output. This should make log files that are being written by multiple threads less chaotic. Suggested by Michael Renner.