CVS User Account cvsuser
Fri Sep 30 19:46:58 PDT 2005
Log Message:
-----------
Modify several locations to reference 1.1.1 rather than earlier versions
in preparation for tagging of 1.1.1

Tags:
----
REL_1_1_STABLE

Modified Files:
--------------
    slony1-engine:
        config.h.in (r1.12 -> r1.12.2.1)
        configure (r1.56 -> r1.56.2.1)
    slony1-engine/doc/howto:
        slony-I-install.txt (r1.10 -> r1.10.2.1)
        slony-I-install.txt.de (r1.4 -> r1.4.2.1)
    slony1-engine/src/backend:
        slony1_funcs.sql (r1.64.2.2 -> r1.64.2.3)

-------------- next part --------------
Index: config.h.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/config.h.in,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -Lconfig.h.in -Lconfig.h.in -u -w -r1.12 -r1.12.2.1
--- config.h.in
+++ config.h.in
@@ -12,7 +12,7 @@
 #ifndef	SLONY_I_CONFIG_H
 #define SLONY_I_CONFIG_H
 
-#define SLONY_I_VERSION_STRING	"1.1.0"
+#define SLONY_I_VERSION_STRING	"1.1.1"
 
 #undef PGSHARE
 
Index: configure
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure,v
retrieving revision 1.56
retrieving revision 1.56.2.1
diff -Lconfigure -Lconfigure -u -w -r1.56 -r1.56.2.1
--- configure
+++ configure
@@ -254,8 +254,8 @@
 # Identity of this package.
 PACKAGE_NAME='postgresql-slony1-engine'
 PACKAGE_TARNAME='postgresql-slony1-engine'
-PACKAGE_VERSION='HEAD_20050613'
-PACKAGE_STRING='postgresql-slony1-engine HEAD_20050613'
+PACKAGE_VERSION='REL_1_1_1'
+PACKAGE_STRING='postgresql-slony1-engine REL_1_1_1'
 PACKAGE_BUGREPORT=''
 
 ac_unique_file="src"
Index: slony-I-install.txt.de
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/howto/slony-I-install.txt.de,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -Ldoc/howto/slony-I-install.txt.de -Ldoc/howto/slony-I-install.txt.de -u -w -r1.4 -r1.4.2.1
--- doc/howto/slony-I-install.txt.de
+++ doc/howto/slony-I-install.txt.de
@@ -58,8 +58,8 @@
 nach dem erfolgreichen Download kann der Quellecode folgendermassen
 entpackt werden:
 
-gunzip slony1-1.0.0.tar.gz
-tar xf slony1-1.0.0.tar
+gunzip slony1-1.1.1.tar.gz
+tar xf slony1-1.1.1.tar
 
 Diese Befehle sollten ein "slony1-1.0.0" Unterverzeichnis im aktuellen
 Arbeitspfad erzeugen.  Fuer den Rest der Installation sollten Sie nun
Index: slony-I-install.txt
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/howto/slony-I-install.txt,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -Ldoc/howto/slony-I-install.txt -Ldoc/howto/slony-I-install.txt -u -w -r1.10 -r1.10.2.1
--- doc/howto/slony-I-install.txt
+++ doc/howto/slony-I-install.txt
@@ -47,10 +47,10 @@
 
 After you have obtained the file, unpack it.
 
-gunzip slony1-1.1.0.tar.gz
-tar xf slony1-1.1.0.tar
+gunzip slony1-1.1.1.tar.gz
+tar xf slony1-1.1.1.tar
 
-This will create a directory slony1-1.0.0 under the current directory with the
+This will create a directory slony1-1.1.1 under the current directory with the
 Slony-I sources.  Change into that that directory for the rest of the
 installation procedure.
 
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.64.2.2
retrieving revision 1.64.2.3
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.64.2.2 -r1.64.2.3
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -411,7 +411,7 @@
 returns int4
 as '
 begin
-	return 0;
+	return 1;
 end;
 ' language plpgsql;
 comment on function @NAMESPACE at .slonyVersionPatchlevel () is 
@@ -5142,7 +5142,7 @@
 	end if;
 
 	-- ----
-	-- Changes from 1.0.x to 1.1.0
+	-- Changes from 1.0.x to 1.1.x
 	-- ----
 	if p_old = ''1.0.2'' or p_old = ''1.0.5'' then
 		-- Add new column sl_node.no_spool for virtual spool nodes


More information about the Slony1-commit mailing list