summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-04-20 14:16:28 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2018-04-20 14:16:28 +0200
commit48f6d7c2ebb66bfe2d7070e5bb736e2d22c14da9 (patch)
treeb62fd13ca42fc347ca3fc21876d999bde24ec388 /NEWS
parent6b414014de24dd9671e491c765c7c5535cd05d40 (diff)
downloaduca-48f6d7c2ebb66bfe2d7070e5bb736e2d22c14da9.tar.gz
uca-48f6d7c2ebb66bfe2d7070e5bb736e2d22c14da9.tar.bz2
uca-48f6d7c2ebb66bfe2d7070e5bb736e2d22c14da9.tar.xz
uca-48f6d7c2ebb66bfe2d7070e5bb736e2d22c14da9.zip
Release version 2.3.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a860462..445c232 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,36 @@
Changelog
=========
+Changes in libuca 2.3.0
+-----------------------
+
+Released on April 20th 2018.
+
+Enhancements:
+
+- Besides CMake we now also support meson
+- mock: provide setter/getter for test-enum
+- mock: add a custom enum type for test purposes
+- mock: receive SIGUSR1 to simulate external trigger
+- grab: measure time per frame grab
+- grab: allow filename to be a format specifier
+- grab: show progress during acquisition
+- gui: use glib-resources to bake in UI
+
+Fixes:
+
+- Parse enum properties properly
+- Stop construction and exit early on error
+
+Breaks and changes:
+
+- Raise minimum GLib version to 2.38
+- Abort construction if props cannot be parsed
+- grab: drop --write-tiff and guess from file suffix
+- grab: drop support for --duration
+- grab: do not write at all if --output is not given
+
+
Changes in libuca 2.2.1
-----------------------