[xiph-cvs] cvs commit: vorbis-python ChangeLog setup.py

Andrew Catham Master of Python andrew at xiph.org
Sun Jan 27 03:18:23 PST 2002



andrew      02/01/27 03:18:23

  Modified:    .        ChangeLog setup.py
  Log:
  Bump version to 0.5 and fix Changelog dates.

Revision  Changes    Path
1.9       +5 -2      vorbis-python/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/vorbis-python/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	2002/01/27 11:14:19	1.8
+++ ChangeLog	2002/01/27 11:18:23	1.9
@@ -1,4 +1,7 @@
-2001-01-27  Andrew H. Chatham <andrew.chatham at duke.edu>
+2002-01-27  Andrew H. Chatham <andrew.chatham at duke.edu>
+	* bump to version 0.5
+
+2002-01-27  Andrew H. Chatham <andrew.chatham at duke.edu>
         * pyvorbiscodec.c (py_dsp_write_wav), (parse_wav_data): Added
         * pyvorbiscodec.c (py_dsp_write): Write 0 if None
         
@@ -9,7 +12,7 @@
         * test/enc.py: Updated to do new encode process (with quality setting)
         * test/enc2.py: Updated to do quality setting and use write_wav
 
-2001-01-21  Andrew H. Chatham <andrew.chatham at duke.edu>
+2002-01-21  Andrew H. Chatham <andrew.chatham at duke.edu>
         * pyvorbisinfo.c: Comment objects now store pointers to the
         comment structures, not the structure itself. Helps with dealloc.
         * pyvorbisinfo.c (write_comments), (py_comment_append_to),

<p><p>1.5       +1 -1      vorbis-python/setup.py

Index: setup.py
===================================================================
RCS file: /usr/local/cvsroot/vorbis-python/setup.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- setup.py	2002/01/22 01:58:17	1.4
+++ setup.py	2002/01/27 11:18:23	1.5
@@ -7,7 +7,7 @@
 from distutils.extension import Extension
 
 VERSION_MAJOR = 0
-VERSION_MINOR = 4
+VERSION_MINOR = 5
 pyvorbis_version = str(VERSION_MAJOR) + '.' + str(VERSION_MINOR)
 
 try:

<p><p><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 'cvs-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 commits mailing list