Recompress PNGs as suggested in #1523, remove unused super-old Ogg logo
[platform/upstream/libvorbis.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 0060a17..4299101 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,22 @@
-libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20070622"
+libvorbis 1.2.2 (unreleased) -- "Xiph.Org libVorbis I 20081127"
 
- * no changes recorded
+ * define VENDOR and ENCODER strings
+ * seek correctly in files bigger than 2 GB (Windows)
+ * fix regression from CVE-2008-1420; 1.0b1 files work again
+ * mark all tables as constant to reduce memory occupation
+
+libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"
+
+ * Improved robustness with corrupt streams.
+ * New ov_read_filter() vorbisfile call allows filtering decoded
+   audio as floats before converting to integer samples.
+ * Fix an encoder bug with multichannel streams.
+ * Replaced RTP payload format draft with RFC 5215.
+ * Bare bones self test under 'make check'.
+ * Fix a problem encoding some streams between 14 and 28 kHz.
+ * Fix a numerical instability in the edge extrapolation filter.
+ * Build system improvements.
+ * Specification correction.
 
 libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"