Thu Jun 11 12:03:46 PDT 2009
- Previous message: [Slony1-commit] slony1-engine/src/slon scheduler.c
- Next message: [Slony1-commit] slony1-engine/doc/adminguide Makefile adminscripts.sgml failover.sgml faq.sgml firstdb.sgml installation.sgml monitoring.sgml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine In directory main.slony.info:/tmp/cvs-serv5001 Modified Files: RELEASE RELEASE-2.0 config.h.in configure Log Message: Draw a whole pile of changes into HEAD from the 2.0 branch Index: RELEASE =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** RELEASE 24 Nov 2008 14:50:22 -0000 1.3 --- RELEASE 11 Jun 2009 19:03:44 -0000 1.4 *************** *** 5,6 **** --- 5,23 ---- The first release of version 2.0. See RELEASE-2.0 to see changes leading from version 1.2 to 2.0. + + RELEASE 2.0.1 + + - Bug #69 - vactables type was being referenced before UPGRADE FUNCTIONS could actually have created it, when upgrading from an earlier version. + + This would cause UPGRADE FUNCTIONS to fail. + + - Bug #64 - use of syslog levels had some inappropriate break statements so that some logging would get lost. + + - If you had multiple clusters where one cluster name was a substring of the other, slon-tools.pm could find + both when looking for slon processes relevant to the shorter cluster name. Added a space to the relevant + bit of slon-tools.pm + + - Failover had an insert into sl_event where # of columns provided didn't match those expected. This + resulted from the change of snapshot handling which used to involve 3 columns where in 8.3+, there is + now a snapshot type. + Index: RELEASE-2.0 =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/RELEASE-2.0,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** RELEASE-2.0 17 Nov 2008 22:47:45 -0000 1.24 --- RELEASE-2.0 11 Jun 2009 19:03:44 -0000 1.25 *************** *** 222,223 **** --- 222,229 ---- - Enhancement - bug #61 - logshipper process should rescan the queue when it empties + + - Note about "duct tape" tests: There are many of these tests that + reside in src/ducttape that reference features removed in v2.0. + + We will eventually be replacing these with a more proper "test suite" + so we're not remedying all the ducttape tests. Index: config.h.in =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/config.h.in,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** config.h.in 24 Sep 2008 19:54:09 -0000 1.21 --- config.h.in 11 Jun 2009 19:03:44 -0000 1.22 *************** *** 13,18 **** #define SLONY_I_CONFIG_H ! #define SLONY_I_VERSION_STRING "2.0.0" ! #define SLONY_I_VERSION_STRING_DEC 2,0,0 #ifndef PG_VERSION_MAJOR --- 13,18 ---- #define SLONY_I_CONFIG_H ! #define SLONY_I_VERSION_STRING "2.0.2" ! #define SLONY_I_VERSION_STRING_DEC 2,0,2 #ifndef PG_VERSION_MAJOR *************** *** 20,24 **** #endif #ifndef PG_VERSION_MINOR ! #define PG_VERSION_MINOR 0 #endif --- 20,24 ---- #endif #ifndef PG_VERSION_MINOR ! #define PG_VERSION_MINOR 2 #endif Index: configure =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/configure,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** configure 24 Sep 2008 21:15:41 -0000 1.75 --- configure 11 Jun 2009 19:03:44 -0000 1.76 *************** *** 1,8 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.61 for slony1 HEAD_20080924. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, ! # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. --- 1,8 ---- #! /bin/sh [...14601 lines suppressed...] --- 12414,12422 ---- ac_clean_files=$ac_clean_files_save + test $ac_write_fail = 0 || + { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 + $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + # configure is writing to config.log, and then calls config.status. *************** *** 12027,12029 **** --- 12440,12446 ---- $ac_cs_success || { (exit 1); exit 1; } fi + if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 + $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} + fi
- Previous message: [Slony1-commit] slony1-engine/src/slon scheduler.c
- Next message: [Slony1-commit] slony1-engine/doc/adminguide Makefile adminscripts.sgml failover.sgml faq.sgml firstdb.sgml installation.sgml monitoring.sgml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list