New 2.3.15 dmg on Sourceforge
Christian Stimming
stimming at tuhh.de
Tue Sep 21 14:12:00 EDT 2010
Am Tuesday 21 September 2010 schrieb Christian Stimming:
> Am Tuesday 21 September 2010 schrieb Derek Atkins:
> > John,
> >
> > John Ralls <jralls at ceridwen.us> writes:
> > > Someone found a bug, and I made a better Gtk+ patch for modifer keys
> > > (Option and Command, mostly), so Gnucash Intel 2.3.15.3.dmg is now up
> > > at sourceforge (and the old ones aren't).
> > >
> > > Would someone with webpage privs please update the "Intel" link on
> > > http://www.gnucash.org/download.phtml?
>
> Done.
... I was about to say, but then it turned out my svn client has had whatever
kind of malfunction and my IP address temporarily slipped on the blacklist of
our svn server, so I couldn't complete the commit. The change is below, and
feel free to commit yourself.
Regards,
Christian
Index: externals/global_params.php
===================================================================
--- externals/global_params.php (Revision 19595)
+++ externals/global_params.php (Arbeitskopie)
@@ -10,7 +10,7 @@
$latest_unstable = "2.3.15";
$latest_unstable_win = $latest_unstable;
$latest_unstable_mac_ppc = "2.3.9";
- $latest_unstable_mac_intel = $latest_unstable.".1";
+ $latest_unstable_mac_intel = $latest_unstable.".3";
// The definitions below use the latest version definitions above
// to define several paths that will be used on several pages
More information about the gnucash-devel
mailing list