summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS28
-rw-r--r--configure.ac2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 242de15..dd907fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+ libosinfo News
+ ==============
+
+0.3.1 - Jul 01, 2016
+====================
+
+Changes since 0.3.0:
+
+- Require glib2 >= 2.36
+- Replace GSimpleAsyncResult usage with GTask
+- Fix VPATH based builds
+- Don't include autogenerated enum files in dist
+- Fix build with older GCC versions
+- Add/improve/fix data for
+ - Debian
+ - SLES/SLED
+ - OpenSUSE
+ - FreeBSD
+ - Windows
+ - RHEL
+ - Ubuntu
+- Update README content
+- Fix string comparison for bootable media detection
+- Fix linker flags for OS-X & solaris
+- Fix darwin detection code
+- Fix multiple memory leaks
+
+
0.3.0 - Jan 08, 2016
====================
diff --git a/configure.ac b/configure.ac
index 5dfae47..6fc76d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libosinfo], [0.3.0], [libosinfo@redhat.com])
+AC_INIT([libosinfo], [0.3.1], [libosinfo@redhat.com])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11.1 foreign color-tests tar-ustar])