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 8cef83d7bb
2 changed files with 16 additions and 9 deletions

19
HISTORY
View File

@@ -1,10 +1,17 @@
2.0.1 2014-07-16 2.0.2 2015-02-17
Documentation fixes and new QUICKSTART file (Ian) Add "--checksum" in rsync when using "--force" (Jaime)
Explicitly specify directories to ignore when cloning (Ian) Use createdb/createuser instead of psql (Jaime)
Fix log level for some log messages (Ian) Fixes to witness creation and monitoring (wamonite)
RHEL/CentOS specfile, init script and Makefile fixes (Nathan Van Overloop) 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)
Fix log level for some log messages (Ian)
RHEL/CentOS specfile, init script and Makefile fixes (Nathan Van Overloop)
Debian init script and config file documentation fixes (József Kószó) Debian init script and config file documentation fixes (József Kószó)
Typo fixes (Riegie Godwin Jeyaranchen, PriceChild) Typo fixes (Riegie Godwin Jeyaranchen, PriceChild)
2.0stable 2014-01-30 2.0stable 2014-01-30
Documentation fixes (Christian) Documentation fixes (Christian)

View File

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