summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2012-02-07 19:46:24 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2012-02-07 19:46:24 +0200
commit34cc29c44cfd131db70ea7f5b2d7be5e88a1a1e9 (patch)
tree9befcae01a3b815b3bd5774160b694b5dab69e38
parentd5426f128f40d04263b30d5931f6a6edc0b37bb3 (diff)
downloadlibosinfo-0.1.0.tar.gz
Release 0.1.0v0.1.0
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e1fb84b..d716213 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+0.1.0 - Feb 7, 2012
+===================
+
+This release marks the start of the API/ABI stability promise. While some APIs
+may become deprecated in the future, no APIs will be removed/changed in an
+incompatible manner. In the unlikely event that an incompatible API change
+becomes necessary, the library soname will be incremented to allow parallel
+installation of both old & new libraries.
+
+Changes since 0.0.5:
+
+- Add Utility function to retrieve OS devices by property.
+- Improved OS media detection.
+- Add missing 'const' OsinfoList function params.
+- Use ENV{} in udev rule.
+
0.0.5 - Jan 16, 2012
====================
diff --git a/configure.ac b/configure.ac
index f00cf73..3c457ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libosinfo], [0.0.6], [virt-tools-list@redhat.com])
+AC_INIT([libosinfo], [0.1.0], [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])