[f-spot/FSPOT_0_6_0_STABLE] 0.6.1.3 release



commit abed072dd61fddbc76a31f030516c5b107559a1c
Author: Stephane Delcroix <stephane delcroix org>
Date:   Mon Sep 28 20:44:40 2009 +0200

    0.6.1.3 release

 NEWS                         |   17 +++++++++++++++++
 configure.ac                 |    2 +-
 src/UI.Dialog/AboutDialog.cs |    7 ++++++-
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3ccd5ce..9137d89 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+f-spot 0.6.1.3 - Sep 28 2009 - Bare Feet In The Grass
+-----------------------------------------------------
+- bugfix release for 0.6.x branch
+ - call g_type_init () prior to using gconf (bgo #593561)
+ - avoid echoing an entry as tip (bgo #595606, bnc #318452)
+ - check for existing files on version creation (bgo #596071)
+ - set the progress dialog properties atomically (bgo #595228)
+ - avoid a crash in the facebook extensions (bgo #595418) (Iain Lane)
+ - fix slideshow transitions on gdk csw (>=2.18)
+ - prevent a crash on broken exif data (bgo #595503) (Karl Mikaelsson)
+ - support for X-GNOME-FullName in .desktop files (bgo #596240)
+ - avoid locking on loading tiffs (bgo #592278)
+ - better support for parallel build (bgo #593243) (Christian Krause)
+ - avoid a crash on some broken color profiles (bgo #596279)
+ - don't copy files to memory first at import (libgphoto2 >= 2.4, for usb cameras only) (bgo #596196)
+ - backported translations from master
+
 f-spot 0.6.1.2 - Sep 16 2009 - Always Nice To See You
 -----------------------------------------------------
 - bugfix release for 0.6.x branch
diff --git a/configure.ac b/configure.ac
index 399ba6b..22fcd86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(F-Spot, 0.6.1.2)
+AC_INIT(F-Spot, 0.6.1.3)
 AC_CONFIG_SRCDIR(src/main.cs)
 
 AM_CONFIG_HEADER(config.h)
diff --git a/src/UI.Dialog/AboutDialog.cs b/src/UI.Dialog/AboutDialog.cs
index 5bcd00d..73d111c 100644
--- a/src/UI.Dialog/AboutDialog.cs
+++ b/src/UI.Dialog/AboutDialog.cs
@@ -4,7 +4,9 @@
  * Author(s):
  *	Stephane Delcroix <stephane delcroix org>
  *
- * This is free software. See COPYING for details.
+ * Copyright (c) 2008-2009 Novell, Inc.
+ *
+ * This is open source software. See COPYING for details.
  */
 
 using System;
@@ -28,6 +30,9 @@ namespace FSpot.UI.Dialog
 				"\tStephane Delcroix",
 				"",
 				"Active Contributors to this release",
+				"\tChristian Krause",					//0.6.1.3
+				"\tKarl Mikaelsson",					//0.6.1.3
+				"\tIain Lane",						//0.6.1.3
 				"\tLorenzo Milesi",					//0.5.0
 				"\tMike Gem\x00fcnde",
 				"\tRuben Vermeersch",					//0.5.0, 0.6.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]