]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 1.8.6. 1.8.6
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 19 Apr 2019 07:22:44 +0000 (09:22 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 19 Apr 2019 07:22:44 +0000 (09:22 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index a33a679d23b8479d735cd94b2c4e033711747ee8..6ecccd13a1ad07c0a663a1320cc99545e10dbc05 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Nageru and Futatabi 1.8.6, April 19th, 2019
+
+  - Filenames for the recordings are now without colons; it caused
+    too much problems with various software, including most players.
+
+  - Various bugfixes.
+
+
 Nageru and Futatabi 1.8.5, March 30th, 2019
 
   - Experimental support for audio in Futatabi: The MJPEG export from
index 16dcb4e370a45fdc978a94c0276a8f5327a67a52..24491e727a99b06f26b45e79e3f1fa48d93dca48 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.5')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.8.6')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')