From d4f34d8b167bd21386dbd16433c77edcf682131e Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 17 Sep 2010 19:34:59 +0100 Subject: [PATCH] Update for 0.2.0 release * NEWS: Notes about major changes * configure.ac: Update version number --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8a7798e..e91ca1d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,18 @@ Entangle News ============= +Release 0.2.0 +------------- + + * Better compatibility with cameras not supporting events + * Ability to unmount camera via GVFS + * Switch to libpeas for plugins + * Improved error reporting + * Fixed inifinite loops in event waiting + * Improved preview capability + * Fixed crash with udev + + Release 0.1.0 ------------- diff --git a/configure.ac b/configure.ac index 08fa9db..84f99f0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([entangle], [0.1.0]) +AC_INIT([entangle], [0.2.0]) AC_CONFIG_SRCDIR([src/entangle-main.c]) AM_CONFIG_HEADER([config.h]) dnl Make automake keep quiet about wildcards & other GNUmake-isms -- 2.1.4