summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2019-08-30 13:37:50 -0700
committerRalph Giles <giles@thaumas.net>2019-08-30 16:05:52 -0700
commit13b89bab4d03747b3837647cf8b0442640408412 (patch)
tree04b8cb3f452b06856e52280ecb7921564061ccac
parent8e84da6eb58e1c1182e767eab5881c01cb338910 (diff)
downloadogg-git-13b89bab4d03747b3837647cf8b0442640408412.tar.gz
Update CHANGES for v1.3.4.
List of significant changes since the last release tag.
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f36b45a..855b0b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+Version 1.3.4 (2019 August 30)
+
+* Faster slice-by-8 CRC32 implementation.
+ see https://lwn.net/Articles/453931/ for motivation.
+* Add CMake build.
+* Deprecate Visual Studio project files in favor of CMake.
+* configure --disable-crc option for fuzzing.
+* Various build fixes.
+* Documentation and example code fixes.
+
Version 1.3.3 (2017 November 7)
* Fix an issue with corrupt continued packet handling.