CVS User Account cvsuser
Wed Oct 20 22:21:01 PDT 2004
Log Message:
-----------
Bumped version number to 1.0.4.

Jan

Tags:
----
REL_1_0_STABLE

Modified Files:
--------------
    slony1-engine:
        HISTORY-1.0 (r1.1.2.7 -> r1.1.2.8)
        README.upgrade (r1.1.2.1 -> r1.1.2.2)
        config.h.in (r1.8.2.1 -> r1.8.2.2)
    slony1-engine/src/backend:
        slony1_funcs.sql (r1.15.2.7 -> r1.15.2.8)

-------------- next part --------------
Index: README.upgrade
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/Attic/README.upgrade,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -LREADME.upgrade -LREADME.upgrade -u -w -r1.1.2.1 -r1.1.2.2
--- README.upgrade
+++ README.upgrade
@@ -1,4 +1,4 @@
-Beginning with version 1.0.3 the slon replication engine refuses to
+Beginning with version 1.0.4 the slon replication engine refuses to
 work against any database that does not have the stored procedures
 for the same version loaded or where the shared object containing the
 C language support functions and the log trigger does not match the
Index: HISTORY-1.0
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/Attic/HISTORY-1.0,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -LHISTORY-1.0 -LHISTORY-1.0 -u -w -r1.1.2.7 -r1.1.2.8
--- HISTORY-1.0
+++ HISTORY-1.0
@@ -1,4 +1,4 @@
-1.0.3	Bugfixes and required minor features
+1.0.4	Bugfixes and required minor features
 
   date: 2004/08/26 19:28:07;  author: wieck;
   Since every notify causes a new row version for listeners, I added
@@ -101,6 +101,10 @@
 
   ----------------------------
 
+1.0.3	Version number skipped due to late patch application
+
+  ----------------------------
+
 1.0.2	Bugfix and 8.0 compatibility release
 
   date: 2004/07/09 13:43:09;  author: wieck;
Index: config.h.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/config.h.in,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -Lconfig.h.in -Lconfig.h.in -u -w -r1.8.2.1 -r1.8.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.0.3"
+#define SLONY_I_VERSION_STRING	"1.0.4"
 
 #undef PGSHARE
 
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.15.2.7
retrieving revision 1.15.2.8
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.15.2.7 -r1.15.2.8
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -218,7 +218,7 @@
 returns int4
 as '
 begin
-	return 3;
+	return 4;
 end;
 ' language plpgsql;
 


More information about the Slony1-commit mailing list