Tue Dec 1 12:40:27 PST 2009
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv32468
Modified Files:
Tag: REL_1_2_STABLE
RELEASE config.h.in
Log Message:
Setting up 1.2.18...
- Revise release notes
- revise version number
Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.1.2.41
retrieving revision 1.1.2.42
diff -C2 -d -r1.1.2.41 -r1.1.2.42
*** RELEASE 27 Nov 2009 20:29:46 -0000 1.1.2.41
--- RELEASE 1 Dec 2009 20:40:25 -0000 1.1.2.42
***************
*** 1,11 ****
$Id$
! Release 1.2.19
- autoconf change + change to src/backend/slony1_funcs.c to accomodate
change in # of arguments for ScanKeywordLookup in PostgreSQL 8.5
- Release 1.2.18
-
- Reloading of functions needs to have an emulation of
"DROP FUNCTION IF EXISTS" because a couple of functions have had their
--- 1,9 ----
$Id$
! Release 1.2.18
- autoconf change + change to src/backend/slony1_funcs.c to accomodate
change in # of arguments for ScanKeywordLookup in PostgreSQL 8.5
- Reloading of functions needs to have an emulation of
"DROP FUNCTION IF EXISTS" because a couple of functions have had their
***************
*** 13,16 ****
--- 11,18 ----
CREATE OR REPLACE FUNCTION.
+ - Revisions to copyright notices to indicate 2009
+
+ - Fixing 8.4ism in SUBSCRIBE SET process - see <http://main.slony.info/viewcvs/viewvc.cgi/slony1-engine/src/slon/remote_worker.c?revision=1.124.2.39&view=markup&sortby=date&pathrev=REL_1_2_STABLE>
+
Release 1.2.17
Index: config.h.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/config.h.in,v
retrieving revision 1.17.2.21
retrieving revision 1.17.2.22
diff -C2 -d -r1.17.2.21 -r1.17.2.22
*** config.h.in 27 Nov 2009 20:29:27 -0000 1.17.2.21
--- config.h.in 1 Dec 2009 20:40:25 -0000 1.17.2.22
***************
*** 13,18 ****
#define SLONY_I_CONFIG_H
! #define SLONY_I_VERSION_STRING "1.2.19"
! #define SLONY_I_VERSION_STRING_DEC 1,2,19
#ifndef PG_VERSION_MAJOR
--- 13,18 ----
#define SLONY_I_CONFIG_H
! #define SLONY_I_VERSION_STRING "1.2.18"
! #define SLONY_I_VERSION_STRING_DEC 1,2,18
#ifndef PG_VERSION_MAJOR
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list