Fri Oct 7 21:50:38 PDT 2005
- Previous message: [Slony1-commit] By wieck: Add version 1.0.6 to the supported upgradable releases.
- Next message: [Slony1-commit] By devrim: Fixed weird RPM build problem.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Adjusting version numbers to 1.1.2
Jan
Tags:
----
REL_1_1_STABLE
Modified Files:
--------------
slony1-engine:
config.h.in (r1.12.2.1 -> r1.12.2.2)
slony1-engine/doc/howto:
slony-I-install.txt (r1.10.2.1 -> r1.10.2.2)
slony1-engine/src/backend:
slony1_funcs.sql (r1.64.2.6 -> r1.64.2.7)
Added Files:
-----------
slony1-engine:
RELEASE-1.1.2 (r1.1.2.1)
-------------- next part --------------
Index: slony-I-install.txt
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/howto/slony-I-install.txt,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -Ldoc/howto/slony-I-install.txt -Ldoc/howto/slony-I-install.txt -u -w -r1.10.2.1 -r1.10.2.2
--- 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.1.tar.gz
-tar xf slony1-1.1.1.tar
+gunzip slony1-1.1.2.tar.gz
+tar xf slony1-1.1.2.tar
-This will create a directory slony1-1.1.1 under the current directory with the
+This will create a directory slony1-1.1.2 under the current directory with the
Slony-I sources. Change into that that directory for the rest of the
installation procedure.
Index: config.h.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/config.h.in,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -Lconfig.h.in -Lconfig.h.in -u -w -r1.12.2.1 -r1.12.2.2
--- 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.1"
+#define SLONY_I_VERSION_STRING "1.1.2"
#undef PGSHARE
--- /dev/null
+++ RELEASE-1.1.2
@@ -0,0 +1,12 @@
+$Id: RELEASE-1.1.2,v 1.1.2.1 2005/10/07 20:50:23 wieck Exp $
+
+The 1.1.2 release primarily addresses four issues:
+
+1. Subscribing to an empty set caused replication to break with
+a malformed query on the subscriber.
+
+2. During the execution of DDL scripts, all tables will be restored
+in order to support cross-schema DDL.
+
+3. UPDATE FUNCTIONS got fixed to support upgrading from 1.0.6.
+
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.64.2.6
retrieving revision 1.64.2.7
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.64.2.6 -r1.64.2.7
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -411,7 +411,7 @@
returns int4
as '
begin
- return 1;
+ return 2;
end;
' language plpgsql;
comment on function @NAMESPACE at .slonyVersionPatchlevel () is
- Previous message: [Slony1-commit] By wieck: Add version 1.0.6 to the supported upgradable releases.
- Next message: [Slony1-commit] By devrim: Fixed weird RPM build problem.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list