Chris Browne cbbrowne at lists.slony.info
Mon Jun 18 10:25:25 PDT 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv12069

Modified Files:
      Tag: REL_1_2_STABLE
	GNUmakefile.in RELEASE 
Log Message:
Add additional cleanup (of .cvsignore files) to "make distclean"

Add documentation of recent changes to RELEASE notes


Index: RELEASE
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** RELEASE	13 Jun 2007 16:01:49 -0000	1.1.2.4
--- RELEASE	18 Jun 2007 17:25:23 -0000	1.1.2.5
***************
*** 58,61 ****
--- 58,69 ----
    change quoting of "\\\backslashes\\\" to get rid of warning
  
+ - Win32 fix for MinGW+gcc
+ 
+ - cvs distclean changed to clean the build up more...
+ 
+ - On copy_set() check that we have forwarded the confirmation of
+ ENABLE_SUBSCRIPTION by the data provider only if the data provider is
+ not the origin of the set.
+ 
  RELEASE 1.2.9
  

Index: GNUmakefile.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/GNUmakefile.in,v
retrieving revision 1.29
retrieving revision 1.29.2.1
diff -C2 -d -r1.29 -r1.29.2.1
*** GNUmakefile.in	2 Aug 2006 15:32:01 -0000	1.29
--- GNUmakefile.in	18 Jun 2007 17:25:23 -0000	1.29.2.1
***************
*** 38,41 ****
--- 38,45 ----
    $(wildcard makefiles/*)
  
+ CVSIGNORES = doc/implementation/.cvsignore doc/concept/.cvsignore \
+ 	src/ducttape/.cvsignore src/xxid/.cvsignore \
+ 	src/slon/.cvsignore src/slonik/.cvsignore src/backend/.cvsignore \
+ 	.cvsignore
  
  all:
***************
*** 65,68 ****
--- 69,74 ----
  	rm -f postgres.imp
  	rm -rf autom4te.cache
+ 	rm -f $(CVSIGNORES)
+ 	chmod 0644 tests/one-offs/bug1538/README tools/configure-replication.txt
  
  maintainer-clean: distclean



More information about the Slony1-commit mailing list