summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2018-06-20 10:28:16 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2018-06-20 10:40:14 +0100
commit24f879d684c3b8e9c6ab9bfc98e67f9098bbe6ad (patch)
tree6a21b5329b295e0f84c7b92fca3cbe53136fb113
parent545c695b8fa306eed424923c2c5358d13d9e161c (diff)
downloadlibosinfo-24f879d684c3b8e9c6ab9bfc98e67f9098bbe6ad.tar.gz
Update NEWS for 1.2.0 releasev1.2.0
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9eb554e..e5a765f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
libosinfo News
==============
+1.2.0 - Jun 20, 2018
+====================
+
+- Test suite requires osinfo-db >= 20180612
+- Replace use of libsoup with libcurl in test suite
+- Replace use of check library with GLib tester in test suite
+- Increase timeout for media URIs test
+- Drop const parameter annotations which break Rust generator
+- Improve error message with ISO test fails
+- Turn off -Wfunction-cast-type warning from gcc 8
+- Remove calls to g_log_set_always_fatal in tests
+- Load database files in alphabetical order for predictable sorting
+- Fix leak of list when loading files
+- Fix build of tools with clang 6
+- Add missing "global" annotation on some symbol versions
+
+
1.1.0 - Aug 15, 2017
====================