summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-09-16 19:43:22 +0300
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2013-09-16 19:44:43 +0300
commita03d274b0cdaf6c7bfc0ec39537a2a4bfc814adf (patch)
tree3248e095688990070bbb374bcf2fda73964d4442
parentd0d9f85e1d38aa00c9bbc3fb11f53fb51f1638e4 (diff)
downloadlibosinfo-0.2.8.tar.gz
Release 0.2.8v0.2.8
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f3fe914..e15923d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+0.2.8 - Sep 16, 2013
+====================
+
+Changes since 0.2.7:
+- Add/improve/fix data on:
+ - ALTLinux
+ - Fedora 19
+ - Fedora 20
+ - FreeBSD
+ - GNOME 3.8
+ - GNOME 3.10
+ - Microsoft Windows 7
+ - QEMU
+ - Ubuntu
+- Add testcases for media detection:
+ - Microsoft Windows Server 2008 R2
+- Fix export of public API.
+- Hide private API.
+- Fix a parallel build issue.
+- Fix build against latest intltool.
+- Drop usage of deprecated API.
+
0.2.7 - May 13, 2013
====================
diff --git a/configure.ac b/configure.ac
index 6a06a47..b6a13f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libosinfo], [0.2.7], [virt-tools-list@redhat.com])
+AC_INIT([libosinfo], [0.2.8], [virt-tools-list@redhat.com])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11.1 foreign color-tests tar-ustar])