GnuCash 2.1.1 Released

2007-04-28 Thread Chris Lyttle
GnuCash 2.1.1 released The GnuCash development team proudly announces GnuCash 2.1.1 aka "Bug-begone", the second of several unstable 2.1.x releases of the GnuCash Open Source Accounting Software which will eventually lead to the stable version 2.2.0. With this new release series, GnuCash i

windows 2.1.1 build delayed

2007-04-28 Thread Nathan Buchanan
Hi! Just thought I'd drop a note to say that I won't get to building the windows release until monday. Things are a bit more busy this weekend than I expected. Nathan ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mai

Re: r16017 - gnucash/trunk/src/scm - Drop process.scm and spawn perl to retrieve price quotes.

2007-04-28 Thread Chris Shoemaker
On Sat, Apr 28, 2007 at 03:13:51PM -0400, Andreas Köhler wrote: > Author: andi5 > Date: 2007-04-28 15:13:47 -0400 (Sat, 28 Apr 2007) > New Revision: 16017 > Trac: http://svn.gnucash.org/trac/changeset/16017 > > Removed: >gnucash/trunk/src/scm/process.scm YEY! Way to go, Andi! > @@ -519,13 +

Re: r16015 - gnucash/trunk/src/app-utils - Give the child process a real chance to die before we kill it.

2007-04-28 Thread Andreas Köhler
Hi, David Hampton schrieb: > On Sat, 2007-04-28 at 12:04 -0400, Andreas Köhler wrote: > >> - if (kill_it) { >> + if (kill_it && !proc->dead) { >> /* give it a chance to die */ >> -g_main_context_iteration (NULL, FALSE); >> +while (g_main_context_iteration (NULL, FALSE) && !proc->d

Re: r16015 - gnucash/trunk/src/app-utils - Give the child process a real chance to die before we kill it.

2007-04-28 Thread David Hampton
On Sat, 2007-04-28 at 12:04 -0400, Andreas Köhler wrote: > - if (kill_it) { > + if (kill_it && !proc->dead) { > /* give it a chance to die */ > -g_main_context_iteration (NULL, FALSE); > +while (g_main_context_iteration (NULL, FALSE) && !proc->dead) > + ; Can this block forev