summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])