Eliminate nonsensical error condition from floor 0 header decode: Trac 1158
[platform/upstream/libvorbis.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 5d3c72c..0060a17 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,19 @@
-libvorbis 1.1.2 (unreleased snapshot) -- "Xiph.Org libVorbis I 20050304"
+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