From 0ba1504f1f9b96aaf424334a8fafbded6af5b980 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 12 Mar 2013 20:59:57 +0000 Subject: [PATCH] Update for 0.5.1 release --- NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b1977c3..d1a7adb 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,27 @@ Entangle News ============= +Release 0.5.1 - "W Boson" - 2012-03-12 + + * Update for compatibility with libgphoto 2.5 API + callbacks + * Avoid warnings about deprecated glib2 mutex + and condition variable APIs + * Directly disable viewfinder mode using config APIs + * Add support for triggering autofocus during preview + with 'a' key + * Add support for manual focus drive in/out using + '.' and ',' keys + * Refresh translations from transifex + * Import user contributed Italian translation + * Add missing translation markers on some strings + +Known issues: + + * Compile triggers deprecation warnings about Gdk + threads API usage and GtkTable API usage. Harmless + but to be addressed in next release. + Release 0.5.0 - "Z Boson" - 2012-12-16 -------------------------------------- diff --git a/configure.ac b/configure.ac index b4fc39d..cf7b99f 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.5.0]) +AC_INIT([entangle], [0.5.1]) 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