[Gnucash-changes] r13272 - gnucash/branches/cashutil - Halting the cashutil branch until further notice - development continues outside svn

Neil Williams codehelp at cvs.gnucash.org
Wed Feb 15 18:20:32 EST 2006


Author: codehelp
Date: 2006-02-15 18:20:31 -0500 (Wed, 15 Feb 2006)
New Revision: 13272
Trac: http://svn.gnucash.org/trac/changeset/13272

Modified:
   gnucash/branches/cashutil/ChangeLog
   gnucash/branches/cashutil/autogen.sh
   gnucash/branches/cashutil/configure.ac
Log:
Halting the cashutil branch until further notice - development continues outside svn

Modified: gnucash/branches/cashutil/ChangeLog
===================================================================
--- gnucash/branches/cashutil/ChangeLog	2006-02-15 22:06:37 UTC (rev 13271)
+++ gnucash/branches/cashutil/ChangeLog	2006-02-15 23:20:31 UTC (rev 13272)
@@ -1,3 +1,15 @@
+2006-02-15  Neil Williams  <linux at codehelp.co.uk>
+
+	* autogen.sh : 
+	* configure.ac : Add notice:
+	CashUtil development within gnucash has halted.
+	It may or may not be revived after gnucash 2.0.0 -
+	development has restarted outside gnucash, see
+	http://www.linux.codehelp.co.uk/cashutil/
+
+	This branch is NOT suitable for merging back into
+	the svn trunk.
+
 2006-01-11  Neil Williams  <linux at codehelp.co.uk>
 
 	Preparing the gnucash2 binary and shutting

Modified: gnucash/branches/cashutil/autogen.sh
===================================================================
--- gnucash/branches/cashutil/autogen.sh	2006-02-15 22:06:37 UTC (rev 13271)
+++ gnucash/branches/cashutil/autogen.sh	2006-02-15 23:20:31 UTC (rev 13272)
@@ -1,6 +1,12 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
+echo CashUtil development within gnucash has halted. 
+echo It may or may not be revived after gnucash 2.0.0 - 
+echo development has restarted outside gnucash, see
+echo http://www.linux.codehelp.co.uk/cashutil/
+exit 1
+
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 

Modified: gnucash/branches/cashutil/configure.ac
===================================================================
--- gnucash/branches/cashutil/configure.ac	2006-02-15 22:06:37 UTC (rev 13271)
+++ gnucash/branches/cashutil/configure.ac	2006-02-15 23:20:31 UTC (rev 13272)
@@ -1,7 +1,12 @@
 ## -*-m4-*-
 
-dnl Process this file with autoconf to produce a configure script.
+`echo CashUtil development within gnucash has halted.`
+`echo It may or may not be revived after gnucash 2.0.0 -`
+`echo development has restarted outside gnucash, see`
+`echo http://www.linux.codehelp.co.uk/cashutil/`
+exit 1
 
+
 # FILE:
 # configure.in
 #



More information about the gnucash-changes mailing list