[vorbis-dev] Should the vendor tag be updated for 1.0.1?

Carsten Haese carsten at uniqsys.com
Tue Sep 9 05:26:26 PDT 2003



Hiya:

Since 1.0.1 is going to include minor tuning fixes that have an effect
on audio quality in certain circumstances, I think the vendor tag should
be updated according to the attached (and quite trivial) patch. (I chose
20030902 because that's the date of Monty's commits that included the
tuning fixes.)

-Carsten

<p>


Index: lib/info.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/info.c,v
retrieving revision 1.61
diff -u -r1.61 info.c
--- lib/info.c	11 Oct 2002 11:14:41 -0000	1.61
+++ lib/info.c	9 Sep 2003 12:19:32 -0000
@@ -416,7 +416,7 @@
 }
 
 static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){
-  char temp[]="Xiph.Org libVorbis I 20020717";
+  char temp[]="Xiph.Org libVorbis I 20030902";
   int bytes = strlen(temp);
 
   /* preamble */  
Index: ogginfo/ogginfo2.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogginfo/ogginfo2.c,v
retrieving revision 1.27
diff -u -r1.27 ogginfo2.c
--- ogginfo/ogginfo2.c	4 Sep 2003 07:15:15 -0000	1.27
+++ ogginfo/ogginfo2.c	9 Sep 2003 12:19:52 -0000
@@ -35,6 +35,7 @@
         {"Xiphophorus libVorbis I 20011217", "1.0 rc3"},
         {"Xiphophorus libVorbis I 20011231", "1.0 rc3"},
         {"Xiph.Org libVorbis I 20020717", "1.0"},
+        {"Xiph.Org libVorbis I 20030902", "1.0.1"},
         {NULL, NULL},
     };
 

<p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list