ref: c9427fd43a17d654402f49f8ce28c4991c7024da
parent: 6bb75a9d76f0bb7dd9f2c7b9056a19db0baf9015
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Sat May 11 13:23:10 EDT 2019
Update NEWS and version for 0.3.1
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes for 0.3.1 'Sailfish':
+------------------------------
+
+ - Fix a buffer overflow in frame-threading mode on SSSE3 CPUs
+ - Reduce binary size, notably on Windows
+ - SSSE3 optimizations for ipred_filter
+ - ARM optimizations for MSAC
+
+
Changes for 0.3.0 'Sailfish':
------------------------------
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
project('dav1d', ['c'],
- version: '0.3.0',
+ version: '0.3.1',
default_options: ['c_std=c99',
'warning_level=2',
'buildtype=release',