Mesa 7.1 release candidate #2

View: New views
6 Messages — Rating Filter:   Alert me  

Mesa 7.1 release candidate #2

by Brian Paul :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

... can be downloaded from http://www.mesa3d.org/beta/

md5 checksums:

db67dd7d433f97c6267e9e2c13172afc  MesaLib-7.1-rc2.tar.gz
afac02be5cd803f9ad0a6ea6c8b2e41b  MesaLib-7.1-rc2.zip
fa3aad25c4603e04dad7f8a1710ba409  MesaDemos-7.1-rc2.tar.gz
d088536d1bf7b7e111841079b30226af  MesaDemos-7.1-rc2.zip
4b8afdbd21f63dddfc703ba889745566  MesaGLUT-7.1-rc2.tar.gz
0eb14b8d275391afa916028533eaf63d  MesaGLUT-7.1-rc2.zip

I'm hoping to wrap this up soon, so timely feedback would be
appreciated.  Thanks.

-Brian

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Mesa3d-users mailing list
Mesa3d-users@...
https://lists.sourceforge.net/lists/listinfo/mesa3d-users

Parent Message unknown Re: [Mesa3d-dev] Mesa 7.1 release candidate #2

by Brian Paul :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Donnie Berkholz wrote:
> On 15:19 Tue 08 Jul     , Brian Paul wrote:
>> I'm hoping to wrap this up soon, so timely feedback would be
>> appreciated.  Thanks.
>
> src/mesa/drivers/Makefile isn't in the tarball, so it doesn't build.
> Should there be some sort of distcheck equivalent? Other than that, my
> i965 works fine. All the DRI drivers built, too.

Ooops. Sorry.  Missing makefile is attached.  I'll roll a new tarball
soon...

-Brian


# src/mesa/drivers/Makefile

TOP = ../../..
include $(TOP)/configs/current


default:
        @for dir in $(DRIVER_DIRS) ; do \
                if [ -d $$dir ] ; then \
                        (cd $$dir && $(MAKE)) || exit 1; \
                fi \
        done


clean:
        @for dir in $(DRIVER_DIRS) ; do \
                if [ -d $$dir ] ; then \
                        (cd $$dir && $(MAKE) clean) || exit 1; \
                fi \
        done


install:
        @for dir in $(DRIVER_DIRS) ; do \
                if [ -d $$dir ] ; then \
                        (cd $$dir && $(MAKE) install) || exit 1; \
                fi \
        done


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Mesa3d-users mailing list
Mesa3d-users@...
https://lists.sourceforge.net/lists/listinfo/mesa3d-users

Mesa 7.1 release candidate #3

by Brian Paul :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

OK, rc2 had problems.  Sorry about that.

rc3 is now at http://www.mesa3d.org/beta/

md5 checksums:

3a3cb6e3f09bf28650483b0d43ab8d88  MesaLib-7.1-rc3.tar.gz
46a32a37af0cc7e97a09621bf588d751  MesaLib-7.1-rc3.zip
b4ec33e6167eec33c6857569dedb20a6  MesaDemos-7.1-rc3.tar.gz
46b55678bd681401270cddcaa34682fb  MesaDemos-7.1-rc3.zip
1fb5ee0e149b2f05ede8e49504367b4c  MesaGLUT-7.1-rc3.tar.gz
adbcfb7ce592a0c8b88aa38f2b6fe49f  MesaGLUT-7.1-rc3.zip

-Brian

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Mesa3d-users mailing list
Mesa3d-users@...
https://lists.sourceforge.net/lists/listinfo/mesa3d-users

Re: [Mesa3d-dev] Mesa 7.1 release candidate #3

by Jin, Gordon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Brian Paul wrote on Wednesday, July 09, 2008 6:58 AM:

> OK, rc2 had problems.  Sorry about that.
>
> rc3 is now at http://www.mesa3d.org/beta/
>
> md5 checksums:
>
> 3a3cb6e3f09bf28650483b0d43ab8d88  MesaLib-7.1-rc3.tar.gz
> 46a32a37af0cc7e97a09621bf588d751  MesaLib-7.1-rc3.zip
> b4ec33e6167eec33c6857569dedb20a6  MesaDemos-7.1-rc3.tar.gz
> 46b55678bd681401270cddcaa34682fb  MesaDemos-7.1-rc3.zip
> 1fb5ee0e149b2f05ede8e49504367b4c  MesaGLUT-7.1-rc3.tar.gz
> adbcfb7ce592a0c8b88aa38f2b6fe49f  MesaGLUT-7.1-rc3.zip
>
> -Brian

I don't understand why the release happens on master not a stable branch
(like mesa_7_0_branch). Will there be a stable branch for the next
release?

Thanks
Gordon

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Mesa3d-users mailing list
Mesa3d-users@...
https://lists.sourceforge.net/lists/listinfo/mesa3d-users

Parent Message unknown Re: [Mesa3d-dev] Mesa 7.1 release candidate #3

by Brian Paul :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Timo Jyrinki wrote:
> 2008/7/9 Jin, Gordon <gordon.jin@...>:
>> I don't understand why the release happens on master not a stable branch
>> (like mesa_7_0_branch). Will there be a stable branch for the next
>> release?
>
> Mesa 7.1 will be a (relatively stable) development version, 7.2 will
> be the stable branch some time in the future. Before it there may be
> 7.1.1, ...

That's correct.

Basically, Mesa's been using and even/odd numbering scheme for many
years now.  An odd-numbered release like 7.1 denotes a development
release (usually lots of new features/changes).

After 7.1 has been out for a bit, the plan is to make a stable 7.2
branch just for bug fixes.  The trunk will then be open again for new
development.

BTW, I'll probably wrap up a 7.0.4 bug-fix release soon too.

-Brian

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Mesa3d-users mailing list
Mesa3d-users@...
https://lists.sourceforge.net/lists/listinfo/mesa3d-users

Re: [Mesa3d-dev] Mesa 7.1 release candidate #3

by Jin, Gordon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Brian Paul wrote on Wednesday, July 09, 2008 11:00 PM:

> Timo Jyrinki wrote:
>> 2008/7/9 Jin, Gordon <gordon.jin@...>:
>>> I don't understand why the release happens on master not a stable
>>> branch (like mesa_7_0_branch). Will there be a stable branch for
>>> the next release?
>>
>> Mesa 7.1 will be a (relatively stable) development version, 7.2 will
>> be the stable branch some time in the future. Before it there may be
>> 7.1.1, ...
>
> That's correct.
>
> Basically, Mesa's been using and even/odd numbering scheme for many
> years now.  An odd-numbered release like 7.1 denotes a development
> release (usually lots of new features/changes).
>
> After 7.1 has been out for a bit, the plan is to make a stable 7.2
> branch just for bug fixes.  The trunk will then be open again for new
> development.
>
> BTW, I'll probably wrap up a 7.0.4 bug-fix release soon too.
>
> -Brian

Thanks for the explanation. It makes much clearer now.

-Gordon

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Mesa3d-users mailing list
Mesa3d-users@...
https://lists.sourceforge.net/lists/listinfo/mesa3d-users