All of lore.kernel.org
 help / color / mirror / Atom feed
* ALSA 1.0.12 release
@ 2006-08-24 13:48 Jaroslav Kysela
  2006-08-24 14:25 ` Jochen Voss
  0 siblings, 1 reply; 6+ messages in thread
From: Jaroslav Kysela @ 2006-08-24 13:48 UTC (permalink / raw)
  To: ALSA development

Hello,

	I am happy to announce the ALSA 1.0.12 release. The changelogs 
are here:

	http://www.alsa-project.org/changes/v1-0-11--v1-0-12.txt
	http://www.alsa-project.org/changes/v1-0-12rc3--v1-0-12.txt

					Have fun,
						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ALSA 1.0.12 release
  2006-08-24 13:48 ALSA 1.0.12 release Jaroslav Kysela
@ 2006-08-24 14:25 ` Jochen Voss
  2006-08-24 16:24   ` Jaroslav Kysela
  0 siblings, 1 reply; 6+ messages in thread
From: Jochen Voss @ 2006-08-24 14:25 UTC (permalink / raw)
  To: alsa-devel


[-- Attachment #1.1: Type: text/plain, Size: 440 bytes --]

Hi Jaroslav,

On Thu, Aug 24, 2006 at 03:48:46PM +0200, Jaroslav Kysela wrote:
> I am happy to announce the ALSA 1.0.12 release.
Great news!

> The changelogs are here:
The following entries look a bit strange:

  + ALSA Version
    - release 1.0.12rc2a
    - snd-ca0106: Fix dB gain TLVs.

Maybe there is "release 1.0.12" one missing, and the "snd-ca0106" one
is misplaced?

All the best,
Jochen
-- 
http://seehuhn.de/

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 373 bytes --]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

[-- Attachment #3: Type: text/plain, Size: 161 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ALSA 1.0.12 release
  2006-08-24 14:25 ` Jochen Voss
@ 2006-08-24 16:24   ` Jaroslav Kysela
  2006-08-24 16:42     ` James Courtier-Dutton
  0 siblings, 1 reply; 6+ messages in thread
From: Jaroslav Kysela @ 2006-08-24 16:24 UTC (permalink / raw)
  To: Jochen Voss; +Cc: alsa-devel

On Thu, 24 Aug 2006, Jochen Voss wrote:

> > The changelogs are here:
> The following entries look a bit strange:
> 
>   + ALSA Version
>     - release 1.0.12rc2a
>     - snd-ca0106: Fix dB gain TLVs.
> 
> Maybe there is "release 1.0.12" one missing, and the "snd-ca0106" one
> is misplaced?

It's true that almost all rc versions including 1.0.12 are missing in the 
ALSA version section. I'll give a look into my tool. Thanks for this 
notice. Anyway, the snd-ca0106 entry is from:

changeset:   4382:5a64cd866f92
user:        james
date:        Sat Jul 22 15:02:48 2006 +0100
summary:     snd-ca0106: Fix dB gain TLVs.

and caused by:

diff -r 196458a6cf03 -r 5a64cd866f92 include/version.h
--- a/include/version.h Fri Jul 21 10:46:18 2006 +0200
+++ b/include/version.h Sat Jul 22 15:02:48 2006 +0100
@@ -1,3 +1,3 @@
-/* include/version.h.  Generated by configure.  */
+/* include/version.h.  Generated from version.h.in by configure.  */
 #define CONFIG_SND_VERSION "1.0.12rc1"
 #define CONFIG_SND_DATE ""

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ALSA 1.0.12 release
  2006-08-24 16:24   ` Jaroslav Kysela
@ 2006-08-24 16:42     ` James Courtier-Dutton
  2006-08-24 16:50       ` Jaroslav Kysela
  0 siblings, 1 reply; 6+ messages in thread
From: James Courtier-Dutton @ 2006-08-24 16:42 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: alsa-devel, Jochen Voss

Jaroslav Kysela wrote:
> On Thu, 24 Aug 2006, Jochen Voss wrote:
>
>   
>>> The changelogs are here:
>>>       
>> The following entries look a bit strange:
>>
>>   + ALSA Version
>>     - release 1.0.12rc2a
>>     - snd-ca0106: Fix dB gain TLVs.
>>
>> Maybe there is "release 1.0.12" one missing, and the "snd-ca0106" one
>> is misplaced?
>>     
>
> It's true that almost all rc versions including 1.0.12 are missing in the 
> ALSA version section. I'll give a look into my tool. Thanks for this 
> notice. Anyway, the snd-ca0106 entry is from:
>
> changeset:   4382:5a64cd866f92
> user:        james
> date:        Sat Jul 22 15:02:48 2006 +0100
> summary:     snd-ca0106: Fix dB gain TLVs.
>
> and caused by:
>
> diff -r 196458a6cf03 -r 5a64cd866f92 include/version.h
> --- a/include/version.h Fri Jul 21 10:46:18 2006 +0200
> +++ b/include/version.h Sat Jul 22 15:02:48 2006 +0100
> @@ -1,3 +1,3 @@
> -/* include/version.h.  Generated by configure.  */
> +/* include/version.h.  Generated from version.h.in by configure.  */
>  #define CONFIG_SND_VERSION "1.0.12rc1"
>  #define CONFIG_SND_DATE ""
>
> 						Jaroslav
>
>   
Should we do an hg ignore for the include/version.h file, as it is a 
generated file after all?


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ALSA 1.0.12 release
  2006-08-24 16:42     ` James Courtier-Dutton
