From 0af56fc1cb9526e39a6f9092d50c747bc1561f8c Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 28 Nov 2011 22:41:45 +0000 Subject: [PATCH] Update for 0.3.0 release --- NEWS | 1 + README | 14 ++++++++++++++ configure.ac | 2 +- entangle.spec.in | 5 ----- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index cdffef3..166eb64 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,7 @@ Release 0.3.0 * Setup transient window hints to assist window manager in handling window placement * Delete all website content which is now managed live + * Skip directories / special files when loading sessions Release 0.2.0 diff --git a/README b/README index 75cac26..580abc6 100644 --- a/README +++ b/README @@ -11,6 +11,20 @@ Entangle is distributed under the terms of the GNU GPL v3+, except for the Logo which is under the the Creative Commons 1.0 Public Domain Dedication +Building entangle requires the following external packages to +be present + + glib2 >= 2.26.0 + gdk-pixbf >= 2.12.0 + gtk3 >= 3.0.0 + libgphoto2 >= 2.4.11 + gudev >= 145 + dbus-glib >= 0.60 + gobject-introspection >= 0.9.3 + lcms >= 1.18 + libpeas >= 0.5.5 + gexiv2 >= 0.2.2 + For further information visit http://entangle-photo.org/ diff --git a/configure.ac b/configure.ac index bc83817..c8c18d8 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.2.0]) +AC_INIT([entangle], [0.3.0]) AC_CONFIG_SRCDIR([src/entangle-main.c]) AM_CONFIG_HEADER([config.h]) dnl Make automake keep quiet about wildcards & other GNUmake-isms diff --git a/entangle.spec.in b/entangle.spec.in index 9a0f367..94e649d 100644 --- a/entangle.spec.in +++ b/entangle.spec.in @@ -89,8 +89,3 @@ glib-compile-schemas /usr/share/glib-2.0/schemas ||: %dir %{_datadir}/%{name}/plugins %changelog -* Fri Apr 9 2010 Daniel P. Berrange - 0.1.0-2 -- Remove redundant website content from RPM - -* Thu Apr 8 2010 Daniel P. Berrange - 0.1.0-1 -- Initial release -- 2.1.4