[haiku-development] Re: alpha release window ?

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Fri, 7 Aug 2009 11:13:28 -0700

>
>> So, without further ado, I would propose August 15 as code freeze (no
>> changes are made other than bug fixes, testing is intensified), and
>> September 1st as the actual release date. I would also propose to branch
>> the release only after the actual release, since I guess everyone should
>> be able to work on this, and only on this for two weeks straight.

Assume!  A date.  Even if that date moves, it's a good step.  Any plan
to set up a next pre-R1 milestone on trac?

> The only thing I can think of right now which would be cool to wait for is
> Bryce's work on the partitioning. He should have commit access now, but not
> everything from his latest work, that I know of, is already in the tree.
> Ingo always spoke about updating all the optional packages once again, but
> I don't know what the reasoning was for that.

Any of the optional packages dated before July 5th, 2009 may not be
configured correctly for the wchar change, with maybe a couple
exceptions that were part of the change such as gcc.  So the older
ones may need to be updated.
Also it seems that something needs to be fixed with subversion/neon/libiconv:
http://dev.haiku-os.org/ticket/3997

I just saw Matt's posting on automating the building of the optional
packages, sounds great, but probably not something to hold up the
Alpha for.

>> We need to review if anything is missing from the image that should be on
>> it, and anything that is on it, but shouldn't be.
>

Here's the old Alpha tracker wiki page, most of items voted on last
years have been completed.
http://dev.haiku-os.org/wiki/R1/AlphaStatus

>I have some pending stuff I'd like in alpha, mostly an unfinished fix
>for the native audio drivers vs OSS4 race.

Seeing as OSS has been on that list for nearly a year now and still
not done, I'm not holding my breath, but if you can get it fixed and
into the tree on time then great.

> Maybe make a decision with regards to Clockwerk.  It's only 2 Megs
> uncompressed, I think it would be cool to put on the alpha. zuMi, can you
> make a nice icon? I was thinking of a clock face with media symbols at
> 12/3/6/9... but somehow I don't find the time.

+1 for adding Clockwerk.

There's only a few icons remaining that need updating, so if there's
anyone who's good at making icons, that has the time, here's the
tracking ticket for those:
http://dev.haiku-os.org/ticket/1429

Speaking of CDPlayer, am I the only one who isn't getting cddb data
when inserting an audio CD?
http://dev.haiku-os.org/ticket/4103

>> Well, at least the current Pe version fixes a few annoyances :-)
>
>Speaking of Pe, where should I put the azerty keybindings I have here ?
>(Alt-A to quit is really annoying...)
>Seems the default one exists in source form in Resources/Bindings.r but
>rez does't seem to allow decompiling an existing one.

Also speaking of Pe, has anyone looked at the patch I submitted to the
Pe mailing list a couple weeks ago to fix the diff file coloring?
//www.freelists.org/post/pedevel/patch-to-fix-colors-on-diffpatch-files
------
Index: Languages/Sources/Diff_Language.cpp
===================================================================
--- Languages/Sources/Diff_Language.cpp (revision 588)
+++ Languages/Sources/Diff_Language.cpp (working copy)
@@ -57,9 +57,9 @@
        || strncmp(proxy.Text(), "@@", 2) == 0) {
                proxy.SetColor(0, kColorComment1);
        } else if (*proxy.Text() == '-' || *proxy.Text() == '<') {
+               proxy.SetColor(0, kColorError1);
+       } else if (*proxy.Text() == '+' || *proxy.Text() == '>') {
                proxy.SetColor(0, kColorString1);
-       } else if (*proxy.Text() == '+' || *proxy.Text() == '>') {
-               proxy.SetColor(0, kColorError1);
        } else
                proxy.SetColor(0, kColorText);
 }

--------------

-scottmc

Other related posts: