Update version and history for minor release 2.0.2

This commit is contained in:
Ian Barwick
2015-02-17 16:06:00 +09:00
parent e53162deb8
commit 51aa63c8f9
2 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
2.0.2 2015-02-17
Add "--checksum" in rsync when using "--force" (Jaime)
Use createdb/createuser instead of psql (Jaime)
Fixes to witness creation and monitoring (wamonite)
Use default master port if none supplied (Martín)
Documentation fixes and improvements (Ian)
2.0.1 2014-07-16
Documentation fixes and new QUICKSTART file (Ian)
Explicitly specify directories to ignore when cloning (Ian)

View File

@@ -1,6 +1,6 @@
#ifndef _VERSION_H_
#define _VERSION_H_
#define REPMGR_VERSION "2.0"
#define REPMGR_VERSION "2.0.2"
#endif