+2013/4/25 release 2.1
+
2013/2/7
- * fix stop behavior
+ * fix behavior of stop to wait until process disappeared
* add parameters: pgpoolcmd, psqlcmd, pcpnccmd
2012/12/25
rm -f pgpool Makefile config.log
dist:
- cp -R . /tmp/pgpool-ha-2.0
- mv /tmp/pgpool-ha-2.0 .
- ( cd pgpool-ha-2.0 ; make distclean ; cd .. )
- tar cjf pgpool-ha-2.0.tar.bz2 --exclude-vcs pgpool-ha-2.0
- rm -rf pgpool-ha-2.0
+ cp -R . /tmp/pgpool-ha-@VERSION@
+ mv /tmp/pgpool-ha-@VERSION@ .
+ ( cd pgpool-ha-@VERSION@ ; make distclean ; cd .. )
+ tar cjf pgpool-ha-@VERSION@.tar.bz2 --exclude-vcs pgpool-ha-@VERSION@
+ rm -rf pgpool-ha-@VERSION@
PARAMS=${PARAMS0//=/ }
set -- $PARAMS
+VERSION=2.1
WITH_PGSQL=
WITH_PGPOOL=
WITH_OCF=
sed -e "s#@PGSQL_DIR@#${WITH_PGSQL_DIR}#g" < Makefile.in | \
sed -e "s#@PGPOOL_DIR@#${WITH_PGPOOL_DIR}#g" | \
sed -e "s#@OCF_DIR@#${WITH_OCF_DIR}#g" | \
- sed -e "s#@INSTALL@#${INSTALL}#g" > Makefile
+ sed -e "s#@INSTALL@#${INSTALL}#g" | \
+ sed -e "s#@VERSION@#${VERSION}#g" > Makefile
echo "Makefile generated"
echo $0 $PARAMS0 > config.log