Suspecting RC1 very soon!

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Locked
bad-dj
Posts: 173
Joined: Sat Aug 26, 2006 11:15 am
Location: Australia
Contact:

Re: Suspecting RC1 very soon!

Post by bad-dj »

yes same i am trying to hold out until RC1 hope is soon :)

RBH
Registered User
Posts: 59
Joined: Wed Aug 18, 2004 10:08 am

Re: Suspecting RC1 very soon!

Post by RBH »

22 open bugs, of which 12 are new/not reviewed.

Getting there :D

NeilUK
Registered User
Posts: 88
Joined: Mon May 01, 2006 7:55 pm
Contact:

Re: Suspecting RC1 very soon!

Post by NeilUK »

Down to 9 now !!!
"Life Is What Happens To You When You Are Busy Making Other Plans" - John Lennon

madtay
Posts: 72
Joined: Fri Aug 18, 2006 7:52 am

Re: Suspecting RC1 very soon!

Post by madtay »

:? I still see 20.. all assigned though.. sure there will be a RC tomorrow :mrgreen:

NeilUK
Registered User
Posts: 88
Joined: Mon May 01, 2006 7:55 pm
Contact:

Re: Suspecting RC1 very soon!

Post by NeilUK »

I went to the bug stats link on phpbb.com by clicking the link on the news part for Beta5. It says 9 not reviewed bugs
"Life Is What Happens To You When You Are Busy Making Other Plans" - John Lennon

HavokTHR
Registered User
Posts: 5
Joined: Thu Jan 04, 2007 4:11 am

Re: Suspecting RC1 very soon!

Post by HavokTHR »

NeilUK wrote: I went to the bug stats link on phpbb.com by clicking the link on the news part for Beta5. It says 9 not reviewed bugs

9: http://www.phpbb.com/bugs/stats.php?prj ... 2006-11-27
20: http://www.phpbb.com/bugs/queryreports. ... open&prj=4

User avatar
Kevin Clark
Support Team
Support Team
Posts: 751
Joined: Thu Feb 10, 2005 5:34 pm
Location: UK
Contact:

Re: Suspecting RC1 very soon!

Post by Kevin Clark »

madtay wrote: :? I still see 20.. all assigned though.. sure there will be a RC tomorrow :mrgreen:

Don't hold your breathe on that. None of the usual pointers are there yet to suggest RC1 is due in the next day.
Image

madtay
Posts: 72
Joined: Fri Aug 18, 2006 7:52 am

Re: Suspecting RC1 very soon!

Post by madtay »

Kevin Clark wrote: Don't hold your breathe on that. None of the usual pointers are there yet to suggest RC1 is due in the next day.


What are the usual pointers ? I know im probably getting carried away but i can dream :mrgreen:

User avatar
Kevin Clark
Support Team
Support Team
Posts: 751
Joined: Thu Feb 10, 2005 5:34 pm
Location: UK
Contact:

Re: Suspecting RC1 very soon!

Post by Kevin Clark »

The CVS commits usually go quiet for a day or two, the database entry for the version is changed from 'dev' to the 'real number' and I think the bug list will have to go down a little bit more yet.
Image

User avatar
John Hjorth
Registered User
Posts: 235
Joined: Tue May 09, 2006 3:32 pm
Location: Odense, Denmark, EU
Contact:

Re: Suspecting RC1 very soon!

Post by John Hjorth »

schema_data.sql, line 206 has not changed in CVS from :

Code: Select all

INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.B6-dev');
to

Code: Select all

INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.RC1-dev');
or

Code: Select all

INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.RC1');
;)

Locked