summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-08-19 14:11:29 +0100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-08-19 14:15:36 +0100
commit9d706644fea1771576d5b8395469805741ac41cd (patch)
treeec1c242d4edd51a2ec3b73c9faaa806359811398
parenta3c7769f9b0d7f0ffe002b0cea4871b74ce8aa6b (diff)
downloadlibosinfo-9d706644fea1771576d5b8395469805741ac41cd.tar.gz
Release 0.2.11v0.2.11
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2120b6a..29987cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+0.2.11 - Aug 19, 2013
+=====================
+
+Changes since 0.2.10:
+
+- Document hostname limitations.
+- Export OSINFO_*_VERSION macros.
+- Add desktop scripts for Debian.
+- Add API to query install scripts if they require an internet connection.
+- Some fixes to Debian JEOS script.
+- Add/improve/fix data on:
+ - CentOS
+ - Debian
+ - FreeBSD
+ - Microsoft Windows 7
+ - Microsoft Windows 8
+ - Microsoft Windows Server 2012
+ - Microsoft Vista
+ - OpenBSD
+ - OpenSUSE
+ - Red Hat Enterprise Linux 7
+- More ISO detection testcases.
+- Many performance improvements.
+- Fixes to documentation.
+- Fixes to build.
+
0.2.10 - Mar 20, 2013
=====================
diff --git a/configure.ac b/configure.ac
index e746ac8..07df200 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libosinfo], [0.2.10], [libosinfo@redhat.com])
+AC_INIT([libosinfo], [0.2.11], [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])