summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-03-20 17:51:33 +0000
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-03-20 17:52:00 +0000
commit1022d56a6a3e5fa557374f7ac45b11beedf7294e (patch)
treead8c805586a039d2b68a5cef2892ec767502e41a
parent58a84f8c252d816add483bd95375d39c48549656 (diff)
downloadlibosinfo-1022d56a6a3e5fa557374f7ac45b11beedf7294e.tar.gz
Release 0.2.10v0.2.10
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 197b388..2120b6a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+0.2.10 - Mar 20, 2013
+=====================
+
+Changes since 0.2.9:
+
+- Add API and option to osinfo-install-script utility that allows you to query
+ the available methods to inject the installer script to the installation
+ process.
+- Add JEOS installer scripts for Debian and Ubuntu.
+- Disable installer script for Windows 8.1 as its known not to work.
+- Allow XML special chars in installer script configuration values.
+- Fix a few build issues.
+- Add/improve/fix data on:
+ - Debian
+ - Fedora
+ - FreeBSD
+ - Mandrake
+ - Mandriva
+ - Microsoft Windows 7
+ - openSUSE
+ - Solaris
+ - Ubuntu
+ - Qemu
+
0.2.9 - Dec 16, 2013
====================
diff --git a/configure.ac b/configure.ac
index 821be83..44a2b17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libosinfo], [0.2.9], [libosinfo@redhat.com])
+AC_INIT([libosinfo], [0.2.10], [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])