Eliminate nonsensical error condition from floor 0 header decode: Trac 1158
[platform/upstream/libvorbis.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 5a65441..0060a17 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,32 @@
+libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20070622"
+
+ * no changes recorded
+
+libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"
+
+ * new ov_fopen() convenience call that avoids the common
+   stdio conflicts with ov_open() and MSVC runtimes.
+ * libvorbisfile now handles multiplexed streams
+ * improve robustness to corrupt input streams
+ * fix a minor encoder bug
+ * updated RTP draft
+ * build system updates
+ * minor corrections to the specification
+
+libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304"
+
+ * fix a serious encoder bug with gcc 4 optimized builds
+ * documentation and spec fixes
+ * updated VS2003 and XCode builds
+ * new draft RTP encapsulation spec
+
+libvorbis 1.1.1 (2005-06-27) -- "Xiph.Org libVorbis I 20050304"
+
+ * bug fix to the bitrate management encoder interface
+ * bug fix to properly set packetno field in the encoder
+ * new draft RTP encapsulation spec
+ * library API documentation improvements
+
 libvorbis 1.1.0 (2004-09-22) -- "Xiph.Org libVorbis I 20040629"
 
  * merges tuning improvements from Aoyumi's aoTuV with fixups