* [Xenomai-core] Xenomai v2.1-rc4
@ 2006-03-04 15:42 Philippe Gerum
2006-03-04 18:28 ` Gilles Chanteperdrix
2006-03-04 18:55 ` [Xenomai-core] Re: [Xenomai-help] " Hannes Mayer
0 siblings, 2 replies; 6+ messages in thread
From: Philippe Gerum @ 2006-03-04 15:42 UTC (permalink / raw)
To: xenomai
This time, the merge window is closed for good; no kidding. This said, too many
changes since -rc3 have taken place for releasing v2.1 without one more -rc
iteration, so here is -rc4. Major updates are as follows:
- scalable timer management using non-linear access (Gilles)
- shared real-time interrupt support (Dmitry)
- POSIX updates (Gilles)
- UVM fixes (me)
- registry support abstraction (me)
- RTDM updates (Jan)
- building blocks for Debian packaging (Romain Lenglet)
http://download.gna.org/xenomai/testing/xenomai-2.1-rc4.tar.bz2
--
Philippe.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Xenomai-core] Xenomai v2.1-rc4
2006-03-04 15:42 [Xenomai-core] Xenomai v2.1-rc4 Philippe Gerum
@ 2006-03-04 18:28 ` Gilles Chanteperdrix
2006-03-04 18:55 ` [Xenomai-core] Re: [Xenomai-help] " Hannes Mayer
1 sibling, 0 replies; 6+ messages in thread
From: Gilles Chanteperdrix @ 2006-03-04 18:28 UTC (permalink / raw)
To: xenomai, xenomai
Philippe Gerum wrote:
>
> This time, the merge window is closed for good; no kidding. This said, too many
> changes since -rc3 have taken place for releasing v2.1 without one more -rc
> iteration, so here is -rc4. Major updates are as follows:
>
> - scalable timer management using non-linear access (Gilles)
> - shared real-time interrupt support (Dmitry)
> - POSIX updates (Gilles)
These updates broke POSIX message queues support. Repository revision
659 fixes it.
--
Gilles Chanteperdrix.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Xenomai-core] Re: [Xenomai-help] Xenomai v2.1-rc4
2006-03-04 15:42 [Xenomai-core] Xenomai v2.1-rc4 Philippe Gerum
2006-03-04 18:28 ` Gilles Chanteperdrix
@ 2006-03-04 18:55 ` Hannes Mayer
2006-03-04 23:34 ` Philippe Gerum
1 sibling, 1 reply; 6+ messages in thread
From: Hannes Mayer @ 2006-03-04 18:55 UTC (permalink / raw)
To: Philippe Gerum; +Cc: xenomai, xenomai
Philippe Gerum wrote:
>
> This time, the merge window is closed for good; no kidding. This said,
> too many changes since -rc3 have taken place for releasing v2.1 without
> one more -rc iteration, so here is -rc4. Major updates are as follows:
>
> - scalable timer management using non-linear access (Gilles)
> - shared real-time interrupt support (Dmitry)
> - POSIX updates (Gilles)
> - UVM fixes (me)
> - registry support abstraction (me)
> - RTDM updates (Jan)
> - building blocks for Debian packaging (Romain Lenglet)
>
> http://download.gna.org/xenomai/testing/xenomai-2.1-rc4.tar.bz2
Ciao Philippe!
During prepare-kernel.sh I noticed that
Adeos/i386 1.XXXX (newgen) installed.
Links installed.
Build system ready.
is not printed anymore. Bug or feature ?
Best regards,
Hannes.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Xenomai-core] Re: [Xenomai-help] Xenomai v2.1-rc4
2006-03-04 18:55 ` [Xenomai-core] Re: [Xenomai-help] " Hannes Mayer
@ 2006-03-04 23:34 ` Philippe Gerum
2006-03-06 6:46 ` Romain Lenglet
0 siblings, 1 reply; 6+ messages in thread
From: Philippe Gerum @ 2006-03-04 23:34 UTC (permalink / raw)
To: Hannes Mayer; +Cc: xenomai, xenomai
Hannes Mayer wrote:
> Philippe Gerum wrote:
>
>>
>> This time, the merge window is closed for good; no kidding. This said,
>> too many changes since -rc3 have taken place for releasing v2.1
>> without one more -rc iteration, so here is -rc4. Major updates are as
>> follows:
>>
>> - scalable timer management using non-linear access (Gilles)
>> - shared real-time interrupt support (Dmitry)
>> - POSIX updates (Gilles)
>> - UVM fixes (me)
>> - registry support abstraction (me)
>> - RTDM updates (Jan)
>> - building blocks for Debian packaging (Romain Lenglet)
>>
>> http://download.gna.org/xenomai/testing/xenomai-2.1-rc4.tar.bz2
>
>
> Ciao Philippe!
>
> During prepare-kernel.sh I noticed that
>
> Adeos/i386 1.XXXX (newgen) installed.
> Links installed.
> Build system ready.
>
> is not printed anymore. Bug or feature ?
>
Feature. --verbose brings this message back, IIRC. I guess that's needed for
automated Debian packaging stuff Romain is working on.
--
Philippe.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Xenomai-core] Re: [Xenomai-help] Xenomai v2.1-rc4
2006-03-04 23:34 ` Philippe Gerum
@ 2006-03-06 6:46 ` Romain Lenglet
2006-03-07 16:33 ` Hannes Mayer
0 siblings, 1 reply; 6+ messages in thread
From: Romain Lenglet @ 2006-03-06 6:46 UTC (permalink / raw)
To: xenomai
> > During prepare-kernel.sh I noticed that
> >
> > Adeos/i386 1.XXXX (newgen) installed.
> > Links installed.
> > Build system ready.
> >
> > is not printed anymore. Bug or feature ?
>
> Feature. --verbose brings this message back, IIRC. I guess
> that's needed for automated Debian packaging stuff Romain is
> working on.
Well, it was primarily to make it look more like usual Unix
tools. And I did not understand why there were messages always
printed, and others printed only with --verbose.
Anyway, now if nothing is printed it is good news. Error messages
are always printed on the error output even if --verbose is not
set.
--
Romain LENGLET
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Xenomai-core] Re: [Xenomai-help] Xenomai v2.1-rc4
2006-03-06 6:46 ` Romain Lenglet
@ 2006-03-07 16:33 ` Hannes Mayer
0 siblings, 0 replies; 6+ messages in thread
From: Hannes Mayer @ 2006-03-07 16:33 UTC (permalink / raw)
To: xenomai, xenomai
Romain Lenglet wrote:
>>> During prepare-kernel.sh I noticed that
>>>
>>> Adeos/i386 1.XXXX (newgen) installed.
>>> Links installed.
>>> Build system ready.
>>>
>>> is not printed anymore. Bug or feature ?
>> Feature. --verbose brings this message back, IIRC. I guess
>> that's needed for automated Debian packaging stuff Romain is
>> working on.
>
> Well, it was primarily to make it look more like usual Unix
> tools. And I did not understand why there were messages always
> printed, and others printed only with --verbose.
> Anyway, now if nothing is printed it is good news. Error messages
> are always printed on the error output even if --verbose is not
> set.
Ciao Philippe! Ciao Romain!
Thanks!
Otherwise RC4 works nicely here :-)
Best regards,
Hannes.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-03-07 16:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-04 15:42 [Xenomai-core] Xenomai v2.1-rc4 Philippe Gerum
2006-03-04 18:28 ` Gilles Chanteperdrix
2006-03-04 18:55 ` [Xenomai-core] Re: [Xenomai-help] " Hannes Mayer
2006-03-04 23:34 ` Philippe Gerum
2006-03-06 6:46 ` Romain Lenglet
2006-03-07 16:33 ` Hannes Mayer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.