Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2012-01-05 19:15:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shotwell (Old)
 and      /work/SRC/openSUSE:Factory/.shotwell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shotwell", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes        2011-10-26 
15:46:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2012-01-05 
19:15:40.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Nov  6 23:57:39 UTC 2011 - [email protected]
+
+- Update to version 0.11.6:
+  + Fixes a critical bug in which adding or modifying tags in the
+    single-photo view could result in the loss of tag data.
+
+-------------------------------------------------------------------

Old:
----
  shotwell-0.11.5.tar.bz2

New:
----
  shotwell-0.11.6.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ shotwell.spec ++++++
--- /var/tmp/diff_new_pack.oS8PQu/_old  2012-01-05 19:15:41.000000000 +0100
+++ /var/tmp/diff_new_pack.oS8PQu/_new  2012-01-05 19:15:41.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           shotwell
-Version:        0.11.5
+Version:        0.11.6
 Release:        1
 # FIXME: Check if the hack to remove --fatal-warnings is still required. Also 
see http://redmine.yorba.org/issues/3760
 License:        LGPLv2.1+

++++++ shotwell-0.11.5.tar.bz2 -> shotwell-0.11.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shotwell-0.11.5/Makefile new/shotwell-0.11.6/Makefile
--- old/shotwell-0.11.5/Makefile        2011-10-18 20:23:51.000000000 +0200
+++ new/shotwell-0.11.6/Makefile        2011-11-03 22:39:05.000000000 +0100
@@ -1,7 +1,7 @@
 PROGRAM = shotwell
 PROGRAM_THUMBNAILER = shotwell-video-thumbnailer
 
-VERSION = 0.11.5
+VERSION = 0.11.6
 GETTEXT_PACKAGE = $(PROGRAM)
 BUILD_ROOT = 1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shotwell-0.11.5/NEWS new/shotwell-0.11.6/NEWS
--- old/shotwell-0.11.5/NEWS    2011-10-18 20:53:08.000000000 +0200
+++ new/shotwell-0.11.6/NEWS    2011-11-03 22:48:46.000000000 +0100
@@ -1,5 +1,13 @@
+Shotwell 0.11.6 - 3 November 2011 - "I know you can't, and I'm positive that
+                                     you won't"
+----------------------------------------------------------------------------
+
+  * Fixes a critical bug in which adding or modifying tags in the
+    single-photo view could result in the loss of tag data
+
+
 Shotwell 0.11.5 - 18 October 2011 - "I hate anyone that ever had a pony"
----------------------------------------------------------------------
+------------------------------------------------------------------------
 
   * Fixes a collection concurrent access issue that could cause
     Shotwell to crash during F-Spot import for users still
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shotwell-0.11.5/src/PhotoPage.vala 
new/shotwell-0.11.6/src/PhotoPage.vala
--- old/shotwell-0.11.5/src/PhotoPage.vala      2011-10-13 21:22:54.000000000 
+0200
+++ new/shotwell-0.11.6/src/PhotoPage.vala      2011-11-03 22:28:17.000000000 
+0100
@@ -3198,7 +3198,8 @@
         AddTagsDialog dialog = new AddTagsDialog();
         string[]? names = dialog.execute();
         if (names != null) {
-            get_command_manager().execute(new AddTagsCommand(names, 
+            get_command_manager().execute(new AddTagsCommand(
+                
HierarchicalTagIndex.get_global_index().get_paths_for_names_array(names), 
                 (Gee.Collection<LibraryPhoto>) 
get_view().get_selected_sources()));
         }
     }

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to