Re: Gnucash 2.3.0 released

2009-05-19 Thread Graham Menhennitt
Derek Atkins wrote: And, FYI, it looks like this technical glitch has been corrected. And www.gnucash.org now has the 2.3.0 news article. The headline on the RSS feed says "*Announcement: GnuCash 3.3.0 Release". You might want to fix the version number.*

Re: Gnucash 2.3.0 released

2009-05-19 Thread Derek Atkins
Quoting Graham Menhennitt : Derek Atkins wrote: And, FYI, it looks like this technical glitch has been corrected. And www.gnucash.org now has the 2.3.0 news article. The headline on the RSS feed says "*Announcement: GnuCash 3.3.0 Release". You might want to fix the version number.*

Re: Gnucash 2.3.0 released

2009-05-19 Thread Derek Atkins
And, FYI, it looks like this technical glitch has been corrected. And www.gnucash.org now has the 2.3.0 news article. -derek Derek Atkins writes: > Phil, > > The www.gnucash.org update issue has nothing to do with you. > I believe you DID do it right; there's a technical glitch > keeping the we

Re: Issue with new save-as dialog for postgres

2009-05-19 Thread Derek Atkins
Phil Longstaff writes: >> Turns out port 0 is hard coded. >> >> I changed src/backend/dbi/gnc-backend-dbi.c line 438 from this: >> >> result = dbi_conn_set_option_numeric( be->conn, "port", 0 ); >> >> to this: >> >> result = dbi_conn_set_option_numeric( be->conn, "port", 5432 ); >> >> and things

Re: Gnucash 2.3.0 released

2009-05-19 Thread Derek Atkins
Phil, The www.gnucash.org update issue has nothing to do with you. I believe you DID do it right; there's a technical glitch keeping the website from updating properly. Linas and I are looking into it. -derek Phil Longstaff writes: > My apologies for the confusion. I'm new as a release engin