summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel G. Siegel <dgsiegel@src.gnome.org>2009-03-16 17:50:41 +0000
committerDaniel G. Siegel <dgsiegel@src.gnome.org>2009-03-16 17:50:41 +0000
commit65661c7c24004507413fec8d05700f1517c9f9be (patch)
treeef28bbfdb35701bed57ba8ccaff1137fccbb8a0d
parent5745fc116c7c03d13304c4a442c2889ce58e67a8 (diff)
downloadcheese-65661c7c24004507413fec8d05700f1517c9f9be.tar.gz
update NEWS file2.26.0
svn path=/trunk/; revision=1223
-rw-r--r--ChangeLog5
-rw-r--r--NEWS19
2 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62c89270..b6be9838 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-16 daniel g. siegel <dgsiegel@gmail.com>
+
+ * NEWS:
+ update NEWS file
+
2009-03-07 Filippo Argiolas <filippo.argiolas@gmail.co>
* src/cheese-window.c:
diff --git a/NEWS b/NEWS
index 0935a8c4..66bc5fc8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,25 @@
ChangeLog for Cheese
--------------------
+version 2.26.0
+ - Lock gdk mutex in photo-saved and video-saved callbacks Those signals are emitted
+ within a gstreamer callback so outside the mainloop, hence the need for locking.
+ This fixes the flash locking issue and also the one about the grey thumbview
+ right after the flash, fixes bug #566098
+ - added/updated translations
+ - as, courtesy of Amitakhya Phukan
+ - bn_IN, courtesy of Runa Bhattacharjee
+ - ca, courtesy of Joan Duran
+ - cs, courtesy of Lucas Lommer
+ - de, courtesy of Mario Blättermann
+ - el, courtesy of Jennie Petoumenou
+ - fr, courtesy of Robert-André Mauchin
+ - gl, courtesy of Suso Baleato
+ - lt, courtesy of Vytautas Rėkus
+ - or, courtesy of Manoj Kumar Giri
+ - te, courtesy of Krishna Babu K
+ - th, courtesy of Theppitak Karoonboonyanan
+
version 2.25.92
- Remove g_error calls where the error is not supposed to abort execution.
Replace them with more suited g_warnings, fixes bug #562179