From cbbrowne at lists.slony.info Fri Nov 2 08:31:45 2007 From: cbbrowne at lists.slony.info (Chris Browne) Date: Fri Nov 2 08:31:47 2007 Subject: [Slony1-commit] slony1-engine/tools configure-replication.sh Message-ID: <20071102153145.C2A5A29003C@main.slony.info> Update of /home/cvsd/slony1/slony1-engine/tools In directory main.slony.info:/tmp/cvs-serv30804 Modified Files: configure-replication.sh Log Message: Per Steve Hindmarch - some missing newlines in configure-replication.sh Index: configure-replication.sh =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/tools/configure-replication.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** configure-replication.sh 2 Jan 2007 20:19:05 -0000 1.2 --- configure-replication.sh 2 Nov 2007 15:31:43 -0000 1.3 *************** *** 56,60 **** eval bport=\$PORT${j} if [ -n "${bdb}" -a "${bhost}" -a "${buser}" -a "${bport}" ]; then ! echo "STORE PATH (SERVER=${i}, CLIENT=${j}, CONNINFO='dbname=${db} host=${host} user=${user} port=${port}');" >> $mktmp/store_paths.slonik else echo "STORE PATH (SERVER=${i}, CLIENT=${j}, CONNINFO='dbname=${db} host=${host} user=${user} port=${port}');" >> $mktmp/store_paths.slonik fi --- 56,61 ---- eval bport=\$PORT${j} if [ -n "${bdb}" -a "${bhost}" -a "${buser}" -a "${bport}" ]; then ! echo "STORE PATH (SERVER=${i}, CLIENT=${j}, CONNINFO='dbname=${db} host=${host} user=${user} port=${port}');" >> $mktmp/store_paths.slonik ! else echo "STORE PATH (SERVER=${i}, CLIENT=${j}, CONNINFO='dbname=${db} host=${host} user=${user} port=${port}');" >> $mktmp/store_paths.slonik fi *************** *** 148,152 **** snum=1 for seq in `echo $SEQUENCES`; do ! echo "set add sequence (id=${snum}, set id=1, origin=1, fully qualified name='${seq}', comment='${CLUSTER} sequence ${seq}');" >> $SETUPSET snum=`expr ${snum} + 1` done --- 149,154 ---- snum=1 for seq in `echo $SEQUENCES`; do ! echo "set add sequence (id=${snum}, set id=1, origin=1, fully qualified name='${seq}', comment='${CLUSTER} sequence ${seq}');" >> $SETUPSET ! snum=`expr ${snum} + 1` done From cbbrowne at lists.slony.info Mon Nov 12 15:00:57 2007 From: cbbrowne at lists.slony.info (Chris Browne) Date: Mon Nov 12 15:00:58 2007 Subject: [Slony1-commit] slony1-www/content frontpage.txt news.txt Message-ID: <20071112230057.37280290267@main.slony.info> Update of /home/cvsd/slony1/slony1-www/content In directory main.slony.info:/tmp/cvs-serv7288/content Modified Files: frontpage.txt news.txt Log Message: Release of 1.2.12... Index: frontpage.txt =================================================================== RCS file: /home/cvsd/slony1/slony1-www/content/frontpage.txt,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** frontpage.txt 30 Oct 2007 19:40:45 -0000 1.23 --- frontpage.txt 12 Nov 2007 23:00:55 -0000 1.24 *************** *** 1,8 **** --- ! Slony-I 1.2.12 pre-2 available !

Version 1.2.12 now has a ! second release candidate. See the "news" area for more details, including a copy of the release --- 1,8 ---- --- ! Slony-I 1.2.12 available !

Version 1.2.12 is now ! available. See the "news" area for more details, including a copy of the release Index: news.txt =================================================================== RCS file: /home/cvsd/slony1/slony1-www/content/news.txt,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** news.txt 30 Oct 2007 19:40:45 -0000 1.36 --- news.txt 12 Nov 2007 23:00:55 -0000 1.37 *************** *** 5,10 **** Chris Browne ! Slony-1 1.2.11 engine ! documentation
Slony-1 1.1.9 engine --- 5,10 ---- Chris Browne ! Slony-1 1.2.12 engine ! documentation
Slony-1 1.1.9 engine *************** *** 12,20 **** --- Slony-I 1.2.12 pre-1 available ! http://slony.info/downloads/1.2/source/slony1-1.2.12-pre2.tar.bz2 2007-10-30 Christopher Browne !

Version 1.2.12 has a second release candidate.