From 91a304e3ee6b7977e406259649f87a02b10d034a Mon Sep 17 00:00:00 2001 From: Greg Smith Date: Wed, 22 Dec 2010 18:34:29 -0500 Subject: [PATCH] Add HISTORY file. Ignore build artifacts in git. --- .gitignore | 4 ++++ HISTORY | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 HISTORY diff --git a/.gitignore b/.gitignore index e69de29b..349c5013 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +*.o +repmgr +repmgrd diff --git a/HISTORY b/HISTORY new file mode 100644 index 00000000..bbeada88 --- /dev/null +++ b/HISTORY @@ -0,0 +1,3 @@ +1.0.0 2010-12-05 First public release + +1.0.1 2010-12-XX Fix missing "--force" option in help