@ 2006-08-24 16:50       ` Jaroslav Kysela
  2006-08-24 16:54         ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Jaroslav Kysela @ 2006-08-24 16:50 UTC (permalink / raw)
  To: James Courtier-Dutton; +Cc: alsa-devel, Jochen Voss

On Thu, 24 Aug 2006, James Courtier-Dutton wrote:

> > and caused by:
> > 
> > diff -r 196458a6cf03 -r 5a64cd866f92 include/version.h
> > --- a/include/version.h Fri Jul 21 10:46:18 2006 +0200
> > +++ b/include/version.h Sat Jul 22 15:02:48 2006 +0100
> > @@ -1,3 +1,3 @@
> > -/* include/version.h.  Generated by configure.  */
> > +/* include/version.h.  Generated from version.h.in by configure.  */
> > # define CONFIG_SND_VERSION "1.0.12rc1"
> > # define CONFIG_SND_DATE ""
> > 
> > Jaroslav
> > 
> > 
> Should we do an hg ignore for the include/version.h file, as it is a 
> generated file after all?

Yes, probably. The historic reasons were that my sync tool uses only 
alsa-kernel tree to retrieve the ALSA version for merging. But it's no 
problem to parse alsa-driver/configure.in to obtain right version.

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ALSA 1.0.12 release
  2006-08-24 16:50       ` Jaroslav Kysela
@ 2006-08-24 16:54         ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2006-08-24 16:54 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: Jochen Voss, alsa-devel, James Courtier-Dutton

At Thu, 24 Aug 2006 18:50:58 +0200 (CEST),
Jaroslav Kysela wrote:
> 
> On Thu, 24 Aug 2006, James Courtier-Dutton wrote:
> 
> > > and caused by:
> > > 
> > > diff -r 196458a6cf03 -r 5a64cd866f92 include/version.h
> > > --- a/include/version.h Fri Jul 21 10:46:18 2006 +0200
> > > +++ b/include/version.h Sat Jul 22 15:02:48 2006 +0100
> > > @@ -1,3 +1,3 @@
> > > -/* include/version.h.  Generated by configure.  */
> > > +/* include/version.h.  Generated from version.h.in by configure.  */
> > > # define CONFIG_SND_VERSION "1.0.12rc1"
> > > # define CONFIG_SND_DATE ""
> > > 
> > > Jaroslav
> > > 
> > > 
> > Should we do an hg ignore for the include/version.h file, as it is a 
> > generated file after all?
> 
> Yes, probably. The historic reasons were that my sync tool uses only 
> alsa-kernel tree to retrieve the ALSA version for merging. But it's no 
> problem to parse alsa-driver/configure.in to obtain right version.

Yes, that sounds reasonable.  It's annyoing to do "hg revert" at each
time I run configure...


Takashi

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-08-24 16:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-24 13:48 ALSA 1.0.12 release Jaroslav Kysela
2006-08-24 14:25 ` Jochen Voss
2006-08-24 16:24   ` Jaroslav Kysela
2006-08-24 16:42     ` James Courtier-Dutton
2006-08-24 16:50       ` Jaroslav Kysela
2006-08-24 16:54         ` Takashi Iwai

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.