summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuciana Fujii Pontello <luciana.fujii@collabora.co.uk>2011-07-18 01:15:05 -0300
committerLuciana Fujii Pontello <luciana.fujii@collabora.co.uk>2011-07-18 01:15:05 -0300
commitfcf1007cd4f1629c52faa4b073b53f16608b38a5 (patch)
tree4a98da5338e880a2e19338b5f9495083155f98d7
parent08f8f66a5473ce55f20abbab4fd4231431b8b432 (diff)
downloadcheese-fcf1007cd4f1629c52faa4b073b53f16608b38a5.tar.gz
NEWS: Update news to 3.0.2 version3.0.2
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c0cf15ea..2d5f0c01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,29 @@
ChangeLog for Cheese
--------------------
+version 3.0.2
+ - Update about dialog credits.
+ - Printing debug of error messages.
+ - thumb-view: start monitoring for photos and videos at startup.
+ - cheese-camera: make effect previews scale with the cheese window
+ Before this patch, when you scaled Cheese's main window, in the the
+ effects preview mode, the window would scale but the 9 videos inside
+ the window would remain at the same size.
+ - add gio-2.0 and x11 to PKG_CHECK_MODULES
+ - cheese-gtk.pc: Updating 'requires private' to gtk3 versions of packages.
+ - window: use the right signature for button-release-event callback
+ The signature is (ClutterActor, ClutterEvent). Using the event source
+ there is wrong, as that's not guaranteed to be the same object emitting
+ the callback (i.e. the object emitting could be just forwarding an event
+ coming from one of its children). Fixes bug #647677
+ - libcheese: Don't leak the source element when probing for the caps.
+ - cheese-camera: Setting camera to playing after forced stop.
+ - cheese-camera: Emit VIDEO_SAVED signal when video is saved.
+ - Added/Updated Translations:
+ - ca@valencia, courtesy of Gil Forcada
+ - te, courtesy of Praveen Illa
+ - ug, courtesy of Sahran
+
version 3.0.1
- cheese-test-flash: Quit the test when window is closed.
When the window was closed, cheese-test-flash would continue to run. Now